Coder Social home page Coder Social logo

Alternatives to this project about rest HOT 10 OPEN

doctrine avatar doctrine commented on August 20, 2024 1
Alternatives to this project

from rest.

Comments (10)

TobiasHauck avatar TobiasHauck commented on August 20, 2024 1

Have a look at this project:
https://github.com/CircleOfNice/DoctrineRestDriver

from rest.

o5 avatar o5 commented on August 20, 2024 1

rapl/rapl looks good.

from rest.

scaytrase avatar scaytrase commented on August 20, 2024 1

DoctrineRestDriver looks nice, btw, when you building your own API from scratch. We already have one and it was not a REST, so we have an private client for and a working for a new one, mentioned above

from rest.

Potherca avatar Potherca commented on August 20, 2024

I would also be interested in the reason(s) why this project isn't maintained anymore...
Maybe other developers might be interested in taking over the project... My bet is there are 30 forks for a reason...

from rest.

Potherca avatar Potherca commented on August 20, 2024

Thanks for the suggestion! RAPL does indeed look good.

from rest.

scaytrase avatar scaytrase commented on August 20, 2024

As far as I see RAPL is abandoned now too. We've implemented own tool intop of doctrine\common.

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

from rest.

Potherca avatar Potherca commented on August 20, 2024

As far as I see RAPL is abandoned now too

That seems to be an understatement.

Looks like the only remaining alternatives are:

from rest.

Potherca avatar Potherca commented on August 20, 2024

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...

from rest.

scaytrase avatar scaytrase commented on August 20, 2024

@Potherca does it provide REST API client based on doctrine entities? this repo did both

from rest.

Potherca avatar Potherca commented on August 20, 2024

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.

from rest.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.