PHPackages                             artseld/openinviter-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. artseld/openinviter-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

artseld/openinviter-bundle
==========================

Openinviter service

3708

Since Aug 7Compare

[ Source](https://github.com/artseld/ArtseldOpeninviterBundle)[ Packagist](https://packagist.org/packages/artseld/openinviter-bundle)[ RSS](/packages/artseld-openinviter-bundle/feed)WikiDiscussions Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

ArtseldOpeninviterBundle
========================

[](#artseldopeninviterbundle)

The `ArtseldOpeninviterBundle` integrates the [OpenInviter](http://openinviter.com/)PHP library with Symfony2. This means easy-to-implement invitation mechanism from many social networks and mail providers in your Symfony2 application.

Installation
------------

[](#installation)

Installation is quick and easy, 5 steps process

1. Download ArtseldOpeninviterBundle
2. Configure the Autoloader
3. Enable the bundle
4. Minimal configuration
5. Initialize assets

### Step 1: Download ArtseldOpeninviterBundle

[](#step-1-download-artseldopeninviterbundle)

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

```
[ArtseldOpeninviterBundle]
    git=git://github.com/artseld/ArtseldOpeninviterBundle.git
    target=bundles/Artseld/OpeninviterBundle

```

Run the vendors script to download the bundle:

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

### Step 2: Configure the Autoloader

[](#step-2-configure-the-autoloader)

If it is the first Artseld bundle you install in your Symfony2 project, you need to add the Artseld namespace to your autoloader:

```
