dev-master
9999999-dev http://www.github.com/jeremylivingston/core-proxiesProxy implementations of core PHP classes
MIT
The Requires
- php >=5.0.5
php
Wallogit.com
2017 © Pedro Peláez
Proxy implementations of core PHP classes
CoreProxies is a generic library that provides proxy implementations for core PHP libraries., (*1)
PHP's Reflection implementation is unable to read certain information about core PHP classes. This library provides a mirrored implementation of core classes that can be used by Reflection to obtain metadata., (*2)
A practical example would be if you are attempting to inject a lazy-loaded proxy class of SoapClient to catch connection
exceptions. Since proxying the core SoapClient class will not work, you can instead proxy CoreProxies\Proxy\SoapClient
and successfully generate your implementation., (*3)
Proxy implementations of core PHP classes
MIT
php