API Libraries
PHP
Download URL: Php client library
Requirements: PHP 5.4+ with CURL extension
Usage: Download and extract archive to your application folder
Usage example:
<?php require_once('Rapidgator/Client.php'); $client = new Rapidgator\Client($login, $password); $user = $client->getUserInfo(); $file = $client->uploadFile('/path/to/file'); $download_url = $client->downloadFile($file->file_id);