add php ftp lib

This commit is contained in:
amazuecos
2024-08-28 22:28:49 +02:00
parent da379a7af9
commit eb4ea31cef
2 changed files with 55 additions and 2 deletions

View File

@ -13,7 +13,8 @@
"php": "^8.2",
"codeigniter4/framework": "^4.0",
"codeigniter4/shield": "^1.0",
"dompdf/dompdf": "^2.0"
"dompdf/dompdf": "^2.0",
"nicolab/php-ftp-client": "^2.0"
},
"require-dev": {
"fakerphp/faker": "^1.9",

54
ci4/composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "b2eee64c89c81ed0f0edef73637b9199",
"content-hash": "ad46e8d1c155c881b11c8b8054611788",
"packages": [
{
"name": "codeigniter4/framework",
@ -399,6 +399,58 @@
},
"time": "2024-03-31T07:05:07+00:00"
},
{
"name": "nicolab/php-ftp-client",
"version": "v2.0.2",
"source": {
"type": "git",
"url": "https://github.com/Nicolab/php-ftp-client.git",
"reference": "a1d007c8b203895611f68b0da314281d4a5c3d49"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Nicolab/php-ftp-client/zipball/a1d007c8b203895611f68b0da314281d4a5c3d49",
"reference": "a1d007c8b203895611f68b0da314281d4a5c3d49",
"shasum": ""
},
"require": {
"ext-ftp": "*",
"php": ">=5.4"
},
"type": "library",
"autoload": {
"psr-0": {
"FtpClient": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Tallefourtane",
"email": "dev@nicolab.net",
"homepage": "http://nicolab.net"
}
],
"description": "A flexible FTP and SSL-FTP client for PHP. This lib provides helpers easy to use to manage the remote files.",
"homepage": "https://github.com/Nicolab/php-ftp-client",
"keywords": [
"file",
"ftp",
"helper",
"lib",
"server",
"sftp",
"ssl",
"ssl-ftp"
],
"support": {
"source": "https://github.com/Nicolab/php-ftp-client/tree/v2.0.2"
},
"time": "2022-08-10T11:09:32+00:00"
},
{
"name": "phenx/php-font-lib",
"version": "0.5.6",