maleficarum / data
Maleficarum data component.
Installs: 45 721
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: ^7.1
This package is not auto-updated.
Last update: 2025-03-26 17:46:25 UTC
README
This is the Maleficarum Data component. It carries data structures used by maleficarum projects. This only defines generic structures - no storage dependencies.
[4.0.0] - 2018-09-10
Changed
- Removed getShardRoute() methods from persistable objects and replaced them with getDomainGroup() methods. Shard routing should be left to shard selectors added in Maleficarum\Storage 2.1 and 1.1.
[3.0.0] - 2018-08-23
Changed
- Entire component modified to work with the new Maleficarum\Storage component instead of the now deprecated Maleficarum\Database.
[2.2.0] - 2018-07-13
Changed
- Add persistable collection
[2.1.0] - 2018-06-19
Changed
- Add persistable model
[2.0.0] - 2017-08-01
Changed
- Make use of nullable types provided in PHP 7.1 (http://php.net/manual/en/migration71.new-features.php)
[1.0.1] - 2017-03-20
Changed
- Fixed a bug that caused model meta not to be properly merged when the merge method was called.
Added
- Replaced direct _meta calls in AbstractModel with a call to getMeta() getter method.
[1.0.0] - 2017-03-20
Added
- This is an initial release of the component - based on the code written by me and included inside the maleficarum API repository.