leapt / core-bundle
Symfony LeaptCoreBundle
Installs: 23 297
Dependents: 3
Suggesters: 1
Security: 0
Stars: 22
Watchers: 3
Forks: 7
Open Issues: 10
Type:symfony-bundle
Requires
- php: ^8.2
- doctrine/orm: ^2.10 || ^3.0
- symfony/deprecation-contracts: ^3.5
- symfony/form: ^6.4 || ^7.0
- symfony/framework-bundle: ^6.4 || ^7.0
- symfony/http-foundation: ^6.4 || ^7.0
- symfony/http-kernel: ^6.4 || ^7.0
- symfony/mime: ^6.4 || ^7.0
- symfony/routing: ^6.4 || ^7.0
- symfony/translation: ^6.4 || ^7.0
- symfony/twig-bundle: ^6.4 || ^7.0
- symfony/validator: ^6.4 || ^7.0
- twig/twig: ^3.0
Requires (Dev)
- doctrine/data-fixtures: ^1.6
- doctrine/persistence: ^3.2
- easycorp/easyadmin-bundle: ^4.8.5
- endroid/qr-code: ^4.8 || ^5.0 || ^6.0
- fakerphp/faker: ^1.23
- friendsofphp/php-cs-fixer: ^3.49.0
- google/recaptcha: ^1.3
- league/flysystem-bundle: ^3.0
- phpstan/phpstan: ^1.10.57
- phpstan/phpstan-deprecation-rules: ^1.1.4
- phpunit/phpunit: ^10.5.10
- symfony/browser-kit: ^6.4 || ^7.0
- 5.x-dev
- v5.4.1
- v5.4.0
- v5.3.2
- v5.3.1
- v5.3.0
- v5.2.0
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.0
- 4.x-dev
- v4.11.0
- v4.10.0
- v4.9.3
- v4.9.2
- v4.9.1
- v4.9.0
- v4.8.0
- v4.7.0
- v4.6.2
- v4.6.1
- v4.6.0
- v4.5.2
- v4.5.1
- v4.5.0
- v4.4.1
- v4.4.0
- v4.3.0
- v4.2.1
- v4.2.0
- v4.1.0
- v4.0.4
- v4.0.3
- v4.0.2
- v4.0.1
- v4.0.0
- v4.0.0-alpha3
- v4.0.0-alpha2
- v4.0.0-alpha1
- 3.x-dev
- v3.3.2
- v3.3.1
- v3.3.0
- v3.2.1
- v3.2.0
- v3.1.2
- v3.1.1
- v3.1.0
- v3.0.2
- v3.0.1
- v3.0.0
- v2.4.9
- v2.4.8
- v2.4.7
- v2.4.6
- v2.4.5
- v2.4.4
- v2.4.3
- v2.4.2
- v2.4.1
- v2.4.0
- v2.3.2
- v2.3.1
- v2.3.0
- v2.2.10
- v2.2.9
- v2.2.8
- v2.2.7
- v2.2.6
- v2.2.5
- v2.2.4
- v2.2.3
- v2.2.2
- v2.2.1
- v2.2.0
- v2.1.19
- v2.1.18
- v2.1.17
- v2.1.6
- v2.1.5
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.2
- v2.0.1
- v2.0.0
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.9.1
- v0.9.0
- dev-fix/endroid-v4-v5-compatibility
- dev-fix/endroid-v6-compatibility
This package is auto-updated.
Last update: 2024-10-29 20:19:29 UTC
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
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 & Symfony 7.0+. The project follows SemVer.
You can check the changelog for version 5 and the upgrade document when upgrading from 4.x bundle version.
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