PHPackages                             xguard/phone-scheduler - 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. xguard/phone-scheduler

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

xguard/phone-scheduler
======================

A phone scheduler tool to organise employee shifts &amp; priority. For use with twilio

v1.2.2(2y ago)09.8kMITCSS

Since Apr 8Pushed 2y agoCompare

[ Source](https://github.com/snapx-team/phone-scheduler)[ Packagist](https://packagist.org/packages/xguard/phone-scheduler)[ RSS](/packages/xguard-phone-scheduler/feed)WikiDiscussions master Synced today

READMEChangelog (10)DependenciesVersions (21)Used By (0)

Phone Scheduler
===============

[](#phone-scheduler)

This is a phone scheduling application that generates data to be fetched by twilio.

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

[](#installation)

Use the following commands to install

```
composer require xguard/phone-scheduler
php artisan migrate
php artisan vendor:publish --provider="Xguard\PhoneScheduler\PhoneSchedulerServiceProvider" --force
```

Use the following command to create an admin. It will prompt you for basic info including an ERP email.

```
php artisan phone-scheduler:create-admin
```

You can now go to the **/phone-schduler** path to use the pacakge. You must first login to the ERP.

To get a formatted json of the phone scheduler you can use the following API endpoint path:

```
/api/formatted-phone-line-data/{id}
```

To get current available dispatcher via a "level" you can use the following API endpoint path:

```
/api/get-available-agent/{id}/{level}
```

Develpment
----------

[](#develpment)

**Follow these steps to make modifications to the package**

**1:** Firstly, download and drag the phone-scheduler folder inside your package folder at root level. Create a "package" folder if you don't have one.

**2:** Then, add line of code in the psr-4 of your root composer.json

```
"psr-4": {
    //...
    "Xguard\\PhoneScheduler\\": "package/phone-scheduler/src/"
},
```

**3:** Add the Phone Scheduler Service provider to the config/app.php

```
return [
    //...
    "providers" => [
        //...
        Xguard\PhoneScheduler\PhoneSchedulerServiceProvider::class,
    ]
];
```

**4:** Navigate to the phone-scheduler package folder in your command line and perform the following commands:

```
composer install
npm install
npm run dev
```

**5:** Return to the and publish the package with the following command:

```
php artisan vendor:publish --provider="Xguard\PhoneScheduler\PhoneSchedulerServiceProvider" --force
```

**6:** To run package migrations

```
php artisan migrate --path=package/phone-scheduler/src/database/migrations
```

License
-------

[](#license)

Lets go ahead and say we make it open source? Liscensed under the [MIT license](https://choosealicense.com/licenses/mit/)

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity61

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

Recently: every ~77 days

Total

20

Last Release

1004d ago

Major Versions

0.8.3 → v1.02022-09-27

### Community

Maintainers

![](https://www.gravatar.com/avatar/76963b892596402e3bd5be8626c122aa4702c47bb06b6341e4050cfaedb7fcce?d=identicon)[siamaksamie](/maintainers/siamaksamie)

---

Top Contributors

[![SiamakSamie](https://avatars.githubusercontent.com/u/19749944?v=4)](https://github.com/SiamakSamie "SiamakSamie (17 commits)")

### Embed Badge

![Health badge](/badges/xguard-phone-scheduler/health.svg)

```
[![Health](https://phpackages.com/badges/xguard-phone-scheduler/health.svg)](https://phpackages.com/packages/xguard-phone-scheduler)
```

PHPackages © 2026

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