Download the PHP package sinemah/coucheloquent without Composer
On this page you can find all versions of the php package sinemah/coucheloquent. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download sinemah/coucheloquent
More information about sinemah/coucheloquent
Files in sinemah/coucheloquent
Download sinemah/coucheloquent
More information about sinemah/coucheloquent
Files in sinemah/coucheloquent
Vendor sinemah
Package coucheloquent
Short Description Lightweight CouchDB wrapper for Laravel
License MIT
Package coucheloquent
Short Description Lightweight CouchDB wrapper for Laravel
License MIT
Please rate this library. Is it a good library?
Informations about the package coucheloquent
CouchEloquent
Lightweight CouchDB wrapper for Laravel. CouchEloquent has a similar syntax like Eloquent but no dependencies to it. Mango Query is used to process all requests.
Installation
Configuration
Create a file named couchdb.php
on your config folder or copy the included from vendor.
Models
Extend your model with Sinemah\CouchEloquent\Eloquent\Model
. That's it.
Supported methods (model instance)
- count
- find
- save
- update
- delete
- get
- toQuery
- where
- orWhere
- whereNot
- whereIn
- whereNull
- whereHas
- whereBetween
- first
- last
- exists
Supported casts
- int
- real
- float
- double
- decimal
- string
- bool
- object
- array
- json
- collection
Usage
Create document
Update document
Query Builder
All versions of coucheloquent with dependencies
PHP Build Version
Package Version
The package sinemah/coucheloquent contains the following files
Loading the files please wait ....