Error loading package details.
Download Latest Version: 8.0.4
Previous Versions
v7.2.4
v7.2.5 - Coming soon
v7.2.6 - Coming soon
v7.3.0
v7.3.1
v7.3.2
v7.3.4
v7.3.5
v7.3.6
v7.4.0
v8.0.1
v8.0.3
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/symfony/cache/8.0.4/loader.php';
require_once 'libs/symfony/polyfill-php73/{lib_version}/loader.php';
use Symfony\Component\Cache\Adapter\ArrayAdapter;
use Symfony\Component\Cache\Adapter\MemcachedAdapter;
use Symfony\Component\Cache\Adapter\FilesystemAdapter;
$obj = new ArrayAdapter();
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.
