PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Juraj Puchký   PHP FTP Client class   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP FTP Client class
Send and receive files from a FTP server
Author: By
Last change:
Date: 2 years ago
Size: 402 bytes
 

Contents

Class file image Download
{ "name": "baba/php-ftp-client", "type": "library", "license": "GPL-2.0-only", "authors": [ { "name": "Juraj Puchký - BABA Tumise s.r.o.", "email": "info@baba.bj" } ], "autoload": { "psr-4": { "BABA\\FTP\\": "src/" } }, "provide": { "baba/php-ftp-client": "1.0.0" }, "require": { "php": ">=7.3", "nicolab/php-ftp-client": "^1.5" } }