leapt/core-bundle
最新稳定版本:v5.6.1
Composer 安装命令:
composer require leapt/core-bundle
包简介
Symfony LeaptCoreBundle
关键字:
README 文档
README
Introduction
The bundle aims to help with some repetitive tasks, including (but not limited to):
- Data lists with search
- File and image uploads
- Form types
- Navigation helper
- Paginator
- RSS feed generation
- SEO-related tasks (sitemaps, etc)
- Twig extensions
- Utilities
- Validators: PasswordStrength, Recaptcha, Slug
Examples
| Grid layout example | Tiled layout example |
|---|---|
![]() |
![]() |
| Paginator example | Form types example |
|---|---|
![]() |
![]() |
Available demo
If you want to try the bundle before installing it in your own projects, you can run this demo project locally: https://github.com/leapt/demo
Installation & usage
You can check docs there: https://core-bundle.leapt.dev/
Versions & dependencies
The current version (5.x) of the bundle works with Symfony 6.4, 7.0+ & 8.0+. The project follows SemVer. Only the last major version is maintained.
You can check the changelog for version 5 and the upgrade document when upgrading from 4.x bundle version.
| CoreBundle version | Symfony version | PHP version |
|---|---|---|
| 5.x | ^6.4 || ^7.0 | ^8.2 |
| 4.x | ^5.4 || ^6.0 | ^8.0 |
| 3.1+ | ^4.4 || ^5.0 | ^7.4 || ^8.0 |
| 3.0 | ^4.4 || ^5.0 | ^7.2 |
Contributing
Feel free to contribute, like sending pull requests to add features/tests or creating issues :)
Note there are a few helpers to maintain code quality, that you can run using these commands:
composer cs:dry # Code style check composer cs:fix # Fix code style composer phpstan # Static analysis composer phpunit # Run tests # Or run all cs:dry, phpstan & phpunit scripts using the following: composer ci
Docs are built using mkdocs. To launch the docs server locally, run make docs-start & open http://127.0.0.1:8000/.
History
This bundle is a maintained fork of the SnowcapCore Bundle: https://github.com/snowcap/SnowcapCoreBundle
统计信息
- 总下载量: 27.83k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 25
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2015-08-31



