PHPackages                             sevenymedia/bulksmscenter-http-api - 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. sevenymedia/bulksmscenter-http-api

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

sevenymedia/bulksmscenter-http-api
==================================

This repository contains the open source PHP client for the BulkSMSCenter HTTP API

1.1.0.2(9y ago)026MITPHPPHP &gt;=5.4

Since Mar 14Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sevenymedia/bulksmscenter-http-api)[ Packagist](https://packagist.org/packages/sevenymedia/bulksmscenter-http-api)[ Docs](https://github.com/sevenymedia/bulksmscenter-http-api)[ RSS](/packages/sevenymedia-bulksmscenter-http-api/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (10)Dependencies (3)Versions (15)Used By (0)

bulksmscenter-http-api
======================

[](#bulksmscenter-http-api)

[![Latest Stable Version](https://camo.githubusercontent.com/4527823044d8b8bc0b4a8782c599bb40b178e5437ca1c6954a3edf3edf340604/68747470733a2f2f706f7365722e707567782e6f72672f736576656e796d656469612f62756c6b736d7363656e7465722d687474702d6170692f762f737461626c652e737667)](https://packagist.org/packages/sevenymedia/bulksmscenter-http-api)[![Latest Unstable Version](https://camo.githubusercontent.com/c3f060522c9f808b7e5a4ed91a4f2abbddd5990fbd496495a86bf94ff58c5c1b/68747470733a2f2f706f7365722e707567782e6f72672f736576656e796d656469612f62756c6b736d7363656e7465722d687474702d6170692f762f756e737461626c652e737667)](https://packagist.org/packages/sevenymedia/bulksmscenter-http-api)[![StyleCI](https://camo.githubusercontent.com/62b6153b3b44fe9945c3a285a2c55efd4e3e9b32bb995ffccc6096ff245e584d/68747470733a2f2f7374796c6563692e696f2f7265706f732f35333635393936342f736869656c643f7374796c653d666c6174)](https://styleci.io/repos/53659964)[![Dependency Status](https://camo.githubusercontent.com/b45bba9a5d73f730224e869266e59e93dcd8e218aecee6ec109517cea4fe5600/68747470733a2f2f646570656e64656e637963692e636f6d2f6769746875622f736576656e796d656469612f62756c6b736d7363656e7465722d687474702d6170692f6261646765)](https://dependencyci.com/github/sevenymedia/bulksmscenter-http-api)[![Build Status](https://camo.githubusercontent.com/e537cc2cfd0d39bf386c93b8e0a3c815c613c3af68d6c98c17b23f11c7b8a455/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f736576656e796d656469612f62756c6b736d7363656e7465722d687474702d6170692e737667)](https://travis-ci.org/sevenymedia/bulksmscenter-http-api)[![SensioLabsInsight](https://camo.githubusercontent.com/e8469453d76bddb7d32c2d08b3f956c3b073de3669d74d8a8cf6767fa6077fe5/68747470733a2f2f696d672e736869656c64732e696f2f73656e73696f6c6162732f692f33653838623939372d393232612d343837302d383530322d3636353064643765363437642e737667)](https://insight.sensiolabs.com/projects/3498f336-4466-47c0-9209-87130710af90)[![Total Downloads](https://camo.githubusercontent.com/348d2697d1088dcf988770c822c32bc69998250b712ad8407e83c5c042199e76/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736576656e796d656469612f62756c6b736d7363656e7465722d687474702d6170692e737667)](https://packagist.org/packages/sevenymedia/bulksmscenter-http-api)[![Software License](https://camo.githubusercontent.com/4989243d2f6c233ccf5e641c7897ecea8550520c96775c2c1f7eb4dfbe6d2af3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736576656e796d656469612f62756c6b736d7363656e7465722d687474702d6170692e737667)](LICENSE.md)

This repository contains an unofficial open source PHP client for the BulkSMSCenter HTTP API

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

[](#requirements)

- [Get](https://www.bulksmscenter.nl/account/aanmelden/) a free BulkSMSCenter account
- The BulkSMSCenter API client for PHP requires at least PHP 5.4.

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

[](#installation)

\####Composer installation

- [Download composer](https://getcomposer.org/doc/00-intro.md#installation-nix)
- Require this package with composer:

```
composer require sevenymedia/bulksmscenter-http-api

```

- Or add `"sevenymedia/bulksmscenter-http-api": "~1.0"` manually to the `require` section of your `composer.json` and run `composer install`.

```
{
    "require": {
        "sevenymedia/bulksmscenter-http-api": "~1.0"
    }
}

```

\####Manual installation

If you do not (want to) use Composer. You can `git clone` or download [this repository](https://github.com/sevenymedia/bulksmscenter-http-api/archive/master.zip) and include the client manually.

Usage
-----

[](#usage)

First, set up a `BulkSmsCenter\Client`. Replace YOUR\_BULKSMSCENTER\_USERNAME and YOUR\_BULKSMSCENTER\_PASSWORD with your BulkSMSCenter credentials.

```
require 'bootstrap.php';

$client = new \BulkSmsCenter\Client(new \BulkSmsCenter\Auth(
    'YOUR_BULKSMSCENTER_USERNAME',
    'YOUR_BULKSMSCENTER_PASSWORD'
));
```

You might also need a `BulkSmsCenter\Message`.

```
$message = new \BulkSmsCenter\Message([
    'body' => 'TEXT_MESSAGE',
    'recipient' => 'RECIPIENT_NUMBER',
    'sender' => 'SENDER_NUMBER',
]);
```

You are now able to connect to the BulkSMSCenter API

```
// Send a message
$credits = $client->sendMessage($message);

// Get a message status
$credits = $client->getMessageStatus($message->getId());

// Retrieve your remaining credits
$credits = $client->getBalance();
```

Official Documentation
----------------------

[](#official-documentation)

Documentation for the framework can be found on the [BulkSMSCenter website](https://www.bulksmscenter.nl/informatie/verzendopties/).

License
-------

[](#license)

This client is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity66

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

Recently: every ~24 days

Total

14

Last Release

3543d ago

Major Versions

0.1.1 → 1.0.02016-03-16

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2118335?v=4)[Seveny Media](/maintainers/sevenymedia)[@sevenymedia](https://github.com/sevenymedia)

---

Top Contributors

[![tswestendorp](https://avatars.githubusercontent.com/u/1061961?v=4)](https://github.com/tswestendorp "tswestendorp (272 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sevenymedia-bulksmscenter-http-api/health.svg)

```
[![Health](https://phpackages.com/badges/sevenymedia-bulksmscenter-http-api/health.svg)](https://phpackages.com/packages/sevenymedia-bulksmscenter-http-api)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k532.1M2.5k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k496.1k34](/packages/neuron-core-neuron-ai)[illuminate/http

The Illuminate Http package.

11937.2M6.6k](/packages/illuminate-http)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.2M46](/packages/tencentcloud-tencentcloud-sdk-php)[dreamfactory/df-core

DreamFactory(tm) Core Components

1652.0k38](/packages/dreamfactory-df-core)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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