abellion/xenus
Xenus : A MongoDB ODM
0.14
2018-07-09 09:01 UTC
Requires
- php: ^7.0
- ext-mongodb: ^1.2.0
- mongodb/mongodb: ^1.1.0
Requires (Dev)
- symfony/var-dumper: ^3.3
- phpunit/phpunit: ^6.4
README
Xenus
Xenus is a simple yet powerful ODM for MongoDB.
Using a simple, elegant syntax it allows you to work seamlessly with your documents and collections.
Learning Xenus
Xenus is based on the awesome, official MongoDB library for PHP 7 : https://docs.mongodb.com/php-library/current/
While taking advantage of the power this library gives, you'll find tons of usefull and shortcut methods to work on a daily basis with MongoDB.
Documentation is available at https://abellion.github.io/xenus
Contributing
Fell free to open PRs and issues to make this library better !
When making a PR, make sure all tests passes. If you add a new feature, please consider updating the documentation. Thank you !
License
Xenus is licensed under the MIT license.