dnj / ftp
FTP Contracts for PHP
dev-master
2022-03-08 10:41 UTC
Requires
- php: ^8.0|^7.4
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.1
- phpstan/phpstan: ^0.12.85
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-10-29 00:59:28 UTC
README
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 is implemented that is using native php ftp functions.