PHPackages                             sashalenz/binotel-api - 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. sashalenz/binotel-api

ActiveLibrary

sashalenz/binotel-api
=====================

API for Binotel

2.1.0(11mo ago)26.1k↓15.4%1MITPHPPHP ^8.2

Since Mar 10Pushed 11mo ago1 watchersCompare

[ Source](https://github.com/sashalenz/binotel-api)[ Packagist](https://packagist.org/packages/sashalenz/binotel-api)[ Docs](https://github.com/sashalenz/binotel-api)[ RSS](/packages/sashalenz-binotel-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (10)Versions (7)Used By (0)

API for Binotel
===============

[](#api-for-binotel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/c293e66c43c786676b0fece14fbbea73e80613c2d73c89368ebdabe7fd63291c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73617368616c656e7a2f62696e6f74656c2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sashalenz/binotel-api)[![GitHub Tests Action Status](https://camo.githubusercontent.com/cd4ad64e88d0aaa4bbb34d952f7dd42df313e6ebe38522a59a30995cbccf6676/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73617368616c656e7a2f62696e6f74656c2d6170692f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/sashalenz/binotel-api/actions?query=workflow%3ATests+branch%3Amaster)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/4e462812466a9c57df5c7a7324d986d3fa716269bf13488a864b0c74b009ee23/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f73617368616c656e7a2f62696e6f74656c2d6170692f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/sashalenz/binotel-api/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amaster)[![Total Downloads](https://camo.githubusercontent.com/1406a37797fdf8ab8094fc92ddda4eb1b2b79bd342a5b602769d47437998557d/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f73617368616c656e7a2f62696e6f74656c2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/sashalenz/binotel-api)

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

[](#installation)

You can install the package via composer:

```
composer require sashalenz/binotel-api
```

You can publish and run the migrations with:

```
php artisan vendor:publish --provider="Sashalenz\Binotel\BinotelServiceProvider" --tag="binotel-api-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Sashalenz\Binotel\BinotelServiceProvider" --tag="binotel-api-config"
```

This is the contents of the published config file:

```
return [
    'url' => env('BINOTEL_API_URL', 'https://api.binotel.com/api/'),
    'version' => env('BINOTEL_API_VERSION', '4.0'),
    'format' => env('BINOTEL_API_FORMAT', 'json'),

    'key' => env('BINOTEL_API_KEY', null),
    'secret' => env('BINOTEL_API_SECRET', null),

    'actions' => [
        'apiCallSettings' => \Sashalenz\Binotel\Actions\ApiCallSettings::class,
        'apiCallCompleted' => \Sashalenz\Binotel\Actions\ApiCallCompleted::class,
        'receivedTheCall' => \Sashalenz\Binotel\Actions\ReceivedTheCall::class,
        'answeredTheCall' => \Sashalenz\Binotel\Actions\AnsweredTheCall::class,
        'hangupTheCall' => \Sashalenz\Binotel\Actions\HangupTheCall::class
    ],

    'customer_class' => null,
    'employee_class' => null,
    'pbx_class' => null,

    'domain' => env('BINOTEL_API_DOMAIN', env('APP_URL'))
];
```

Usage
-----

[](#usage)

```
$customersList = Sashalenz\Binotel\Binotel::customers()->list();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Oleksandr Petrovskyi](https://github.com/sashalenz)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

40

—

FairBetter than 88% of packages

Maintenance50

Moderate activity, may be stable

Popularity27

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~162 days

Recently: every ~106 days

Total

6

Last Release

350d ago

Major Versions

1.7.0 → 2.0.02025-01-09

PHP version history (4 changes)1.6.0PHP ^8.1|^8.2

1.7.0PHP ^8.2

2.0.0PHP ^8.4

2.0.1PHP ^8.2||^8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/13202688?v=4)[Oleksandr Petrovskyi](/maintainers/sashalenz)[@sashalenz](https://github.com/sashalenz)

---

Top Contributors

[![sashalenz](https://avatars.githubusercontent.com/u/13202688?v=4)](https://github.com/sashalenz "sashalenz (5 commits)")

---

Tags

binotelsashalenzbinotel-api

### Embed Badge

![Health badge](/badges/sashalenz-binotel-api/health.svg)

```
[![Health](https://phpackages.com/badges/sashalenz-binotel-api/health.svg)](https://phpackages.com/packages/sashalenz-binotel-api)
```

###  Alternatives

[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k12.1M99](/packages/laravel-pulse)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[psalm/plugin-laravel

Psalm plugin for Laravel

3274.9M308](/packages/psalm-plugin-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[spatie/laravel-prometheus

Export Laravel metrics to Prometheus

2651.3M6](/packages/spatie-laravel-prometheus)[jerome/filterable

Streamline dynamic Eloquent query filtering with seamless API request integration and advanced caching strategies.

19226.1k](/packages/jerome-filterable)

PHPackages © 2026

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