http icon indicating copy to clipboard operation
http copied to clipboard

Lite & fast micro PHP HTTP framework that is easy to learn.

Results 17 http issues
Sort by recently updated
recently updated
newest added

For better auto-completion when we extend our base classes.

This PR adds a default exception handler to utopia that is used when the user has not defined their own

This PR will bring the following validators from Appwrite into Utopia: ``` Domain Host IP URL ```

Hello 1. What do I have to do in order to use an external Router class like https://github.com/bramus/router. Reason is https://github.com/bramus/router has the features I needed + I couldn't find...

Adds a check to ensure no URL scheme is present in the domain

Fixed grammar, spelling, and punctuation mistakes in `docs/Getting-Starting-Guide.md`

Introduces traits for Resources and Hooks in order to re-use them in apps or libraries. Example implementation would look like this https://github.com/utopia-php/cli/pull/26