Source: php-proxy-manager Section: php Priority: optional Maintainer: Debian PHP PEAR Maintainers Uploaders: David Prévot Build-Depends: debhelper-compat (= 11), php-codesniffer (>= 2.5.1), phpab, pkg-php-tools (>= 1.7~) Standards-Version: 4.2.1 Homepage: https://github.com/Ocramius/ProxyManager Vcs-Git: https://salsa.debian.org/php-team/pear/php-proxy-manager.git Vcs-Browser: https://salsa.debian.org/php-team/pear/php-proxy-manager Package: php-proxy-manager Architecture: all Depends: ${misc:Depends}, ${phpcomposer:Debian-require} Recommends: ${phpcomposer:Debian-recommend} Suggests: ${phpcomposer:Debian-suggest} Replaces: ${phpcomposer:Debian-replace} Breaks: ${phpcomposer:Debian-conflict}, ${phpcomposer:Debian-replace} Provides: php-ocramius-proxy-manager, ${phpcomposer:Debian-provide} Description: library providing utilities to operate with Object Proxies This library aims at providing abstraction for generating various kinds of proxy classes. . Currently, this project supports generation of Virtual Proxies and Smart References. Additionally, it can generate a small high-performance Hydrator class to optimize transition of data from and into your objects.