PHPackages                             mdlayher/php-bloomd - 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. mdlayher/php-bloomd

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

mdlayher/php-bloomd
===================

PHP 5.4+ class for interacting with a bloomd server. MIT Licensed.

1.0(12y ago)203702MITPHPPHP &gt;=5.4.0

Since Nov 11Pushed 12y ago1 watchersCompare

[ Source](https://github.com/mdlayher/php-bloomd)[ Packagist](https://packagist.org/packages/mdlayher/php-bloomd)[ Docs](https://github.com/mdlayher/php-bloomd)[ RSS](/packages/mdlayher-php-bloomd/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

php-bloomd
==========

[](#php-bloomd)

PHP 5.4+ class for interacting with a bloomd server (). MIT Licensed.

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

[](#installation)

php-bloomd can be installed via Composer. Add `"mdlayher/php-bloomd": "dev-master"` to the `require` section of your `composer.json` and run `composer install`.

Testing
-------

[](#testing)

php-bloomd can be tested using PHPUnit. Simply run `phpunit test` from the project root with a local bloomd server running on port 8673.

Example
-------

[](#example)

All commands accepted by bloomd are implemented in php-bloomd. Here is a basic example script.

```
