edmondscommerce/doctrine-static-meta
最新稳定版本:6.6.0
Composer 安装命令:
composer create-project edmondscommerce/doctrine-static-meta
包简介
An implementation of Doctrine using the PHP Static Meta Data driver and no annotations
README 文档
README
By Edmonds Commerce
An implementation of Doctrine using the PHP Static Meta Data driver and no annotations.
This library includes extensive traits and interfaces and also full code generation allowing you to set up a project quickly.
Install
composer require edmondscommerce/typesafe-functions dev-master@dev
composer require gossi/php-code-generator "^0.5.0" --dev
composer require sebastian/diff ^3.0 --dev
composer require edmondscommerce/doctrine-static-meta dev-master@dev
Limitations
Whilst this is now at a stage where we are using it in production, it is still a work in progress.
- Currently we have only targeted MySQL
Suggested .my.cnf File
As DSM is using binary ID columns, it is worth customising your .my.cnf file to make this easier to work with
[mysql]
auto-rehash
binary-as-hex = true
[client]
user=root
password=YOURPASSWORDHERE
Further Reading
Documentation is still very much a work in progress...
Have a look in the docs Folder
统计信息
- 总下载量: 3.41k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-09-15