fbenard/material

dev-develop 2016-01-05 11:08 UTC

This package is not auto-updated.

Last update: 2022-01-22 02:07:21 UTC


README

Material is an ORM written in PHP, for PHP applications. It has been designed to work perfectly as a stand-alone component, so that you can use it in any environment, with any framework. Material provides:

  • Support of all native database drivers (via PDO)
  • Simultaneous connections to databases
  • A query builder
  • A schema builder
  • A model class to play with PHP objects
  • Support of custom object lifecycles
  • Localized properties
  • A migration and seeding mechanism

Install

Simply add fbenard/material to your composer.json:

{
	"require": 
	{
		"fbenard/material": "*"
	}
}

And update:

composer update

Authors

Material is carefully taken care of by Fabien BÉNARD.

License

The code for Material is distributed under the terms of the MIT license. See LICENSE.txt for the full license.