Download the PHP package cekurte/eloquentbundle without Composer
On this page you can find all versions of the php package cekurte/eloquentbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download cekurte/eloquentbundle
More information about cekurte/eloquentbundle
Files in cekurte/eloquentbundle
Download cekurte/eloquentbundle
More information about cekurte/eloquentbundle
Files in cekurte/eloquentbundle
Vendor cekurte
Package eloquentbundle
Short Description A bundle to integrate the Eloquent library on Symfony 2
License MIT
Homepage https://github.com/jpcercal/cekurteeloquentbundle
Package eloquentbundle
Short Description A bundle to integrate the Eloquent library on Symfony 2
License MIT
Homepage https://github.com/jpcercal/cekurteeloquentbundle
Please rate this library. Is it a good library?
Informations about the package eloquentbundle
Cekurte\EloquentBundle
- A simple bridge to use the Eloquent ORM with Symfony 2 (with all methods covered by php unit tests), contribute with this project!
If you liked of this library, give me a star =).
Installation
- The package is available on Packagist.
- The source files is PSR-2 compatible.
- Autoloading is PSR-4 compatible.
After, register the bundle in your AppKernel like this:
Configuration
All reference to configure this bundle is bellow, add this in your config file.
How to use
See the documentation of the Eloquent ORM.
Contributing
- Give me a star =)
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make your changes
- Run the tests, adding new ones for your own code if necessary (
vendor/bin/phpunit
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
All versions of eloquentbundle with dependencies
PHP Build Version
Package Version
The package cekurte/eloquentbundle contains the following files
Loading the files please wait ....