Download the PHP package remithomas/rt-object without Composer
On this page you can find all versions of the php package remithomas/rt-object. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download remithomas/rt-object
More information about remithomas/rt-object
Files in remithomas/rt-object
Download remithomas/rt-object
More information about remithomas/rt-object
Files in remithomas/rt-object
Vendor remithomas
Package rt-object
Short Description Create an entity class to use mysql like NOSQL way.
License
Homepage https://github.com/remithomas/rt-object
Package rt-object
Short Description Create an entity class to use mysql like NOSQL way.
License
Homepage https://github.com/remithomas/rt-object
Please rate this library. Is it a good library?
Informations about the package rt-object
rt-object
Create an entity class to use mysql like NOSQL way.
Ask for contributions
Some ideas to implement to this useful code ? Or ups some errors appear
Requirements
- Zend Framework 2 (latest master)
- MySQL server
- RtExtends
Installation
How to install ?
Using composer.json
Activate the module :
application.config.php
What's an object ?
An object is just 2 tables into your database:
- object
- object_data
How to use it
Basic
Create a file Application\Entity\MyObject.php into module/Application/src/Application/Entity
Install object
Create object
Get object
Add data to object
Get object data
Search object from value
object is existing
Roadmap
- remove data from category
- some tools/javadoc
- PHPunit tests
All versions of rt-object with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.3
remithomas/rt-extends Version dev-master
zendframework/zendframework Version 2.*
remithomas/rt-extends Version dev-master
zendframework/zendframework Version 2.*
The package remithomas/rt-object contains the following files
Loading the files please wait ....