2017 © Pedro Peláez
 

library core-proxies

Proxy implementations of core PHP classes

image

jeremylivingston/core-proxies

Proxy implementations of core PHP classes

  • Wednesday, August 28, 2013
  • by jeremylivingston
  • Repository
  • 0 Watchers
  • 1 Stars
  • 59 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PHP Core Proxies

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)

The Versions

28/08 2013

dev-master

9999999-dev http://www.github.com/jeremylivingston/core-proxies

Proxy implementations of core PHP classes

  Sources   Download

MIT

The Requires

  • php >=5.0.5

 

php