PHPackages                             elcweb/salesforce-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. [API Development](/categories/api)
4. /
5. elcweb/salesforce-bundle

AbandonedArchivedSymfony-bundle[API Development](/categories/api)

elcweb/salesforce-bundle
========================

Allows you to easily access salesforce objects

05091PHP

Since Apr 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/elcweb/salesforce-bundle)[ Packagist](https://packagist.org/packages/elcweb/salesforce-bundle)[ RSS](/packages/elcweb-salesforce-bundle/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

SalesforceBundle
================

[](#salesforcebundle)

[![Latest Stable Version](https://camo.githubusercontent.com/e8858d17ecf1a75f5d7d99b0eed028625a71dde68ed8cd2c98e4341bba912da7/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f73616c6573666f7263652d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/elcweb/salesforce-bundle)[![Total Downloads](https://camo.githubusercontent.com/2e24ec49fa9a8db945b77088d5a0a271f6a837021636617c6f45417f9da8e11f/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f73616c6573666f7263652d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/elcweb/salesforce-bundle)

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

[](#installation)

### Step 1: Download using composer

[](#step-1-download-using-composer)

```
{
    "require": {
        "elcweb/salesforce-bundle": "dev-master"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update elcweb/salesforce-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
