Download the PHP package agentejo/mongo-lite without Composer
On this page you can find all versions of the php package agentejo/mongo-lite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download agentejo/mongo-lite
More information about agentejo/mongo-lite
Files in agentejo/mongo-lite
Download agentejo/mongo-lite
More information about agentejo/mongo-lite
Files in agentejo/mongo-lite
Vendor agentejo
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 agentejo/mongo-lite contains the following files
Loading the files please wait ....