PHPackages                             scribe/clockwork-bundle - 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. scribe/clockwork-bundle

AbandonedSymfony-bundle[HTTP &amp; Networking](/categories/http)

scribe/clockwork-bundle
=======================

Symfony bundle to handle interaction with clockworksms.com for SMS messaging

v1.1.0(12y ago)26182[1 issues](https://github.com/src-run/clockwork-api-bundle/issues)[1 PRs](https://github.com/src-run/clockwork-api-bundle/pulls)MITPHP

Since Feb 25Pushed 2y ago3 watchersCompare

[ Source](https://github.com/src-run/clockwork-api-bundle)[ Packagist](https://packagist.org/packages/scribe/clockwork-bundle)[ Docs](https://github.com/scribenet/ScribeClockworkBundle)[ RSS](/packages/scribe-clockwork-bundle/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (1)Dependencies (2)Versions (5)Used By (0)

ScribeClockworkBundle
=====================

[](#scribeclockworkbundle)

Symfony bundle to handle interaction with clockworksms.com for SMS messaging

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

[](#requirements)

- You must register for an account and recieve an API key from
- PHP5
- Curl PHP module

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

[](#installation)

Add the following to your composer.json file in the `require` block:

```
"scribe/clockwork-bundle": "dev-master"

```

Issue a `composer.phar update` to download your new package (this command will also update any outdated packages).

To register the bundle within your application, you must add the bundle to the `AppKernel.php` file within the `$bundles` array:

```
new Scribe\ClockworkBundle\ScribeClockworkBundle()

```

Configuration
-------------

[](#configuration)

Edit your symfony config.yml file and add, at a minimum, the following lines:

```
scribe_clockwork:
  api_key: your-api-key-goes-here

```

You may optionally configure the following items as well (show with their default values):

```
scribe_clockwork:
  api_key: your-api-key-goes-here
  allow_long_messages: false
  truncate_long_messages: true
  from_address: 'ScribeClock'
  enable_ssl: true
  invalid_character_action: replace_character
  log_activity: false

```

Usage
-----

[](#usage)

Assuming you have completed the installation and configuration, you can send a text message by requesting the `scribe.clockwork` service and using the `send` method.

```
$cw = $container->get('scribe.clockwork');
$message_id = $cw->send('12223334444', 'Your text message goes here');

```

More complex usage, including sending multiple messages, checking your balance, credit, and API key validity are also available.

License
-------

[](#license)

Please see the LICENSE file distributed with this software.

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

Established project with proven stability

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

4

Last Release

4461d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/58cf83f3ed29f210aa52fec443014572688d7c948aeac0cfdb8ccf216a3f437b?d=identicon)[robfrawley](/maintainers/robfrawley)

---

Tags

Symfony2ScribeClockwork

### Embed Badge

![Health badge](/badges/scribe-clockwork-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/scribe-clockwork-bundle/health.svg)](https://phpackages.com/packages/scribe-clockwork-bundle)
```

###  Alternatives

[leaseweb/api-caller-bundle

cURL API call functionality with full Web Debug Toolbar integration

64417.4k1](/packages/leaseweb-api-caller-bundle)[playbloom/guzzle-bundle

Provide Symfony2 web profiler for Guzzle

82311.0k1](/packages/playbloom-guzzle-bundle)[hannesvdvreken/guzzle-clockwork

A Guzzle middleware that logs requests with Clockwork

4557.7k](/packages/hannesvdvreken-guzzle-clockwork)

PHPackages © 2026

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