finesse/wired
Composer 安装命令:
composer require finesse/wired
包简介
Light standalone ORM with a query builder and no external configuration
README 文档
README
Wired is an ORM for PHP.
Key features:
- Simple configuration and usage. Only a database connection data (host, login, etc.) and models classes are required.
- Light itself, uses light dependencies that can be used separately (e.g. query builder, database connector).
- Not a part of a framework.
- Supports table prefixes.
- No static facades, only explicit delivery using dependency injection.
- Has a query builder with powerful features like nested queries.
- Exceptions on errors.
Supported DBMSs:
- MySQL
- SQLite
- PostrgeSQL (partially, see the issue)
If you need a new database system support please implement it there and there using pull requests.
Documentation
The documentation is available at wired-orm.readthedocs.io.
Also all the classes, methods and properties has a PHPDoc comment in the code.
Versions compatibility
The project follows the Semantic Versioning.
License
MIT. See the LICENSE file for details.
统计信息
- 总下载量: 526
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-11-07