Download the PHP package coreuxio/lib without Composer
On this page you can find all versions of the php package coreuxio/lib. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor coreuxio
Package lib
Short Description A small set of tools to speed up Laravel API development
License proprietary
Homepage https://github.com/coreuxio/lib
Package lib
Short Description A small set of tools to speed up Laravel API development
License proprietary
Homepage https://github.com/coreuxio/lib
Please rate this library. Is it a good library?
Informations about the package lib
Core UX - Laravel Library
A personal set of tools to start building APIs or Laravel Apps
Features
- Standard API Response
- Request Time
Standard API Response
Adding meta data helps when debugging from Webhook logs
Usage
In your App/Http/Controller add ApiResponse as a trait
Now you can respond return this as a successful return
You can also use Pagination from Eloquent
Or you can return an error and specify the code
Request Time
By defining at the following line in your index.php (App entry) the API response will be able to return the milliseconds your code ran for
All versions of lib with dependencies
PHP Build Version
Package Version
The package coreuxio/lib contains the following files
Loading the files please wait ....