Skip to content

Commit 8097ba7

Browse files
authored
Add Xenus library (#666)
* Add Xenus to php-libraries.txt
1 parent d330e1c commit 8097ba7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

source/php-libraries.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ Stand-alone Libraries
3737
**mongodb** extension. It is schema-less and supports fast object hydration
3838
and persistence, which makes it well-suited for modeling aggregation results.
3939

40+
- `Xenus <https://github.com/abellion/xenus>`_ is an elegant MongoDB ODM
41+
that supports events, relationships, embedded documents, and more.
42+
It works on PHP 7+ and has an integration to the Laravel framework.
43+
4044
Framework Integrations
4145
~~~~~~~~~~~~~~~~~~~~~~
4246

@@ -60,7 +64,11 @@ Framework Integrations
6064
library and includes an abstract model, a helper class for handling bulk
6165
writes, database wrappers for Laravel and Lumen, and some necessary helper
6266
functions.
63-
67+
68+
- `Xenus Laravel <https://github.com/abellion/xenus-laravel>`_ integrates
69+
Xenus ODM with the Laravel and Lumen frameworks, adding failed jobs and
70+
migrations capabilities.
71+
6472
- Symfony
6573

6674
- `MongoDB Bundle <https://github.com/facile-it/mongodb-bundle>`_: A

0 commit comments

Comments
 (0)