happyr / uuid-param-converter
A simple param converter that handles UUID
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/happyr/uuid-param-converter
Requires
- php: ^7.2
- doctrine/persistence: ^1.1 || ^2.0
- sensio/framework-extra-bundle: ^5.4
- symfony/http-kernel: ^4.3 || ^5.0
This package is auto-updated.
Last update: 2025-10-17 02:13:17 UTC
README
An excellent ParamConverter that works with SensioLabsExtraBundle.
It converter parameters of the following pattern:
name_uuidnameUuid- uuid
Install
composer require happyr/uuid-param-converter
# app/config/happyr_param_converter.yml services: Happyr\UuidParamConverter: arguments: ['@doctrine.registry'] tags: - { name: request.param_converter, priority: 5, converter: uuid_converter }