定制 fbenard/material 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

fbenard/material

Composer 安装命令:

composer require fbenard/material

包简介

关键字:

README 文档

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.

统计信息

  • 总下载量: 1.06k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-12-28