Libraries tagged by api-resource
dolar/laravel-crud-api-generator
25 Downloads
a laravel rest api generator with API Resources
devravik/extended-resources
0 Downloads
Extended utilities for Laravel API resources, including flexible formatting and response enhancements.
christopherarter/laravel-resourceable
57 Downloads
A handy method for accessing a model's value as an API resource
zvps/ebay-sell-logistics-php-client
32 Downloads
Note: This is a (Limited Release) API available only to select developers approved by business units. The Logistics API resources offer the following capabilities: shipping_quote – Consolidates into a list a set of live shipping rates, or quotes, from which you can select a rate to ship a package. shipment – Creates a "shipment" for the selected shipping rate. Call createShippingQuote to get a list of live shipping rates. The rates returned are all valid for a specific time window and all quoted prices are at eBay-negotiated rates. Select one of the live rates and using its associated rateId, create a "shipment" for the package by calling createFromShippingQuote. Creating a shipment completes an agreement, and the cost of the base service and any added shipping options are summed into the returned totalShippingCost value. This action also generates a shipping label that you can use to ship the package. The total cost of the shipment is incurred when the package is shipped using the supplied shipping label. Important! Sellers must set up a payment method via their eBay account before they can use the methods in this API to create a shipment and the associated shipping label.
zeyn4loff/laravel-fluent-resources
3 Downloads
Recursive dot-notation field control, multi-language support, and auto-pagination for Laravel API Resources.
xuanhieu080/field-filter
9 Downloads
Dynamic API resource field filter package for Laravel
whitedigital-eu/translation-bundle
609 Downloads
Translation API Resource
whitedigital-eu/entity-resource-mapper-bundle
1225 Downloads
Bundle to map Doctrine entity object to and from API resource object.
waynebrummer/access-telemetry
266 Downloads
Logs access and user authentication actions also provides a API resource to preform reports using Spatie :).
unquam/nette-maker
75 Downloads
CLI code generator for Nette Framework: scaffold modules, migrations, seeders, factories, authentication, API resources, form requests and more.
toneflix-code/laravel-resource-modifier
1092 Downloads
A Laravel package that intercepts and help you customize, remove or modify the meta data on your eloquent api resource response.
synortix/laravel-dictionary
2122 Downloads
Laravel API dictionary support and validation library. Humanize your Enum's in API resource responses.
swoolecan/hyperf-resource
35 Downloads
A api resource component for hyperf.(based https://github.com/fangx-packages/hyperf-resource)
stalkdeveloper/laravel-crud-generator
5 Downloads
Laravel CRUD generator package for API and Web with customizable Artisan command and built-in support for models, controllers, form validation, API resources and Blade views.
sqits/laravel-api-skeleton
106 Downloads
Package to create a complete Laravel API resource according to stub files.