2017 © Pedro Peláez
 

library orm

ORM library

image

opis/orm

ORM library

  • Thursday, June 14, 2018
  • by msarca
  • Repository
  • 2 Watchers
  • 1 Stars
  • 402 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 22 % Grown

The README.md

Opis ORM

Build Status Latest Stable Version Latest Unstable Version License, (*1)

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., (*2)

Documentation

The full documentation for this library can be found here, (*3)

License

Opis ORM is licensed under the Apache License, Version 2.0., (*4)

Requirements

Installation

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"
    }
}

The Versions

14/06 2018

dev-master

9999999-dev

ORM library

  Sources   Download

Apache-2.0

The Requires

 

The Development Requires

by Marius Sarca