Download the PHP package amacode/property-info-override without Composer
On this page you can find all versions of the php package amacode/property-info-override. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download amacode/property-info-override
More information about amacode/property-info-override
Files in amacode/property-info-override
Download amacode/property-info-override
More information about amacode/property-info-override
Files in amacode/property-info-override
Vendor amacode
Package property-info-override
Short Description Wrapper for symfony PropertyInfo component which returns user-defined property info if set
License MIT
Package property-info-override
Short Description Wrapper for symfony PropertyInfo component which returns user-defined property info if set
License MIT
Please rate this library. Is it a good library?
Informations about the package property-info-override
Overview
This package is an extension for PropertyInfo component.
Sometimes the default PropertyInfoExtractor
defines the property meta info not the way you want. It may break you API schema generation or requests validations (is actual for ApiPlatform).
This package allows you to override a property type meta info which can be used by 3rd party libraries if it had been defined incorrectly (see usage example below).
Installation
Usage
Add PropertyType
annotation/attribute to property where type is defined incorrectly by PropertyInfoExtractor
Client code
All versions of property-info-override with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.4
symfony/property-info Version >=4
symfony/dependency-injection Version >=4
symfony/config Version >=4
koriym/attributes Version ^1.0
symfony/http-kernel Version >=4
symfony/property-info Version >=4
symfony/dependency-injection Version >=4
symfony/config Version >=4
koriym/attributes Version ^1.0
symfony/http-kernel Version >=4
The package amacode/property-info-override contains the following files
Loading the files please wait ....