PHPackages                             mihaicebotari001/laravelasterisk - 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. mihaicebotari001/laravelasterisk

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

mihaicebotari001/laravelasterisk
================================

Laravel Asterisk

025PHPCI failing

Since May 23Pushed 6y agoCompare

[ Source](https://github.com/mihaicebotari001/laravelasterisk)[ Packagist](https://packagist.org/packages/mihaicebotari001/laravelasterisk)[ RSS](/packages/mihaicebotari001-laravelasterisk/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

laravelasterisk
===============

[](#laravelasterisk)

A simple call using Asterisk for Laravel

- Simple and extensible
- Method chaining
- Formatter (alpha)

laravelasterisk is a Laravel package which allows you to make calls. The package is in **development stage** for time being, and not ready for production uses.

---

### Version

[](#version)

1.0

### Requirements

[](#requirements)

- Laravel - version 5 (version 4 &lt;= untested, need help here).
- PHP - version =&gt; 7.1

---

### Installation

[](#installation)

Download the package as a zip, and then put it on /vendor folder.

Add the following line on your **composer.json** file, under the psr-4:

```
composer require mihaicebotari001/laravelasterisk

```

```
"psr-4": {
    ...
    "mihaicebotari001\\laravelasterisk\\": "vendor/mihaicebotari001/laravelasterisk/src"
}

```

After that, register the LaravelAsteriskServiceProvider in the /config/app.php file, under the **providers** array:

```
'mihaicebotari001\LaravelAsterisk\Laravel\LaravelAsteriskServiceProvider'
```

And in the same file, put the LaravelAsterisk alias under the **aliases** array:

```
'LaravelAsterisk' => 'mihaicebotari001\LaravelAsterisk\Facades\LaravelAsterisk'
```

And finally, run all the migration files

```
php artisan migrate --path=vendor/mihaicebotari001/laravelasterisk/src/database/migrations
```

---

Usage
-----

[](#usage)

First, you must supply with the user\_id (which you can get from your favourite authentication managers). This will make sure projects and tasks belongs to the right user. |

---

### Todo

[](#todo)

- Formatter (50%)

---

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 93.3% 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/ba29933c41ee618adbac1777546b0a09cb95c56108e8981030a62521b8f728cd?d=identicon)[xcloud](/maintainers/xcloud)

---

Top Contributors

[![sayller](https://avatars.githubusercontent.com/u/29796698?v=4)](https://github.com/sayller "sayller (14 commits)")[![mihaicebotari001](https://avatars.githubusercontent.com/u/50869454?v=4)](https://github.com/mihaicebotari001 "mihaicebotari001 (1 commits)")

### Embed Badge

![Health badge](/badges/mihaicebotari001-laravelasterisk/health.svg)

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

###  Alternatives

[funct/funct

A PHP library with commonly used code blocks

605141.2k75](/packages/funct-funct)[imanghafoori/laravel-terminator

A minimal yet powerful package to give you opportunity to refactor your controllers.

25353.0k](/packages/imanghafoori-laravel-terminator)[hanson/chinese

简繁体转换.

2317.0k](/packages/hanson-chinese)[maisondunet/module-gtm-cookie-consent

A simple cookie consent module for magento. It relies on new GTM consent functionality.

134.5k](/packages/maisondunet-module-gtm-cookie-consent)

PHPackages © 2026

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