################### What is Simple ORM ###################
Simple ORM is an Object Relation Mapping Framework - for people who want to develop web application in PHP. Its goal is to enable you to develop projects much faster than you could if you were wrtting code using plain SQL, by providing a simple way for CRUD operation in PHP.
Simple ORM is inspired by Yii2 Active Record
################### Server Requirements ###################
PHP version 5.6.3 or newer is recommended.
################### License ###################
GNU GPL