Download the PHP package joemugen/eloquenty-model without Composer
On this page you can find all versions of the php package joemugen/eloquenty-model. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download joemugen/eloquenty-model
More information about joemugen/eloquenty-model
Files in joemugen/eloquenty-model
Download joemugen/eloquenty-model
More information about joemugen/eloquenty-model
Files in joemugen/eloquenty-model
Vendor joemugen
Package eloquenty-model
Short Description A Laravel eloquent-like model class, for Laravel and other frameworks
License MIT
Homepage https://github.com/joemugen/eloquenty-model
Package eloquenty-model
Short Description A Laravel eloquent-like model class, for Laravel and other frameworks
License MIT
Homepage https://github.com/joemugen/eloquenty-model
Please rate this library. Is it a good library?
Informations about the package eloquenty-model
Model
This model provides a 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 eloquenty-model with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0|^8.1
ext-json Version *
illuminate/contracts Version ^7.0|^8.0|^9.0
illuminate/support Version ^7.0|^8.0|^9.0
ext-json Version *
illuminate/contracts Version ^7.0|^8.0|^9.0
illuminate/support Version ^7.0|^8.0|^9.0
The package joemugen/eloquenty-model contains the following files
Loading the files please wait ....