We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47f44b4 commit 3b8f1abCopy full SHA for 3b8f1ab
composer.json
@@ -0,0 +1,16 @@
1
+{
2
+ "name": "dg/ftp-php",
3
+ "description": "Easy-to-use library for accessing FTP servers.",
4
+ "keywords": ["ftp"],
5
+ "homepage": "https://github.com/dg/ftp-php",
6
+ "license": ["BSD-3"],
7
+ "authors": [
8
+ {
9
+ "name": "David Grudl",
10
+ "homepage": "http://davidgrudl.com"
11
+ }
12
+ ],
13
+ "autoload": {
14
+ "classmap": ["ftp.class.php"]
15
16
+}
readme.txt
@@ -7,7 +7,7 @@ Introduction
FTP for PHP is a very small and easy-to-use library for accessing FTP servers.
-Project at GoogleCode: http://ftp-php.googlecode.com
+Project at GitHub: https://github.com/dg/ftp-php
My PHP blog: http://phpfashion.com
0 commit comments