Download the PHP package mongator/pimple without Composer
On this page you can find all versions of the php package mongator/pimple. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mongator/pimple
More information about mongator/pimple
Files in mongator/pimple
Download mongator/pimple
More information about mongator/pimple
Files in mongator/pimple
Vendor mongator
Package pimple
Short Description Provider to use Mongator with Pimple/Silex framework
License MIT
Package pimple
Short Description Provider to use Mongator with Pimple/Silex framework
License MIT
Please rate this library. Is it a good library?
Informations about the package pimple
Mongator Pimple/Silex Provider
Provider for using Mongator with Pimple/Silex framework
Requirements
- PHP 5.3.x
- Unix system
- fabpot/pimple
- mongator/mongator
Installation
The recommended way to install Mongator/Silex is through composer. You can see the package information on Packagist.
Parameters
- (default 'mongodb://localhost:27017'): database connection string
- : the database name
- (default 'default'): the name of the connection
- : The metadata factory class name
- (default null): instance of a logger class
- (default ArrayCache): instance of a mongator cache driver used in fields cache
- (default ArrayCache): instance of a mongator cache driver used in data cache
- (default Array()): array of extension instances
- : output path of the classes
- (default Array()): The config classes contain the information of the classes
- : A valid dir with YAML definitions of the config classes
Registrating
Usage
Remember, before using the models you must generate them. (You can use the command provided with this package.)
Commands
With this package you can find three useful commands:
- : Processes config classes and generates the files of the classes.
- : Ensures the indexes of all repositories
- : Fixes all the missing references.
You need the suggested package to use console commands on you Silex setup.
Tests
Tests are in the tests
folder.
To run them, you need PHPUnit.
Example:
$ phpunit --configuration phpunit.xml.dist
License
MIT, see LICENSE
All versions of pimple with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
mongator/mongator Version 1.*
symfony/console Version 2.4.*
pimple/pimple Version 2.*
mongator/mongator Version 1.*
symfony/console Version 2.4.*
pimple/pimple Version 2.*
The package mongator/pimple contains the following files
Loading the files please wait ....