php-rest-service icon indicating copy to clipboard operation
php-rest-service copied to clipboard

Php-Rest-Service is a very simple and fast PHP class for server-side RESTful JSON APIs.

Results 17 php-rest-service issues
Sort by recently updated
recently updated
newest added

Hi, we are considering whether to use this library in our code, we would have a need to specify the different response codes https://www.php.net/manual/en/function.http-response-code.php , is it possible? if it...

Patch for json_encode function which fix of replacing characters to \uXXXX constructions. And tests for it.

Hi, Could you create a release or push the last modifications in the https://packagist.org/ website please. thanks you

Is there any way I can declare optional parameters in the url ? `-> (..) addGetRoute('products/(.*)/(.*)', function(){ $product = new Product(get_registry()); $product->getProducts(); }) (..) ` For this url I have...

When returning a large payload for a request, the response time seems to be dramatically affected because it has to go through jsonFormat(). As this would seem to be just...

Hi, your rest service is very good, it just lack the support for "application / json" request. Would you care to make some modifications? Check them out. The changes are...

I encountered a problem with the json output: accented vowels and apostrophes were parsed as "`\u00e0`" or "`\u2019`". I solved simply by adding the native php *json_encode()* suffix `JSON_FORCE_OBJECT|JSON_UNESCAPED_UNICODE` in...

https://github.com/marcj/php-rest-service/blob/3263cd29881574077ec8f7f849713f4a59e4a37f/RestService/Client.php#L51-L93 Please, could you integrate with my collection, that is complete? https://github.com/gubi/HTTP-Status-Codes