jooservices / entity
There is no license information available for the latest version (0.5.1) of this package.
0.5.1
2025-06-15 16:46 UTC
Requires
- php: ^8.4
- illuminate/support: *
- nesbot/carbon: 3.*
Requires (Dev)
- fakerphp/faker: ^1.24
- phpunit/phpunit: ^12.1
This package is auto-updated.
Last update: 2025-06-15 16:48:44 UTC
README
A small library for base Entity class
Installation
composer require jooservices/entity
Usage
class YourEntity extends AbstractBaseEntity
# getter && setter directly as simple object $entity->{yourAttribute} # get raw via `getRawAttribute` method
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.