Skip to content

Commit

Permalink
Refresh the list of PHP libraries (#126)
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN authored Oct 3, 2024
1 parent f373009 commit 1453940
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,14 +194,13 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F
- [Mongo.ml](http://massd.github.io/mongo/) - Community OCaml driver

### PHP
- [eloquent-mongodb-repository](https://github.com/nilportugues/eloquent-mongodb-repository) - Repository implementation built on top of laravel-mongodb
- [laravel-mongodb](https://github.com/jenssegers/laravel-mongodb) - Eloquent model and query builder for Laravel
- [mongodb-repository](https://github.com/nilportugues/mongodb-repository) - Repository implementation
- [mongo-php-adapter](https://github.com/alcaeus/mongo-php-adapter) - Adapter for applications using `ext-mongo`
- [laravel-mongodb](https://github.com/mongodb/laravel-mongodb) - Official Eloquent model and query builder for Laravel
- [PHP Driver](https://github.com/mongodb/mongo-php-driver) - Official PHP driver
- [PHPMongo ODM](https://github.com/sokil/php-mongo) - ODM based on the PHP Mongo PECL extension
- [PHPMongo Migrator](https://github.com/sokil/php-mongo-migrator) - Migration tool based on PHPMongo ODM
- [yadm](https://github.com/formapro/yadm) - Fast schemaless ODM
- [Doctrine MongoDB ODM](https://github.com/doctrine/mongodb-odm) and [MongoDB ODM Bundle for Symfony](https://github.com/doctrine/DoctrineMongoDBBundle) - Fully featured ORM with Symfony integration
- [MongoDB Bundle](https://github.com/facile-it/mongodb-bundle) - Integration of the official library with Symfony, without ORM
- [yii-mongodb](https://github.com/yiisoft/yii2-mongodb) - Yii 2 MongoDB extension
- [opentelemetry php auto-mongodb](https://github.com/opentelemetry-php/contrib-auto-mongodb) - Automatic monitoring of MongoDB commands with OpenTelemetry
- [mongo-php-adapter](https://github.com/alcaeus/mongo-php-adapter) - Adapter for applications using `ext-mongo`

### PowerShell
- [Mdbc](https://github.com/nightroman/Mdbc) - MongoDB cmdlets for PowerShell
Expand Down

0 comments on commit 1453940

Please sign in to comment.