doctrine-rest
doctrine-rest copied to clipboard
Rest API for Doctrine ORM
In order to standardize package to PHP standards we must migrate our actions to PSR-15 [https://www.php-fig.org/psr/psr-15](https://www.php-fig.org/psr/psr-15) Single action must implement `RequestHandlerInterface` (after implementing #8 ). Each action\request handler must have...
Current implementation using Symfony HttpFoundation requests. But if we want our code to match PHP standards we must migrate to PSR-7 HTTP messages. [https://www.php-fig.org/psr/psr-7/](https://www.php-fig.org/psr/psr-7/) Should look and decide which libraries...