Download the PHP package lazzard/php-ftp-client without Composer
On this page you can find all versions of the php package lazzard/php-ftp-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download lazzard/php-ftp-client
More information about lazzard/php-ftp-client
Files in lazzard/php-ftp-client
Package php-ftp-client
Short Description This library provides helper classes and methods to manage your FTP files in an OOP way.
License MIT
Informations about the package php-ftp-client
Lazzard/FtpClient
This library provides helper classes and methods to manage your FTP files in an OOP way.
This library aimed to be a full FTP/FTPS client solution for the old (^5.5) and newer PHP releases (^8.0) that support FTP extension. (see the versions guide below)
Quick Start
Usage
upload/download
Asynchronous upload/download
Find more about asynchronous stuff here.
listing
copy
search
size
file/directory creating
append
remove/rename
move
count
permissions
is methods
others
You can see all available methods here.
More documentation
- Manipulate the FTP connection with ConnectionInterface.
- Configure the connection instance with FtpConfig.
- Start working with the base class FtpClient.
- Sending FTP commands with FtpCommand.
- How to use the FtpWrapper class directly.
- Running the integration tests.
Version Guidance
Version | Status | Last Release | PHP Version |
---|---|---|---|
1.0.x | EOL | v1.0.2 | >= 5.5 |
1.4.x | EOL | v1.4.2 | >= 5.6 |
1.5.x | EOL | v1.5.3 | ^7.2 | 8.0.* |
1.6.x | EOL | v1.6.1 | ^7.4 | 8.0.* |
1.7.x | Latest | v1.7.0 | ^7.4 | ^8.0 |
Contribution
Feel free to fork this repo if you want to enhance it or adding new features, also reported some issues that may have you facing while using the library will be very appreciated, Thank you!
They support this project
All versions of php-ftp-client with dependencies
ext-ftp Version *