pavelz/laravel-doctrine-rest is a Laravel package for doctrine rest - laravel implementation.
It currently has 2 GitHub stars and 5.042 downloads on Packagist (latest version 0.6.0).
Install it with composer require pavelz/laravel-doctrine-rest.
Discover more Laravel packages by pavelz
or browse all Laravel packages to compare alternatives.
Last updated
This package supports Laravel 11 and Laravel Doctrine ORM 2.0 not plans to upgrade.
Successor: https://github.com/ScholarshipOwl/laravel-doctrine-jsonapi
| Version | Supported Laravel Versions | |:--------|:---------------------------| | ^0.2.0 | 7.x | | ^0.3.0 | 8.x | | ^0.4.0 | 9.x | | ^0.5.0 | 10.x | | ^0.6.0 | 11.x |
composer require pavelz/laravel-doctrine-rest:^0.5.0LaravelDoctrine\ORM\Types\Json::class from config/doctrine.php at custom_types if you have it there.'namespace' => 'DoctrineProxies' in config/doctrine.php at managers.*.proxies section.Use docker-compose for running PHPUnit tests even if your local PHP runtime version doesn't match librariy one.
To install dependencies and run the tests
docker compose run php
To get shell into Docker environment run
docker compose run php sh