PHP Package: masbug/flysystem-google-drive-ext

Flysystem extension for Google Drive providing seamless integration with advanced features for effective file management.

Current Version: 2.4.1
Last Updated: 2024-10-22
PHP Requirement: ^7.2 | ^8.0
Dependencies:
league/flysystem
google/apiclient
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Elevate your file storage capabilities with Flysystem-Google Drive extension, a powerful tool designed with seamless integration in mind. With advanced features and robust functionality, this library offers a comprehensive solution for efficient file management on Google Drive. Take advantage of enhanced performance, flexibility, and ease of use to streamline your workflow and optimize your storage experience.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.4.1

Download Download v2.4.1

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/masbug/flysystem-google-drive-ext/2.4.1/loader.php';
require_once 'libs/league/flysystem/{lib_version}/loader.php';
require_once 'libs/google/apiclient/{lib_version}/loader.php';

use Masbug\Flysystem\GoogleDrive\GoogleDriveAdapter;
use Google\Service\Drive\DriveFile;

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