ppi / framework

The PPI Framework Engine
http://www.ppi.io
MIT License
154 stars 30 forks source link

[DataSource] Provide LMongo Support #87

Closed dragoonis closed 8 years ago

dragoonis commented 11 years ago

Piggybacks on top of Laravel's DB component.

https://github.com/navruzm/lmongo/

Maintained by @navruzm

Connection library key will be lmongo

Class name will be: PPI\DataSource\Connection\LMongo

Need to make sure if people don't include the illuminate/database composer.json requirement, then lmongo does it for them.