Download the PHP package theorx/mapper without Composer
On this page you can find all versions of the php package theorx/mapper. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download theorx/mapper
More information about theorx/mapper
Files in theorx/mapper
Download theorx/mapper
More information about theorx/mapper
Files in theorx/mapper
Please rate this library. Is it a good library?
Informations about the package mapper
Mapper
Mapper is a library for getting metadata from a class.
Features
- Get metadata for a whole class ( Mapper\Mapper::getMap($className) )
- Get metadata for a property from given class ( Mapper\mapper::getPropertyMeta($className, $propertyName) )
- Get metadata for a method from given class ( Mapper\Mapper::getMethodMeta($className, $methodName) )
- Define your own callback for writing cache ( Mapper\Mapper::setCacheSaveFunction($saveMethod) )
- Define your own callback for reading cache ( Mapper\Mapper::setCacheReadFunction($readFunction) )
Author
- Lauri Orgla
Requirements
- PHP 5.5 with Reflection module
- theorx/reflectionist from packagist.org ( comes automatically with composer )
Installation
Usage
Example output
All versions of mapper with dependencies
PHP Build Version
Package Version
Requires
theorx/reflectionist Version
dev-master
The package theorx/mapper contains the following files
Loading the files please wait ....