PHP Package: arcanedev/support

Arcanedev Support is a versatile PHP library providing essential tools and functionalities for developers, easing various tasks and enhancing performance.

Current Version: 11.0.0
Last Updated: 2024-03-17
PHP Requirement: ^8.2
Dependencies:
symfony/console
⚠️ 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.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 11.0.0

Download Download v11.0.0

Code Integration Example

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.