PHP Package: friendsofphp/proxy-manager-lts

Optimize your PHP projects with the lightweight proxy manager LTS for improved performance.

Current Version: 1.0.18
Last Updated: 2024-03-20
PHP Requirement: >=7.1
Dependencies:
doctrine/annotations
symfony/config
zendframework/zend-code
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Enhance PHP applications with the long-term support version of Proxy Manager, a powerful library designed to improve performance and streamline workflow through efficient proxy creation and management functionalities.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.0.18

Download Download v1.0.18

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/friendsofphp/proxy-manager-lts/1.0.18/loader.php';
require_once 'libs/doctrine/annotations/2.0.2/loader.php';
require_once 'libs/symfony/config/7.3.4/loader.php';
require_once 'libs/zendframework/zend-code/{lib_version}/loader.php';

use ProxyManager\Configuration;
use ProxyManager\Factory\AccessInterceptorScopeLocalizerFactory;

$obj = new Configuration();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.