dnj / ftp
PHP 的 FTP 合同
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-09-29 00:47:16 UTC
README
PHP 的 FTP 合同
该软件包包含一些与 PHP 中的 FTP 一起工作的合同(接口)。
您可以创建一个实现此包的包,或者您可以使用此包的当前实现。
目前,实现了 FTP-Native,它使用原生的 php ftp 函数。