opis/orm
Powerful ORM library
Maintainers
Requires
- opis/database: ^4.0.1
Requires (Dev)
- phpunit/phpunit: ^6.5
Suggests
None
Provides
None
Conflicts
None
Replaces
None
Apache-2.0 2723235be55242cd20452b8c9648d4823b7ce8b5
- Marius Sarca <marius.sarca.woop@gmail.com>
- Sorin Sarca <sarca_sorin.woop@hotmail.com>
This package is auto-updated.
Last update: 2026-06-06 01:59:19 UTC
README
👁 Build Status
👁 Latest Stable Version
👁 Latest Unstable Version
👁 License
Simple, productive, and easy to learn
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.
Documentation
The full documentation for this library can be found here
License
Opis ORM is licensed under the Apache License, Version 2.0.
Requirements
- PHP 7.0.* or higher
- Opis Database ^4.0
Installation
Opis ORM is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/orm
Or you could directly reference it into your composer.json file as a dependency
{
"require": {
"opis/orm": "^1.0"
}
}
