PHPackages                             bixev/light-orm - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. bixev/light-orm

ActiveLibrary[Database &amp; ORM](/categories/database)

bixev/light-orm
===============

Bixev light object relationship manager

1.0.20(8y ago)02.2kMITPHPPHP &gt;=5.3

Since Mar 26Pushed 8y ago1 watchersCompare

[ Source](https://github.com/bixev/light-orm)[ Packagist](https://packagist.org/packages/bixev/light-orm)[ RSS](/packages/bixev-light-orm/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (2)Dependencies (1)Versions (23)Used By (0)

This ORM aims to manipulate objects from database the simpliest way

Installation
============

[](#installation)

It's recommended that you use Composer to install InterventionSDK.

```
composer require bixev/orm "~1.0"
```

This will install this library and all required dependencies.

so each of your php scripts need to require composer autoload file

```
