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

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.

License