Download the PHP package check24/apitk-common-bundle without Composer
On this page you can find all versions of the php package check24/apitk-common-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download check24/apitk-common-bundle
More information about check24/apitk-common-bundle
Files in check24/apitk-common-bundle
Download check24/apitk-common-bundle
More information about check24/apitk-common-bundle
Files in check24/apitk-common-bundle
Vendor check24
Package apitk-common-bundle
Short Description Contains classes, interfaces and traits that are shared between check24/apitk-* bundles
License MIT
Package apitk-common-bundle
Short Description Contains classes, interfaces and traits that are shared between check24/apitk-* bundles
License MIT
Please rate this library. Is it a good library?
Informations about the package apitk-common-bundle
apitk-common-bundle
Contains classes, interfaces and traits that are shared between apitk-* bundles, mainly:
Installation
Install the package via composer:
You usually don't have to install it by yourself, because it is only for other apitk-bundles.
Components
Annotation/ParamConverter
Useful traits for your ParamConverter Annotation:
- EntityAwareAnnotationTrait
Addsentity
,entityManager
andmethodName
options - RequestParamAwareAnnotationTrait
AddsrequestParam
option
Describer/AbstractDescriber
Common logic for changing Swagger/OpenAPI annotations via PHP.
ParamConverter
Useful traits for your ParamConverter logic:
ContextAwareParamConverterTrait.php EntityAwareParamConverterTrait.php
- ContextAwareParamConverterTrait
Provides$this->getOption('name', 'default')
convenience methods to access annotation options easily. - EntityAwareParamConverterTrait
AddsgetEntity()
,getEntityManager()
andcallRepositoryMethod()
convenience to access an entity, its appropriate entity manager and repository for the given Annotation options. - RequestParamAwareParamConverterTrait
AddsgetRequestParam()
andgetRequestParamValue()
methods to access a request param given by Annotation options easily. It's also possible to define defaults here.
All versions of apitk-common-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
nelmio/api-doc-bundle Version ^v4.8
sensio/framework-extra-bundle Version ^6.0
symfony/config Version ^5.3 || ^6.0
symfony/dependency-injection Version ^5.3 || ^6.0
symfony/framework-bundle Version ^5.3 || ^6.0
nelmio/api-doc-bundle Version ^v4.8
sensio/framework-extra-bundle Version ^6.0
symfony/config Version ^5.3 || ^6.0
symfony/dependency-injection Version ^5.3 || ^6.0
symfony/framework-bundle Version ^5.3 || ^6.0
The package check24/apitk-common-bundle contains the following files
Loading the files please wait ....