| Package Data | |
|---|---|
| Maintainer Username: | Ognestraz |
| Package Create Date: | 2018-10-18 |
| Package Last Update: | 2018-10-18 |
| Home Page: | |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 15:09:06 |
| Package Statistics | |
|---|---|
| Total Downloads: | 7 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Composer Package to provide Odata functionality to Lumen to install run
composer require realpage/odata-lumen
Edit bootstrap/app.php and add this to providers section:
$app->register(RealPage\OData\Providers\MetadataProvider::class);
$app->register(RealPage\OData\Providers\QueryProvider::class);
you then add the trait to the models you want to expose.
use RealPage\OData\Models\MetadataTrait;
-- Known Limitations --
-- Configuration options --