Download the PHP package aheinze/mongo-lite without Composer
On this page you can find all versions of the php package aheinze/mongo-lite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aheinze/mongo-lite
More information about aheinze/mongo-lite
Files in aheinze/mongo-lite
Download aheinze/mongo-lite
More information about aheinze/mongo-lite
Files in aheinze/mongo-lite
Vendor aheinze
Package mongo-lite
Short Description Schemaless database on top of SqLite
License MIT
Homepage https://github.com/aheinze/MongoLite
Package mongo-lite
Short Description Schemaless database on top of SqLite
License MIT
Homepage https://github.com/aheinze/MongoLite
Please rate this library. Is it a good library?
Informations about the package mongo-lite
MongoLite
Schemaless database on top of SqLite
Sample Usage
Query collection
In general you can use a callback or simple array as criteria
Writing documents
Delete documents
API
Client
Database
Collection
Cursor
Installation
To install and use MongoLite via the composer PHP package manager just take these steps:
If you don’t already have one, create the file composer.json in the root of your new project that is going to use MongoLite.
Add the following to the composer.json file..
{
"require": {
"agentejo/mongo-lite": "dev-master"
}
}
Install composer (if it isn’t already installed):
curl -s https://getcomposer.org/installer | php
php composer.phar install
All versions of mongo-lite with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.2
The package aheinze/mongo-lite contains the following files
Loading the files please wait ....