clean/data

Set of classes for keeping data (entity, collection)

2.3.1 2019-12-06 08:59 UTC

This package is auto-updated.

Last update: 2024-04-06 18:13:43 UTC


README

Build Status Code Climate Test Coverage Issue Count Latest Stable Version Total Downloads License

Set of classes for holding data (entity, collection)

  • Entity Is extension of PHP stdClass
  • Collection extends PHP ArrayIterator funtionallity

Check out documentation for more details.

Clean\Data with Clean\Repository

Clean\Data is independent package but it has been created especially for Clean\Repository needs as it really simplify the way of creating entity models.

Please take a look at Chinook Database Repository Example example code base to see it in action.