philiplb/crudlex
Composer 安装命令:
composer require philiplb/crudlex
包简介
An easy to use CRUD generator for Silex and Symfony 4.
README 文档
README
CRUDlex is an easy to use, well documented and tested CRUD generator for Symfony 4 and Silex 2. It is very useful to generate admin pages for example.
Features
- Generates a web application for managing MySQL stored data
- C reate entries
- R ead entries in a list and the details of single ones
- U pdate entries
- D elete entries
- The list of entries is paginated, sortable and filterable
- The entries can be relational, one-to-many and many-to-many is supported
- Managing files is supported, either stored in the filesystem or at AWS S3 as addon
- The UI is available in multiple languages
- File storage is abstract, implementing other systems than the filesystem and AWS S3 is easy
- Data storage is abstract, implementing other backends than MySQL is easy
Usage
As CRUDlex is framework agnostic, it is not used directly. There are framework specific implementations available:
Head over to the documentation for setup instructions.
CRUDlex uses SemVer for versioning. Currently, the API changes quickly due to be < 1.0.0, so take care about notes in the changelog when upgrading.
Documentation
- Documentation 0.14.0
- Documentation 0.13.0
- Documentation 0.12.0
- Documentation 0.11.0
- Documentation 0.10.0
- Documentation 0.9.10
Upcoming development version:
Sample Project
For a complete example, checkout the sample project with the classic libraries and books:
Addons
There are several surrounding projects around CRUDlex:
- CRUDlexUser: A library offering an user provider for symfony/security
Roadmap
The project roadmap is organized via milestones:
Beware that not each new feature will get its own ticket there. Some are implemented on the fly when needed.
Each milestone is loosely organized as project in the columns "Backlog" (Todo), "Staging" (Being worked on (next)) and "Done" (done):
Older Versions Documentation
Manual
The manual is a reference describing every feature of CRUDlex:
API Documentation
The CRUDlex API itself is documented here:
Build Notes
How to generate the API documentation:
vendor/bin/sphpdox process CRUDlex src
How to build the documentation:
# Install dependencies pip install Sphinx pip install tk.phpautodoc pip install sphinx_tabs # Generate: cd docs make html
philiplb/crudlex 适用场景与选型建议
philiplb/crudlex 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 6.19k 次下载、GitHub Stars 达 110, 最近一次更新时间为 2014 年 08 月 28 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「silex」 「symfony」 「Admin Generator」 「crud」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 philiplb/crudlex 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 philiplb/crudlex 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 philiplb/crudlex 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
2lenet/EasyAdminPlusBundle
The bundle for easy using json-rpc api on your project
Object-oriented CRUD for Doctrine DBAL
Analysis module for finding problematical shop data.
Command bus implementation: Commands and domain events
Pomm service provider for the Silex µframwork.
统计信息
- 总下载量: 6.19k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 110
- 点击次数: 4
- 依赖项目数: 5
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-08-28
