PHPackages                             rc2c/the-callr-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. rc2c/the-callr-bundle

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

rc2c/the-callr-bundle
=====================

TheCallR SDK bundle for Symfony2.

11441[1 issues](https://github.com/rc2c/ThecallrBundle/issues)PHP

Since May 5Pushed 12y ago3 watchersCompare

[ Source](https://github.com/rc2c/ThecallrBundle)[ Packagist](https://packagist.org/packages/rc2c/the-callr-bundle)[ RSS](/packages/rc2c-the-callr-bundle/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (0)

ThecallrBundle
==============

[](#thecallrbundle)

Prerequisites
-------------

[](#prerequisites)

- PHP &gt;= 5.2.0
- The PHP JSON extension
- The PHP cURL extension

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

[](#installation)

### Get the bundle

[](#get-the-bundle)

With composer :

```
{
    "require": {
        "rc2c/the-callr-bundle": "dev-master"
    }
}
```

### Initialize the bundle

[](#initialize-the-bundle)

To start using the bundle, register the bundle in your application's kernel class:

```
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // Thecallr
        new Rc2c\ThecallrBundle\Rc2cThecallrBundle()
        // ...
    );
)
```

### Configure the bundle

[](#configure-the-bundle)

```
rc2c.the_callr.login: 'your_login'
rc2c.the_callr.password: 'your_password'
rc2c.the_callr.sender: 'THECALLR'
```

Code sample
-----------

[](#code-sample)

```
// Load thecallr service
$sms_Manager = $this->container->get('rc2c.the_callr');
// Your phone number (international format)
$phone       = '+33610111213';
// Your message (text)
$message     = 'your text message';

try {
    // Send sms
    $sms_Manager->send($phone, $message);
} catch(Exception $e) {
    $this->logMessage($e->getCode().'-'.$e->getMessage(), 'err');
}
```

Documentation TheCallr API
--------------------------

[](#documentation-thecallr-api)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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/e12b311b660726d71fd95865eb485a8c72637e6815857b965f5cd6e3d5fa4373?d=identicon)[rc2c](/maintainers/rc2c)

---

Top Contributors

[![mneuville](https://avatars.githubusercontent.com/u/3796880?v=4)](https://github.com/mneuville "mneuville (13 commits)")[![rc2ctech](https://avatars.githubusercontent.com/u/5494240?v=4)](https://github.com/rc2ctech "rc2ctech (1 commits)")

### Embed Badge

![Health badge](/badges/rc2c-the-callr-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/rc2c-the-callr-bundle/health.svg)](https://phpackages.com/packages/rc2c-the-callr-bundle)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

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

GitHub API v3 client

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

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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