PHPackages                             ciricihq/cirici-beacon-control-client-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. ciricihq/cirici-beacon-control-client-bundle

ActiveSymfony-bundle

ciricihq/cirici-beacon-control-client-bundle
============================================

Symfony client for manage BeaconControl s2s API

0686PHP

Since Jul 27Pushed 8y ago4 watchersCompare

[ Source](https://github.com/ciricihq/CiriciBeaconControlClientBundle)[ Packagist](https://packagist.org/packages/ciricihq/cirici-beacon-control-client-bundle)[ RSS](/packages/ciricihq-cirici-beacon-control-client-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (3)Used By (0)

CiriciBeaconControlClientBundle [![Build Status](https://camo.githubusercontent.com/d22e6742290e824282c78c5015b923c6ef892646d6d80cdba95fa79d617a01a5/68747470733a2f2f7472617669732d63692e6f72672f63697269636968712f436972696369426561636f6e436f6e74726f6c436c69656e7442756e646c652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ciricihq/CiriciBeaconControlClientBundle)
=======================================================================================================================================================================================================================================================================================================================================================================================

[](#ciricibeaconcontrolclientbundle-)

This bundle connects to BeaconControl api's to perform various actions

The documentation of the API can be found here: [https://beaconcontrol.io/dev/backend/api\_docs/index.html](https://beaconcontrol.io/dev/backend/api_docs/index.html)

Install
-------

[](#install)

Require the bundle using composer:

```
composer require ciricihq/cirici-beacon-control-client-bundle:dev-master
```

Add it to `AppKernel.php`:

```
        $bundles = [
            ...
            new EightPoints\Bundle\GuzzleBundle\GuzzleBundle(),
            new Cirici\BeaconControlClientBundle\CiriciBeaconControlClientBundle(),
            ...
        ]
```

Configure the BeaconControl API endpoint for GuzzleBundle:

```
guzzle:
    clients:
        beacon_contol_s2s:
            base_url: "%beacon_control_s2s_api_base_url%"
```

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

[](#configuration)

Add the next parameters to `parameters.yml`:

```
    beacon_control_s2s_api_id:
    beacon_control_s2s_api_secret:
    beacon_control_s2s_admin_email:
    beacon_control_s2s_admin_password:
    beacon_control_s2s_api_base_url:
```

Enjoy!

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

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://www.gravatar.com/avatar/9cbcbe685af90849bdd806d22ba8c315093bdeb6b2c46c874108b69f81c23038?d=identicon)[gtrias](/maintainers/gtrias)

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

---

Top Contributors

[![lrivera8](https://avatars.githubusercontent.com/u/17611767?v=4)](https://github.com/lrivera8 "lrivera8 (7 commits)")

### Embed Badge

![Health badge](/badges/ciricihq-cirici-beacon-control-client-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/ciricihq-cirici-beacon-control-client-bundle/health.svg)](https://phpackages.com/packages/ciricihq-cirici-beacon-control-client-bundle)
```

PHPackages © 2026

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