Download the PHP package gmg/laravel5-couchdb without Composer
On this page you can find all versions of the php package gmg/laravel5-couchdb. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download gmg/laravel5-couchdb
More information about gmg/laravel5-couchdb
Files in gmg/laravel5-couchdb
Download gmg/laravel5-couchdb
More information about gmg/laravel5-couchdb
Files in gmg/laravel5-couchdb
Vendor gmg
Package laravel5-couchdb
Short Description CouchDB Driver for the Laravel 5 family. Includes doctrine/couchdb as a dependency in composer.json and sets up a Laravel and Eloquent-friendly Service Provider for you. Enjoy!
License
Package laravel5-couchdb
Short Description CouchDB Driver for the Laravel 5 family. Includes doctrine/couchdb as a dependency in composer.json and sets up a Laravel and Eloquent-friendly Service Provider for you. Enjoy!
License
Please rate this library. Is it a good library?
Informations about the package laravel5-couchdb
laravel5-couchdb
CouchDB database driver for Laravel 5
Dependencies
laravel5-couchdb uses doctrine/couchdb.
Installation
composer require gmg/laravel5-couchdb
.
Add the service provider in app/config/app.php
:
When using couchdb connections, Laravel will automatically provide you with the corresponding couchdb objects.
Configuration
Change your default database connection name in app/config/database.php
:
And add a new couchdb connection:
Examples
Create/Update/Find Document example
All three methods can be called on $connection or $couchdb.
All versions of laravel5-couchdb with dependencies
PHP Build Version
Package Version
The package gmg/laravel5-couchdb contains the following files
Loading the files please wait ....