1
I Use This!
Very Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 28, 2024 — Jul 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Allow non scalar values as field values. More... almost 9 years ago
Make `Document::get()` to return all real and casted document data. More... almost 9 years ago
Fix a dockblock. More... almost 9 years ago
inverse `Schema::names()` and `Schema::fields()` behavior (BC Break). More... almost 9 years ago
Fix document export to array method `to`. More... almost 9 years ago
Make sure single dates are returned with time set to 00:00:00. More... about 9 years ago
Add some specs related to value casting. More... about 9 years ago
Update documentation. More... about 9 years ago
Fix some casting issues and rename schema's `_format()` method to `convert`. . More... about 9 years ago
BC Break changes `Schema`'s `delete` to `truncate`. More... about 9 years ago
BC Break changes `isset/unset` to `has/remove` for collections/documents and `exists` to `has` in the `Collector` class. More... about 9 years ago
Changes UUID strategy for `spl_object_hash`. More... about 9 years ago
BC Break refactor the parenting strategy for collections/documents. More... about 9 years ago
Renames entities & collection `rootPath()` to `basePath()`. More... about 9 years ago
Removes the `Model::config()` method. More... about 9 years ago
Makes collecting to be based on UUID values and some refactoring. More... about 9 years ago
Fixes decimal type. More... about 9 years ago
Updates README. More... about 9 years ago
Merges both `Schema->set()/field()` to `Schema->column()`. More... about 9 years ago
Adds `Schema->columns()` method. More... about 9 years ago
Adds a `Source` base class. More... about 9 years ago
Moves virtual fields logic up the the schema class. More... about 9 years ago
Splits the Model layer in Model + Document and some refactoring. More... about 9 years ago
Makes sure the `'junction'` option can be eagerly setted up on relations. More... over 9 years ago
Fixes binded model reference of through collections. More... over 9 years ago
Allows to get the relationship's counterpart through the `Relationsip::counterpart()` method. More... over 9 years ago
Allows the returns the model class name of an entity. More... over 9 years ago
BC Break, now the embed option is set to `true` by default for data export and validation. More... over 9 years ago
BC Break, changes default paramater for `relations()` to ignore embbeded relations by default. More... over 9 years ago
BC Break, changes internal conventions. More... over 9 years ago