Download the PHP package supportpal/eloquent-model without Composer
On this page you can find all versions of the php package supportpal/eloquent-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download supportpal/eloquent-model
More information about supportpal/eloquent-model
Files in supportpal/eloquent-model
Download supportpal/eloquent-model
More information about supportpal/eloquent-model
Files in supportpal/eloquent-model
Vendor supportpal
Package eloquent-model
Short Description An Laravel eloquent-like model class, for Laravel and other frameworks
License MIT
Homepage https://github.com/supportpal/eloquent-model
Package eloquent-model
Short Description An Laravel eloquent-like model class, for Laravel and other frameworks
License MIT
Homepage https://github.com/supportpal/eloquent-model
Please rate this library. Is it a good library?
Informations about the package eloquent-model
Model
This model provides an Laravel eloquent-like base class that can be used to build custom models in Laravel or other frameworks.
Features
- Accessors and mutators
- Model to Array and JSON conversion
- Hidden attributes in Array/JSON conversion
- Guarded and fillable attributes
- Appending accessors and mutators to Array/JSON conversion
- Attribute casting
You can read more about these features and the original Eloquent model on http://laravel.com/docs/eloquent
Installation
Install using composer:
Example
All versions of eloquent-model with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
illuminate/contracts Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0
illuminate/contracts Version ^10.0|^11.0
illuminate/support Version ^10.0|^11.0
The package supportpal/eloquent-model contains the following files
Loading the files please wait ....