PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Laudir Bispo   Easy PHP FTP Client   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Easy PHP FTP Client
Access files in server using the PHP FTP extension
Author: By
Last change:
Date: 5 years ago
Size: 501 bytes
 

Contents

Class file image Download
{ "name": "laudirbispo/easy-ftp", "description": "A simple FTP Client class", "keywords": ["FTP"], "type": "library", "version": "1.0.2", "license": "MIT", "authors": [ { "name": "Laudir Bispo", "email": "laudirbispo@outlook.com", "homepage": "https://www.facebook.com/laudirbispo" } ], "require": { "php": ">=7.0" }, "autoload": { "psr-4": {"laudirbispo\\EasyFTP\\": "src/EasyFTP"} } }