Skip to content

Commit

Permalink
Reorder PHP libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
ramnes committed Feb 22, 2016
1 parent 87403d2 commit 8a30806
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,10 @@ Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. F

### PHP
- [Doctrine MongoDB](https://github.com/doctrine/mongodb) - Wrapper around the native PHP Mongo PECL extension to provide additional functionality
- [eloquent-mongodb-repository](https://github.com/PHPRepository/php-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/PHPRepository/php-mongodb-repository) - Repository implementation
- [pecl/mongodb](https://github.com/mongodb/mongo-php-driver) - Official PHP driver
- [laravel-mongodb](https://github.com/jenssegers/laravel-mongodb) - An Eloquent model and query builder for Laravel
- [mongodb-repository](https://github.com/PHPRepository/php-mongodb-repository) A MongoDB Repository implementation.
- [eloquent-mongodb-repository](https://github.com/PHPRepository/php-eloquent-mongodb-repository) A MongoDB Repository implementation built on top [laravel-mongodb](https://github.com/jenssegers/laravel-mongodb).

### Python
- [Flask-PyMongo](https://github.com/dcrosta/flask-pymongo) - PyMongo support for Flask applications
Expand Down

0 comments on commit 8a30806

Please sign in to comment.