2017 © Pedro Peláez
 

library laravel-doctrine-rest

Doctrine Rest - Laravel implementation

image

pavelz/laravel-doctrine-rest

Doctrine Rest - Laravel implementation

  • Wednesday, July 11, 2018
  • by R3VoLuT1OneR
  • Repository
  • 1 Watchers
  • 0 Stars
  • 143 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 198 % Grown

The README.md

laravel-doctrine-rest

Build Status Scrutinizer Code Quality Scrutinizer Code Coverage, (*1)

Laravel 5 Rest API for Doctrine ORM, (*2)

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 from config/doctrine.php at custom_types if you have it there.
  • Set 'namespace' => 'DoctrineProxies' in config/doctrine.php at managers.*.proxies section.

Development

Use docker-compose for running PHPUnit tests even if your local PHP runtime version doesn't match librariy one., (*3)

To install dependencies and run the tests, (*4)

docker compose run php

To get shell into Docker environment run, (*5)

docker compose run php sh

The Versions