Download the PHP package ognestraz/odata-lumen without Composer
On this page you can find all versions of the php package ognestraz/odata-lumen. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package odata-lumen
OData-Lumen
Composer Package to provide Odata functionality to Lumen to install run
Edit bootstrap/app.php
and add this to providers section:
you then add the trait to the models you want to expose.
-- Known Limitations --
- Cannot expose two models with the same class name in different namespaces - trying to expose both App\Foo\Model and App\Bar\Model will trip an exception complaining that resource set has already been added.
- This can be worked around by setting a custom endpoint name on one of the colliding models.
-- Configuration options --
- APP_METADATA_CACHING - Whether or not to turn model metadata caching on
- APP_METADATA_CACHE_DURATION - If caching, how long (in minutes) to retain cached metadata
All versions of odata-lumen with dependencies
PHP Build Version
Package Version
Requires
algo-web/podata Version
dev-master
doctrine/dbal Version ^2.5
php Version >=5.6.4
laravel/framework Version >=5.1
doctrine/dbal Version ^2.5
php Version >=5.6.4
laravel/framework Version >=5.1
The package ognestraz/odata-lumen contains the following files
Loading the files please wait ....