PHP Package: ankitpokhrel/tus-php

The PHP library 'ankitpokhrel/tus-php' is a robust solution for handling file uploads in web applications efficiently and securely, providing features like resumable uploads and support for large files.

Current Version: 2.4.0
Last Updated: 2024-04-06
PHP Requirement: ^8.1
Dependencies: None

Package Description

The 'ankitpokhrel/tus-php' library is designed to streamline the file upload process in PHP applications. It offers a comprehensive set of tools to manage file uploads seamlessly, ensuring reliability and scalability. With support for resumable uploads and handling large files, 'ankitpokhrel/tus-php' simplifies the development of web applications that require efficient file handling functionalities.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.4.0

Download Download v2.4.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/ankitpokhrel/tus-php/2.4.0/loader.php';

use AnkitPokhrel\Tus\Uploader;

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