-
Notifications
You must be signed in to change notification settings - Fork 29
Alternatives to this project #8
Comments
I would also be interested in the reason(s) why this project isn't maintained anymore... |
Have a look at this project: |
rapl/rapl looks good. |
Thanks for the suggestion! RAPL does indeed look good. |
As far as I see RAPL is abandoned now too. We've implemented own tool intop of https://github.com/bankiru/doctrine-api-client It uses RPC API terminology, but there is no problem to transform RPC call to REST one (forge the URL from method and parameters and left other parameters to body\query args) Currently it's read only (no merge\persist\flush calls implemented), but we are working on it |
That seems to be an understatement. Looks like the only remaining alternatives are: |
|
Lately, we've been using this: https://api-platform.com It's a broader solution (build with Symfony) but it does offer a REST API, based on Doctrine entities... |
@Potherca does it provide REST API client based on doctrine entities? this repo did both |
Indirectly, yes. A Swagger file is generated based on the Entities, a REST API client can be generated using the Swagger Code Generator. The big advantage is that non-PHP clients can be generated just as easily as a PHP client. Because API-Platform uses hydra (and/or JSON-LD) the Swagger file (and thus the generated client) can be made very precise. |
Hey guys,
I know this project isn't maintained any more, but do you know if someone took over somewhere with another project?
Cheers,
Tom
The text was updated successfully, but these errors were encountered: