2017 © Pedro Peláez
 

library orm

A simple object relational mapping for databases.

image

senhung/orm

A simple object relational mapping for databases.

  • Thursday, May 17, 2018
  • by senhung
  • Repository
  • 0 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

PHP MySQL ORM

Description

This is a simple object relational mapping for MySQL written in PHP7. It tries to imitate the ORM, Eloquent, used by Laravel., (*1)

Package namespace: Senhung\ORM, (*2)

Setup

  1. Install
$ composer require senhung/orm
  1. Config

Create a .env file and fill out the settings using the template .env.example, (*3)

Documents

Model, (*4)

Example

See example in example.php, (*5)

$ php example.php

The Versions

17/05 2018

dev-master

9999999-dev

A simple object relational mapping for databases.

  Sources   Download

MIT

The Requires

 

by Senhung Wong

16/05 2018

v1.0.0

1.0.0.0

A simple object relational mapping for databases.

  Sources   Download

MIT

The Requires

 

by Senhung Wong

12/05 2018

v0.1.0

0.1.0.0

  Sources   Download

MIT

The Requires

 

by Senhung Wong