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
- Host: GitHub
- URL: https://github.com/dnj/ftp
- Owner: dnj
- License: mit
- Created: 2022-02-27T14:24:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T10:41:42.000Z (over 4 years ago)
- Last Synced: 2025-05-06T06:03:49.142Z (about 1 year ago)
- Language: PHP
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.