PHPackages                             suncorelv/sms-unlock - 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. suncorelv/sms-unlock

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

suncorelv/sms-unlock
====================

Suncore.lv SMS Unlock Laravel 4 package

1.1(11y ago)134PHPPHP &gt;=5.4.0

Since Sep 11Pushed 11y ago1 watchersCompare

[ Source](https://github.com/suncorelv/sms-unlock)[ Packagist](https://packagist.org/packages/suncorelv/sms-unlock)[ Docs](http://suncore.lv)[ RSS](/packages/suncorelv-sms-unlock/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

Suncore.lv SMS Unlock Laravel 4 package
---------------------------------------

[](#suncorelv-sms-unlock-laravel-4-package)

#### Dependencies

[](#dependencies)

- CURL PHP extension
- Laravel PHP framework 4.1+

#### Installing

[](#installing)

- Add suncorelv/sms-unlock package to composer.json file as follows:

```
"require": {
	"laravel/framework": "4.2.*"
	...
	"suncorelv/sms-unlock" : "1.1"
},

```

- Do composer dependencies update

```
composer update

```

- Add service provider to app/config.php file

```
'providers' => array(
	'Illuminate\Foundation\Providers\ArtisanServiceProvider',
	...
	'Suncorelv\SmsUnlock\SmsUnlockServiceProvider',
)

```

- Also don't forget to add alias to app/config.php file

```
'aliases' => array(
	...
	'View'            => 'Illuminate\Support\Facades\View',
	'SCR'			  => 'Suncorelv\SmsUnlock\Facade'
),

```

#### Publish package configuration files

[](#publish-package-configuration-files)

```
php artisan config:publish suncorelv/sms-unlock

```

#### Don't forget to configure package

[](#dont-forget-to-configure-package)

```
app/config/packages/suncorelv/sms-unlock - there should be two files (client.php and debug.php)

```

Enjoy

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

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

Total

2

Last Release

4264d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b554bc5392925f4f967e812b5c8c22df9f9255690256db467f23845741aef8ed?d=identicon)[suncorelv](/maintainers/suncorelv)

---

Top Contributors

[![LSDx](https://avatars.githubusercontent.com/u/5859441?v=4)](https://github.com/LSDx "LSDx (6 commits)")

---

Tags

laravelsmssuncore

### Embed Badge

![Health badge](/badges/suncorelv-sms-unlock/health.svg)

```
[![Health](https://phpackages.com/badges/suncorelv-sms-unlock/health.svg)](https://phpackages.com/packages/suncorelv-sms-unlock)
```

###  Alternatives

[franzose/laravel-smpp

SMS sending via SMPP protocol for Laravel framework.

3941.6k1](/packages/franzose-laravel-smpp)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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