Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.33 KB

README.md

File metadata and controls

25 lines (17 loc) · 1.33 KB

Xenus is a simple and elegent MongoDB ODM.

  • It has built-in and cross framework support for events (Doc)
  • It makes your schema self documented via document's mutators (Doc)
  • It includes fluent methods to update, delete and insert documents (Doc)
  • It supports documents' embeding via an elegent syntax (Doc)
  • It handles relationships out of the box (Doc)
  • It provides an elegent transformation layer mechanism for your API resources (Doc)

If you're working with the Laravel or Lumen framework, take a look at the Xenus Laravel integration.

Learning Xenus

The documentation is available at https://abellion.github.io/xenus

License

Xenus is licensed under the MIT license.