PHPackages                             coredev/laravel-globelabs - 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. coredev/laravel-globelabs

AbandonedArchivedLibrary[API Development](/categories/api)

coredev/laravel-globelabs
=========================

A Laravel package for GlobeLabs API

v1.6(4y ago)0112MITPHPPHP ^7.0

Since Jun 6Pushed 4y ago1 watchersCompare

[ Source](https://github.com/coredevsolutions/laravel-globelabs)[ Packagist](https://packagist.org/packages/coredev/laravel-globelabs)[ RSS](/packages/coredev-laravel-globelabs/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (7)Used By (0)

laravel-globelabs
=================

[](#laravel-globelabs)

#### Overview

[](#overview)

A Laravel package for sending SMS through [GlobeLabs SMS API](http://www.globelabs.com.ph/#!/developer/api/sms).

#### Requirements

[](#requirements)

- Laravel 5.5+
- PHP 7+
- Guzzle 6+

#### Installation

[](#installation)

You can install `laravel-globelabs` package via composer.

```
composer require coredev/laravel-globelabs

```

#### Configuration

[](#configuration)

Register provider and aliases on your `config/app.php` file.

```
'providers' => [
    CoreDev\LaravelGlobeLabs\GlobeServiceProvider::class,
],

'aliases' => [
    'Globe' => CoreDev\LaravelGlobeLabs\Globe::class,
],
```

#### Usage

[](#usage)

You can use it in your controller like this:

```
use Globe;

Globe::send('phone_number', 'message', 'passphrase', 'app_id', 'app_secret', 'short_code');

//with optional mask name parameter (make sure your APP configured in GlobeLabs dashboard supports dynamic masked name)
Globe::send('phone_number', 'message', 'passphrase', 'app_id', 'app_secret', 'short_code', 'mask_name');
```

#### Credits

[](#credits)

- ([@kpdcdg](https://github.com/kpdcdg))
- ([@marklee138](https://github.com/marklee138/))
- ([@breekoy](https://github.com/breekoy))

#### Contribute

[](#contribute)

Please feel free to fork and send a pull request with your changes!

#### License

[](#license)

Released under the [MIT License](https://github.com/coredevsolutions/laravel-globelabs/blob/master/LICENSE).

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.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.

###  Release Activity

Cadence

Every ~167 days

Recently: every ~208 days

Total

6

Last Release

1748d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7a8750b0a41822f26058669f92c21d1db695655484cb4961459cff76a61a2951?d=identicon)[marklee138](/maintainers/marklee138)

---

Top Contributors

[![breekoy](https://avatars.githubusercontent.com/u/9507381?v=4)](https://github.com/breekoy "breekoy (12 commits)")[![mkpkevs](https://avatars.githubusercontent.com/u/34180063?v=4)](https://github.com/mkpkevs "mkpkevs (1 commits)")

### Embed Badge

![Health badge](/badges/coredev-laravel-globelabs/health.svg)

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

###  Alternatives

[spatie/laravel-health

Monitor the health of a Laravel application

87411.3M154](/packages/spatie-laravel-health)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[fleetbase/core-api

Core Framework and Resources for Fleetbase API

1232.2k16](/packages/fleetbase-core-api)

PHPackages © 2026

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