Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://abellion.github.io/xenus/
A simple and elegant MongoDB ODM
https://abellion.github.io/xenus/
mongodb mongodb-odm odm php
Last synced: 3 months ago
JSON representation
A simple and elegant MongoDB ODM
- Host: GitHub
- URL: https://abellion.github.io/xenus/
- Owner: abellion
- License: mit
- Created: 2016-10-18T16:20:47.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-02-15T09:57:37.000Z (over 1 year ago)
- Last Synced: 2024-05-19T19:19:30.353Z (6 months ago)
- Topics: mongodb, mongodb-odm, odm, php
- Language: PHP
- Homepage: https://abellion.github.io/xenus/
- Size: 207 KB
- Stars: 33
- Watchers: 2
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-docsify - Xenus - An elegant MongoDB ODM for PHP. (Showcase)
README
Xenus is a simple and elegent MongoDB ODM.
- It has built-in and cross framework support for **events** ([Doc](https://abellion.github.io/xenus/#/?id=events))
- It makes your schema self documented via **document's mutators** ([Doc](https://abellion.github.io/xenus/#/?id=accessing-properties))
- It includes **fluent methods** to update, delete and insert documents ([Doc](https://abellion.github.io/xenus/#/?id=inserting-amp-updating-documents))
- It supports **documents' embeding** via an elegent syntax ([Doc](https://abellion.github.io/xenus/#/?id=embedding-documents))
- It handles **relationships** out of the box ([Doc](https://abellion.github.io/xenus/#/?id=relationships))
- It provides an elegent **transformation layer** mechanism for your API resources ([Doc](https://abellion.github.io/xenus/#/?id=resources))If you're working with the Laravel or Lumen framework, take a look at the [Xenus Laravel](https://github.com/abellion/xenus-laravel) integration.
## Learning Xenus
The documentation is available at https://abellion.github.io/xenus
## License
Xenus is licensed under the [MIT license](http://opensource.org/licenses/MIT).