PHPackages                             irajul/laravel-exotel - 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. irajul/laravel-exotel

ActiveLibrary[API Development](/categories/api)

irajul/laravel-exotel
=====================

Laravel plugin to interaact with exotel APIs (unofficial)

2.0.0(2y ago)017MITPHPPHP ^8.1

Since Aug 12Pushed 2y ago1 watchersCompare

[ Source](https://github.com/iRajul/laravel-exotel)[ Packagist](https://packagist.org/packages/irajul/laravel-exotel)[ Docs](https://github.com/irajul/laravel-exotel)[ RSS](/packages/irajul-laravel-exotel/feed)WikiDiscussions main Synced today

READMEChangelog (7)Dependencies (13)Versions (8)Used By (0)

Laravel package to interact with exotel APIs (unofficial)
=========================================================

[](#laravel-package-to-interact-with-exotel-apis-unofficial)

[![Latest Version on Packagist](https://camo.githubusercontent.com/754b2c519c29d7a28902bd0ea41bd050a26d87f9ac06c6ce3ef8474fb59c700c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6972616a756c2f6c61726176656c2d65786f74656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/irajul/laravel-exotel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/d2d1a40a944cb2ab0eba3d9eb8ae179caf0228c59fb84aea5942e50a2f4efca1/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6972616a756c2f6c61726176656c2d65786f74656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/irajul/laravel-exotel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/e927b254ea72ffb856965887ab570e0cedc8f66fccdf553d790231e93229c84e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6972616a756c2f6c61726176656c2d65786f74656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/irajul/laravel-exotel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f4dbaf110293b2252d57464e8c48c01d11ff208506c3e8e7d513557093694bac/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6972616a756c2f6c61726176656c2d65786f74656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/irajul/laravel-exotel)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require irajul/laravel-exotel
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="exotel-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="exotel-config"
```

This is the contents of the published config file published at `config/exotel.php` ::

```
return [

    'exotel_configs' => [
        [
            'name' => 'default',
            /*
            * Exotel SID
            */
            'exotel_sid' => env('EXOTEL_SID', ''),

            /*
            * Exotel Token
            */

            'exotel_token' => env('EXOTEL_TOKEN', ''),

            /*
            * Exotel Key
            */
            'exotel_key' => env('EXOTEL_KEY', ''),

            /*
            * Exotel Subdomain
            */
            'exotel_subdomain' => env('EXOTEL_SUBDOMAIN', ''),

            /*
            * Exotel Caller ID
            */
            'exotel_caller_id' => env('EXOTEL_CALLER_ID', ''),
        ],
    ],

    /*
     * The fully qualified class name of the media model.
     */
    'exotel_model' => Irajul\Exotel\Models\Exotel::class,
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-exotel-views"
```

Usage
-----

[](#usage)

This package supports two type of usage.

- If user wants to connect two calls without logging any activity then use below API:

```
    use Irajul/Exotel/Facade/Exotel;
    // Define the parameters
    $from = '1234567890';
    $to = '1234567891';

    // Perform the connectCall operation
    $response = Exotel::connectCall($from, $to);
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Rajul](https://github.com/irajul)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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.

###  Release Activity

Cadence

Every ~2 days

Total

7

Last Release

1045d ago

Major Versions

1.0.5 → 2.0.02023-08-23

### Community

Maintainers

![](https://www.gravatar.com/avatar/459be098d6e6d274bac2e4d293fc5803e6a8498cf03eb8a8e226d9540b60bb8c?d=identicon)[irajuljain89](/maintainers/irajuljain89)

---

Top Contributors

[![iRajul](https://avatars.githubusercontent.com/u/1621025?v=4)](https://github.com/iRajul "iRajul (25 commits)")

---

Tags

laravelirajullaravel-exotel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/irajul-laravel-exotel/health.svg)

```
[![Health](https://phpackages.com/badges/irajul-laravel-exotel/health.svg)](https://phpackages.com/packages/irajul-laravel-exotel)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.1k11.2M100](/packages/dedoc-scramble)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5021.9k](/packages/simplestats-io-laravel-client)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

816333.3k3](/packages/defstudio-telegraph)[nativephp/mobile

NativePHP for Mobile

1.1k75.1k91](/packages/nativephp-mobile)

PHPackages © 2026

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