Arcanedev Support is a versatile PHP library providing essential tools and functionalities for developers, easing various tasks and enhancing performance.
⚠️ To ensure full functionality, the above dependencies might be required.
Package Description
Arcanedev Support is a comprehensive PHP library crafted to streamline development processes and optimize performance. With an array of essential tools and features, it simplifies complex tasks and enhances the overall efficiency of your projects.
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/arcanedev/support/11.0.0/loader.php';
require_once 'libs/symfony/console/7.3.0/loader.php';
use Arcanedev\Support\Arr;
use Illuminate\Support\Collection;
$obj = new Arr();
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.