PHP Package: nimbly/shuttle

Nimbly's Shuttle PHP library provides efficient data transfer capabilities for seamless integration and optimized performance.

Current Version: 2.0
Last Updated: 2025-02-27
PHP Requirement: ^8.2
Dependencies: None

Package Description

Shuttle is a PHP library by Nimbly designed to streamline data transfer processes with robust encryption, compression, and serialization functionalities. It offers a versatile solution for handling large datasets efficiently, ensuring secure and reliable data transmission across various platforms.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.0

Download Download v2.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/nimbly/shuttle/2.0/loader.php';

use Nimbly\Shuttle\Shuttle;

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