An open API service indexing awesome lists of open source software.

https://github.com/dnj/ftp

FTP Contracts for PHP
https://github.com/dnj/ftp

Last synced: 5 months ago
JSON representation

FTP Contracts for PHP

Awesome Lists containing this project

README

          

# FTP
FTP Contracts for PHP\
This packages contains some Contracts (Interfaces) to work with FTP in PHP.\
You can create a package that implements this package or you can use the current implementations of this package.\
Currently, The [FTP-Native](https://github.com/dnj/ftp-native) is implemented that is using native php ftp functions.