Download the PHP package isidrogg/ftp-bundle without Composer
On this page you can find all versions of the php package isidrogg/ftp-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download isidrogg/ftp-bundle
More information about isidrogg/ftp-bundle
Files in isidrogg/ftp-bundle
Download isidrogg/ftp-bundle
More information about isidrogg/ftp-bundle
Files in isidrogg/ftp-bundle
Vendor isidrogg
Package ftp-bundle
Short Description A Symfony2 Bundle to wrap the PHP ftp extension functionality in a more classy way.
License MIT
Homepage https://github.com/iJanki/FtpBundle
Package ftp-bundle
Short Description A Symfony2 Bundle to wrap the PHP ftp extension functionality in a more classy way.
License MIT
Homepage https://github.com/iJanki/FtpBundle
Keywords ftp
Please rate this library. Is it a good library?
Informations about the package ftp-bundle
FtpBundle
A Symfony2 Bundle to wrap the PHP ftp extension functionality in a more "classy" way.
Installation
Step 1: Install the bundle
For Symfony 2.0:
Add the following entries to the deps in the root of your project file:
Now, run the vendors script to download the bundle:
Then you need to add the Ijanki namespace to your autoloader:
For Symfony >= 2.1
Add the following dependency to your composer.json file:
"require": {
# ..
"isidrogg/ftp-bundle": "*"
# ..
}
Step 2: Enable the bundle
Finally, enable the bundle in the kernel:
Usage
All php ftp functions are wrapped in Ftp object:
Check Ftp.php for other added methods.
Credits
Inspired by https://github.com/dg/ftp-php
All versions of ftp-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
The package isidrogg/ftp-bundle contains the following files
Loading the files please wait ....