isacandrei / entities

Joomla Framework Support for Entities GSOC 2018

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Entity Package Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

Introduction

The Entities package is an simple redesigned Active Record pattern for working with your database. Each database table has a corresponding Entity which is used to interact with that table. This is based partially from the CMS JTable Active Record pattern and from the various improvements that have been made through the PHP Community since.

Installation via Composer

Add "joomla/entities": "dev-master" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/entities": "dev-master"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/entities "dev-master"

About

Joomla Framework Support for Entities GSOC 2018

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%