darkwebdesign / symfony-addon-pack
Symfony Add-on Pack
Installs: 28 415
Dependents: 1
Suggesters: 3
Security: 0
Stars: 6
Watchers: 1
Forks: 0
Open Issues: 2
Requires
- php: ^8.2
- ext-json: *
- symfony/event-dispatcher: 7.1.*
- symfony/form: 7.1.*
- symfony/options-resolver: 7.1.*
- symfony/validator: 7.1.*
Requires (Dev)
- doctrine/orm: ^2.7
- friendsofphp/php-cs-fixer: ^3.58
- phpstan/extension-installer: ^1.3
- phpstan/phpstan: ^1.11
- phpstan/phpstan-doctrine: ^1.4
- phpstan/phpstan-phpunit: ^1.4
- phpstan/phpstan-symfony: ^1.4
- phpunit/phpunit: ^10.5
- rector/rector: ^1.1
Suggests
- doctrine/orm: Required for EntityToIdentifierTransformer and EntityType
Conflicts
- doctrine/orm: <2.7
Replaces
- dev-main
- 7.1.x-dev
- v7.1.0
- 7.0.x-dev
- v7.0.0
- 6.4.x-dev
- v6.4.0
- 6.3.x-dev
- v6.3.0
- 6.2.x-dev
- v6.2.0
- 6.1.x-dev
- v6.1.1
- v6.1.0
- 6.0.x-dev
- v6.0.0
- 5.4.x-dev
- v5.4.0
- 5.3.x-dev
- v5.3.0
- 5.2.x-dev
- v5.2.1
- v5.2.0
- 5.1.x-dev
- v5.1.0
- 5.0.x-dev
- v5.0.0
- 4.4.x-dev
- v4.4.0
- 4.3.x-dev
- v4.3.0
- 4.2.x-dev
- v4.2.1
- v4.2.0
- 4.1.x-dev
- v4.1.0
- 4.0.x-dev
- v4.0.1
- v4.0.0
- 3.4.x-dev
- v3.4.1
- v3.4.0
- 3.3.x-dev
- v3.3.0
- 3.2.x-dev
- v3.2.0
- 3.1.x-dev
- v3.1.1
- v3.1.0
- 3.0.x-dev
- v3.0.1
- v3.0.0
- 2.8.x-dev
- v2.8.5
- v2.8.4
- 2.8.3
- 2.8.2
- 2.8.1
- 2.8.0
- 2.7.x-dev
- v2.7.5
- v2.7.4
- 2.7.3
- 2.7.2
- 2.7.1
- 2.7.0
- 2.6.x-dev
- v2.6.5
- v2.6.4
- 2.6.3
- 2.6.2
- 2.6.1
- 2.6.0
- 2.5.x-dev
- v2.5.5
- v2.5.4
- 2.5.3
- 2.5.2
- 2.5.1
- 2.5.0
- 2.4.x-dev
- v2.4.5
- v2.4.4
- 2.4.3
- 2.4.2
- 2.4.1
- 2.4.0
- 2.3.x-dev
- v2.3.5
- v2.3.4
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- dev-issue-241-7.1
This package is auto-updated.
Last update: 2024-11-03 08:13:25 UTC
README
Symfony Add-on Pack is a collection of extra Symfony components that you can use in your Symfony applications.
Learn more about it in its documentation.
Features
Data Transformers
- BooleanToValueTransformer, transforms between a boolean and a scalar value.
- EntityToIdentifierTransformer, transforms between an identifier and a Doctrine entity.
Form Field Types
- BirthdayType, handles birthday data.
- BooleanType, transforms a user selected value into a boolean.
- EntityType, transforms a user entered identifier into a Doctrine entity.
- UnstructuredType, handles unstructured data.
Form Field Event Subscribers
- BooleanToYesNoSubscriber, rewrites boolean values to "yes" or "no", to be used with the
BooleanType
. - JsonSchemaSubscriber, rewrites the JSON Schema
$schema
keyword property.
Validation Constraints
- Bsn, validates that a value is a valid Dutch social security number (BSN).
- Collection, validates that every item in a collection validates against one or more constraints.
- Json, validates that a value is valid JSON.
License
Symfony Add-on Pack is licensed under the MIT License - see the LICENSE
file for details.