ProxyManager
ProxyManager is a PHP library that provides a set of utilities for creating proxy objects. Proxies serve as stand-ins for real objects and can defer their creation, intercept interactions, or observe how they are used. The library focuses on implementing several proxy patterns, including lazy loading, virtual proxies (value holders), and access interceptors.
At its core, ProxyManager separates the concerns of proxy creation from the business logic of the proxied
ProxyManager is framework-agnostic and designed to integrate with dependency injection containers and other components in the
The project is open-source and widely used in PHP projects. It is distributed via package managers such