PHPackages                             coverterror/yeastarforlaravel - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. coverterror/yeastarforlaravel

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

coverterror/yeastarforlaravel
=============================

This package is to help anyone with getting started with yeastar with laravel

14[2 PRs](https://github.com/CovertError/YeastarForLaravel/pulls)PHP

Since Mar 24Pushed 1y ago1 watchersCompare

[ Source](https://github.com/CovertError/YeastarForLaravel)[ Packagist](https://packagist.org/packages/coverterror/yeastarforlaravel)[ RSS](/packages/coverterror-yeastarforlaravel/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (1)DependenciesVersions (3)Used By (0)

YeastarForLaravel
=================

[](#yeastarforlaravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5429d9ac2dfe44c00b0d47dff57812921f0a5b77282320cb2c69039743425a37/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f766572746572726f722f79656173746172666f726c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coverterror/yeastarforlaravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/0fe46f3f05a50a174fd0eacaadd09a23650c81768a192193d25c807faacc9f38/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f766572746572726f722f79656173746172666f726c61726176656c2f72756e2d74657374732e796d6c3f6c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/coverterror/yeastarforlaravel/actions?query=workflow%3Arun-tests)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/a49b9220b084b286578939595ee623214174ddaf29b1bd025879d336642e2f8a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f636f766572746572726f722f79656173746172666f726c61726176656c2f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/coverterror/yeastarforlaravel/actions?query=workflow%3A%22Check+%26+fix+styling%22)[![Total Downloads](https://camo.githubusercontent.com/761ff0b5ec72ec59d26f14a75ae6aebb4d914300377c17bf5f4fe3952821013b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636f766572746572726f722f79656173746172666f726c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/coverterror/yeastarforlaravel)

This package provides an integration layer between Laravel and Yeastar devices, making it easier to interact with Yeastar's functionalities directly from a Laravel application. Here's a simple example of making a phone call using the package:

```
use Coverterror\YeastarForLaravel\Facades\Yeastar;

Yeastar::makeCall('100', '101');
```

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

[](#installation)

You can install the package via composer:

```
composer require coverterror/yeastarforlaravel
```

You can publish and run the migrations with:

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

You can publish the config file with:

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

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)

- [coverterror](https://github.com/CovertError)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

16

—

LowBetter than 4% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/34497804?v=4)[Covert Error (Covert)](/maintainers/CovertError)[@CovertError](https://github.com/CovertError)

---

Top Contributors

[![CovertError](https://avatars.githubusercontent.com/u/34497804?v=4)](https://github.com/CovertError "CovertError (12 commits)")

### Embed Badge

![Health badge](/badges/coverterror-yeastarforlaravel/health.svg)

```
[![Health](https://phpackages.com/badges/coverterror-yeastarforlaravel/health.svg)](https://phpackages.com/packages/coverterror-yeastarforlaravel)
```

###  Alternatives

[markwalet/laravel-packagist

A Laravel wrapper for the `spatie/packagist-api` package.

132.2k](/packages/markwalet-laravel-packagist)

PHPackages © 2026

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