Restler
Restler copied to clipboard
Simple and effective multi-format Web API Server to host your PHP API as Pragmatic REST and/or RESTful API
Implicit conversion from float to int raises E_DEPRECATED notice on PHP 8.1
Hello @Arul- , the last few days, I tried using your awesome Restler Tool to display some self-made requests. I followed the instructions from GitHub while installing. For a long...
facing class not found (Restler.php:605 at route stage) issue please help for solve this issue.
Regards!. In the FHIR is a standard the output is represented by "OperationOutcome's" and the errors, the same eg:. ```json { "resourceType": "OperationOutcome", "meta": { "profile": ["https://fhir.nhs.uk/STU3/StructureDefinition/GPConnect-OperationOutcome-1"] }, "issue": [{...
I have installed the Luracast and configured the explorer, but it does not show any data. ```php
I have noticed the baseUrl doens't work as I would expect. If baseUrl is /endpoint/rest/ and the explorer lives in "explorer" (so with path /endpoint/rest/explorer) the route can't be found,...
Restler V3.0.0 I inherited a legacy project based on Restler V3.0.0 I start the project with the command `php -S localhost: -t public` ... but If I go to `localhost:/docs`...
Restler v3.0.0 in the documentation we can find screenshot like this seems like there's a command to print out in the console the list of exposed API... What's this command?
I found restler, and I use it in IIS server, but it gives error: 404 : Not Found ../resources.json I usually use WAMP environment what should I do Looking forward...
I was trying to get a smarter type class (so I can use it to do sanitization as well), and _stumbled_ upon `iValueObject`, which seems to... [short-circuit param validation](https://github.com/Luracast/Restler/blob/5.0.9/src/Data/Validator.php#L685-L692)? It...