pavelz / laravel-doctrine-rest
Doctrine Rest - Laravel implementation
Installs: 4 700
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 1
Open Issues: 3
Requires
- php: ^8.1
- pz/doctrine-rest: ^0.4.0
Requires (Dev)
- laravel-doctrine/acl: ^1.6
- laravel-doctrine/migrations: ^3.1
- laravel-doctrine/orm: ^2.0
- laravel/laravel: ^10.0
- phpunit/phpunit: ^9.5
- dev-master
- 0.5.0
- 0.4.x-dev
- 0.4.1
- 0.4.0
- 0.3.x-dev
- 0.3.3
- 0.3.2
- 0.3.1
- 0.3.0
- 0.2.11
- 0.2.0
- v0.1.7
- v0.1.6
- v0.1.4
- v0.1.3
- v0.1.2
- v0.1.1
- v0.1
- dev-master-old
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
- dev-laravel-only
- dev-new-version
- dev-dependabot/composer/symfony/http-kernel-5.4.20
- dev-dependabot/composer/guzzlehttp/guzzle-7.4.5
This package is auto-updated.
Last update: 2025-03-29 00:38:37 UTC
README
Laravel 5 Rest API for Doctrine ORM
Versions
Version | Supported Laravel Versions |
---|---|
^0.2.0 | 7.x |
^0.3.0 | 8.x |
^0.4.0 | 9.x |
^0.5.0 | 10.x |
Upgrade Guide
From 0.4.x to 0.5.x
- Upgrade composer dependencies
composer require pavelz/laravel-doctrine-rest:^0.5.0
- Remove
LaravelDoctrine\ORM\Types\Json::class
fromconfig/doctrine.php
atcustom_types
if you have it there. - Set
'namespace' => 'DoctrineProxies'
inconfig/doctrine.php
atmanagers.*.proxies
section.
Development
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