jooservices / entity
There is no license information available for the latest version (0.5.0) of this package.
General base entity class
0.5.0
2025-05-14 02:20 UTC
Requires
- php: ^8.0
- illuminate/support: *
- nesbot/carbon: ^3.9
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.75
- phpmd/phpmd: ^2.15
- phpstan/phpstan: ^2.1
- phpunit/phpunit: *
- squizlabs/php_codesniffer: ^3.13
This package is auto-updated.
Last update: 2025-05-14 02:27:46 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.