PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of El Amrani Chakir   PHP FTP Client Library   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP FTP Client Library
Manage files in remote FTP server
Author: By
Last change: Merge branch 'master' into 1.7
Updated composer.json
Updated composer.json
Date: 2 years ago
Size: 752 bytes
 

Contents

Class file image Download
{ "name": "lazzard/php-ftp-client", "description": "This library provides helper classes and methods to manage your FTP files in an OOP way.", "type": "library", "license": "MIT", "keywords": [ "php", "ftp-library", "ftp-client", "php-ftp-client" ], "authors": [ { "name": "El Amrani Chakir", "email": "elamrani.sv.laza@gmail.com", "homepage": "https://github.com/AmraniCh" } ], "require": { "php": "^7.4 || ^8.0", "ext-ftp": "*" }, "require-dev": { "phpunit/phpunit": "^9.0" }, "autoload": { "psr-4": { "Lazzard\\FtpClient\\": "src/" } }, "autoload-dev": { "psr-4": { "Lazzard\\FtpClient\\Tests\\Integration\\": "tests/integration" } } }