PHP Package: calebporzio/sushi

Sushi is a PHP library that provides tools for efficient data manipulation and filtering.

Current Version: 2.5.3
Last Updated: 2025-02-13
PHP Requirement: ^7.1.3|^8.0
Dependencies: None

Package Description

Sushi is a versatile PHP library designed to streamline data processing tasks with its robust set of functions. It offers a wide range of features for developers to manipulate, filter, and manage data seamlessly, enhancing overall efficiency in web applications and services.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.5.3

Download Download v2.5.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/calebporzio/sushi/2.5.3/loader.php';

use CalebPorzio\Sushi\DataManipulator;

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