PHPackages                             seymur/clockworksms - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. seymur/clockworksms

ActiveLaravel[HTTP &amp; Networking](/categories/http)

seymur/clockworksms
===================

Laravel api for clockworksms

2311[1 issues](https://github.com/seymuromarov/api-clockworksms/issues)PHP

Since Aug 30Pushed 8y ago2 watchersCompare

[ Source](https://github.com/seymuromarov/api-clockworksms)[ Packagist](https://packagist.org/packages/seymur/clockworksms)[ RSS](/packages/seymur-clockworksms/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

About Project
-------------

[](#about-project)

Laravel api for sending messages and checking balance with ClockWorkSms

Requirements
------------

[](#requirements)

- [Composer](https://getcomposer.org/)
- [Laravel](https://laravel.com/)

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

[](#installation)

Require package:

```
composer require seymur/clockworksms:dev-master
```

Now add the service provider in config/app.php file:

```
'providers' => [
    // ...
        Seymur\Clockworksms\ClockWorkServiceProvider::class,
],

```

after this add alias in config/app.php file:

```
'aliases' => [
 //...
     'Clockworksms' => Seymur\Clockworksms\Facades\Clockworksms::class,
 ],

```

use command (optional):

```
composer dump-autoload

```

now u can use api like this

```
use Seymur\Clockworksms\Facades\Clockworksms;
 //...

    Clockworksms::send($apiKey,$number,$message);

```

or you can use

```
\Seymur\Clockworksms\Facades\Clockworksms::send($apiKey,$number,$message);

```

for sending bulk message use array

```
    Clockworksms::send($apiKey,[441234567890,994515553344,441234567891],$message);

```

for checking balance use:

```
    Clockworksms::balance($apiKey);

```

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17937201?v=4)[Seymur Omarov](/maintainers/seymuromarov)[@seymuromarov](https://github.com/seymuromarov)

---

Top Contributors

[![seymuromarov](https://avatars.githubusercontent.com/u/17937201?v=4)](https://github.com/seymuromarov "seymuromarov (3 commits)")

### Embed Badge

![Health badge](/badges/seymur-clockworksms/health.svg)

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

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25025.5M80](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k20.0k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87930.4k113](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.3M84](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69122.6k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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