PHP Package: laragraph/utils

Laragraph Utils is a PHP library designed to simplify common tasks and enhance productivity for developers.

Current Version: 2.2.0
Last Updated: 2025-02-12
PHP Requirement: ^7.2 || ^8
Dependencies:
laragraph/utils-core
laravel/framework
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laragraph Utils is a versatile PHP library that offers a variety of utility functions and tools, catering to different development needs. From handling data processing to simplifying complex operations, this library aims to streamline the coding process and boost efficiency for developers worldwide.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.2.0

Download Download v2.2.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/laragraph/utils/2.2.0/loader.php';
require_once 'libs/laragraph/utils-core/{lib_version}/loader.php';
require_once 'libs/laravel/framework/{lib_version}/loader.php';

use Laragraph\Utils\UtilsClass;
use Laragraph\Utils\Helpers\StringHelper;

$obj = new UtilsClass();
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.