meritoo / common-bundle
Common & useful classes, resources, extensions. Based on Symfony framework.
Installs: 259
Dependents: 3
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.0
- ext-intl: *
- doctrine/annotations: ^1.13
- meritoo/common-library: ^1.2
- symfony/form: ^4.4|^5.2
- symfony/framework-bundle: ^4.0|^5.4
- symfony/twig-bundle: ^4.0|^5.4
- symfony/validator: ^4.0|^5.4
Requires (Dev)
- friends-of-phpspec/phpspec-code-coverage: ^6.1
- friendsofphp/php-cs-fixer: ^3.8
- infection/infection: ^0.26.6
- php-coveralls/php-coveralls: ^2.5
- phpspec/phpspec: ^7.2
- phpstan/phpstan: ^1.6
- phpunit/phpunit: ^9.5
- sebastian/phpcpd: ^6.0
- squizlabs/php_codesniffer: ^3.6
- symfony/phpunit-bridge: ^6.0
- symfony/yaml: ^5.4
- vimeo/psalm: ^4.22
- dev-master
- 0.3.1
- 0.3.0
- 0.2.15
- 0.2.14
- 0.2.13
- 0.2.12
- 0.2.11
- 0.2.10
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.5
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.1
- 0.2.0
- 0.1.34
- 0.1.33
- 0.1.32
- 0.1.31
- 0.1.30
- 0.1.29
- 0.1.28
- 0.1.27
- 0.1.26
- 0.1.25
- 0.1.24
- 0.1.23
- 0.1.22
- 0.1.21
- 0.1.20
- 0.1.19
- 0.1.18
- 0.1.17
- 0.1.16
- 0.1.15
- 0.1.14
- 0.1.13
- 0.1.12
- 0.1.11
- 0.1.10
- 0.1.9
- 0.1.8
- 0.1.7
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- 0.0.1
- dev-develop
- dev-feature/support-php-8.0
- dev-feature/implement-github-actions
- dev-feature/pagination
This package is auto-updated.
Last update: 2024-10-13 22:52:29 UTC
README
Common & useful classes, resources, extensions. Based on Symfony framework.
Installation
Run Composer to install this package in your project:
composer require meritoo/common-bundle
Configuration
All parameters have default values. After installation of this bundle, you have to do nothing. If you want to tweak some parameters, create proper configuration file and enter desired parameters.
Example:
# config/packages/meritoo_common.yaml meritoo_common: application: name: YourApp
Usage
- Configuration
- Dependency Injection Extension
- Descriptor of application
- Descriptor of bundle
- Descriptors of bundles
- Services:
- Tests
- Translations
- Twig extensions:
Development
More information you can find here