fbenard / material
This package's canonical repository appears to be gone and the package has been frozen as a result.
dev-develop
2016-01-05 11:08 UTC
Requires
- php: >=5.5.0
- elasticsearch/elasticsearch: v1.0
- fbenard/zero: dev-master
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.