PHPackages                             isidrogg/ftp-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. isidrogg/ftp-bundle

ActiveSymfony-bundle

isidrogg/ftp-bundle
===================

A Symfony2 Bundle to wrap the PHP ftp extension functionality in a more classy way.

v1.0.0(12y ago)069MITPHPPHP &gt;=5.3.2

Since Jul 19Pushed 11y ago1 watchersCompare

[ Source](https://github.com/isidrogg/FtpBundle)[ Packagist](https://packagist.org/packages/isidrogg/ftp-bundle)[ Docs](https://github.com/iJanki/FtpBundle)[ RSS](/packages/isidrogg-ftp-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

\#FtpBundle

A Symfony2 Bundle to wrap the PHP ftp extension functionality in a more "classy" way.

[![Build Status](https://camo.githubusercontent.com/62ad8dadd04d167126bfb8889417ebf07f3e0f4b13a0319fbf2a7c69e4d94a10/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f694a616e6b692f46747042756e646c652e706e673f6272616e63683d6d6173746572)](http://travis-ci.org/iJanki/FtpBundle)

\##Installation

### Step 1: Install the bundle

[](#step-1-install-the-bundle)

#### For Symfony 2.0:

[](#for-symfony-20)

Add the following entries to the deps in the root of your project file:

```
[IjankiFtpBundle]
    git=git://github.com/isidrogg/FtpBundle.git
    target=bundles/isidrogg/Bundle/FtpBundle

```

Now, run the vendors script to download the bundle:

```
$ php bin/vendors install
```

Then you need to add the Ijanki namespace to your autoloader:

```
