Opis ORM
Installation, licensing and requirements
This documentation is not yet 100% completed, but it manages to cover the most important topics
Opis ORM is a library, that provides an implementation for the Data Mapper pattern, built with the following goals in mind: simplicity, productivity, and smooth learning curve.
We wanted to build something that is easy to grasp and easy to use: no annotations, no XML configurations; just plain, comprehensible PHP code - and we believe Opis ORM delivers that.
License
Opis ORM is licensed under the Apache License, Version 2.0.
Requirements
- PHP ^7.0
- Opis Database ^4.0
Installation
Opis ORM is available on Packagist and can be installed using Composer.
composer require opis/orm
Or directly in your composer.json
file
{
"require": {
"opis/orm": "^1.0"
}
}