PHPackages                             banckle/crm-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. banckle/crm-bundle

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

banckle/crm-bundle
==================

This is a symfony2 bundle to use Banckle.CRM SDK for PHP in symfony2 applications quickly and easily.

07PHP

Since Nov 7Pushed 11y ago2 watchersCompare

[ Source](https://github.com/BanckleMarketplace/Banckle.CRM-For-Symfony)[ Packagist](https://packagist.org/packages/banckle/crm-bundle)[ RSS](/packages/banckle-crm-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

\#Banckle.CRM for Symfony

This bundle allows you to work with Banckle.CRM SDK in your Symfony applications quickly and easily.

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

[](#installation)

Add the following lines to your composer.json file:

```
// composer.json
{
    // ...
    require: {
        // ..
        "banckle/crm-sdk-php": "dev-master",
        "banckle/crm-bundle": "dev-master"

    }
}
```

Now, you can install the new dependencies by running Composer's update command from the directory where your composer.json file is located.

```
    composer update
```

Update your AppKernel.php file, and register the new bundle:

```
// app/AppKernel.php
public function registerBundles()
{
    // ...
     new Banckle\Bundle\CRMBundle\BanckleCRMBundle(),
    // ...
);
}
```

Configuration
-------------

[](#configuration)

Add this to your config.yml:

```
banckle_crm:
    #(Required) Your Account apiKey from apps.banckle.com
    apiKey: "XXXXXXXXXXXXX"
    banckleAccountUri: "https://apps.banckle.com/api/v2"
    banckleCRMUri: "https://crm.banckle.com/api/v1.0"
```

Usage
-----

[](#usage)

The Bundle is called as a standard service.

```
To access service:
$bancklecrm = $this->get('bancklecrm.api');

To generate token:
$bancklecrm = $this->get('bancklecrm.api');
$token = $bancklecrm->getToken($email, $password);

To get all contacts:
$contacts = $bancklecrm->createInstance('ContactsApi', $token);
$result = $contacts->getContacts();
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d23b39db642bea7416f922659453ab3f0c3f0a74f2c235baf42c09565e5671c2?d=identicon)[masood-anwer](/maintainers/masood-anwer)

![](https://www.gravatar.com/avatar/d24b5baeaae392bf593cb4242f00f3d482154d040bb681e2323c7e1ec52eb143?d=identicon)[saudaspose](/maintainers/saudaspose)

---

Top Contributors

[![masood-anwer](https://avatars.githubusercontent.com/u/7485126?v=4)](https://github.com/masood-anwer "masood-anwer (2 commits)")

### Embed Badge

![Health badge](/badges/banckle-crm-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/banckle-crm-bundle/health.svg)](https://phpackages.com/packages/banckle-crm-bundle)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
