Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/webchemistry/property-info

symfony/property-info integration into nette.
https://github.com/webchemistry/property-info

Last synced: about 1 month ago
JSON representation

symfony/property-info integration into nette.

Awesome Lists containing this project

README

        

## Installation

```neon
extensions:
propertyInfo: WebChemistry\PropertyInfo\DI\PropertyInfoExtension

propertyInfo:
preferDoc: true # prefer doc over reflection as type extractor, default: true
cache: null # sets cache, default: FilesystemAdapter with "Symfony.PropertyInfo" namespace
```