dev-master
9999999-devORM library
Apache-2.0
The Requires
The Development Requires
by Marius Sarca
ORM library
Opis ORM is a library that provides an implementation for the Data Mapper pattern, built with the following goals in mind: simplicity, productivity, and a smooth learning curve for developers., (*2)
The full documentation for this library can be found here, (*3)
Opis ORM is licensed under the Apache License, Version 2.0., (*4)
Opis ORM is available on Packagist and it can be installed from a command line interface by using Composer., (*5)
composer require opis/orm
Or you could directly reference it into your composer.json
file as a dependency, (*6)
{ "require": { "opis/orm": "^1.0" } }
ORM library
Apache-2.0