PHPackages                             lmammino/cube-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. [File &amp; Storage](/categories/file-storage)
4. /
5. lmammino/cube-bundle

ActiveSymfony-bundle[File &amp; Storage](/categories/file-storage)

lmammino/cube-bundle
====================

Symfony2 Bundle to integrate cube-php

v1.0(12y ago)149MITPHPPHP &gt;=5.3.2

Since Apr 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/lmammino/CubeBundle)[ Packagist](https://packagist.org/packages/lmammino/cube-bundle)[ RSS](/packages/lmammino-cube-bundle/feed)WikiDiscussions master Synced 5d ago

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

CubeBundle
==========

[](#cubebundle)

This bundle allows you to integrate the library [ShowClix/cube-php](https://github.com/ShowClix/cube-php) in your Symfony2 application and interact with [Cube](https://github.com/square/cube) collectors and evaluators.

[![Build Status](https://camo.githubusercontent.com/a1918a84becb0756fbb130fbccb1ec76816c5a6d012f9c36011d68994f37f9fb/68747470733a2f2f7472617669732d63692e6f72672f6c6d616d6d696e6f2f4375626542756e646c652e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/lmammino/CubeBundle)[![Latest Stable Version](https://camo.githubusercontent.com/a2f84eb13e7267fb8cde8d20c00a99f27538d5cfb4eb77309757f875fccfc2c1/68747470733a2f2f706f7365722e707567782e6f72672f6c6d616d6d696e6f2f637562652d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/lmammino/cube-bundle)[![Latest Unstable Version](https://camo.githubusercontent.com/19c6c326a6b7882a9186e2aef7f4d7e21891e1fdd01def6c6059a63b4d822ddc/68747470733a2f2f706f7365722e707567782e6f72672f6c6d616d6d696e6f2f637562652d62756e646c652f762f756e737461626c652e706e67)](https://packagist.org/packages/lmammino/cube-bundle)[![Dependency Status](https://camo.githubusercontent.com/267d096871863a70f1e9151b4ab951683a6cf22cf9b7d170e8dfbfd6696090d1/68747470733a2f2f7777772e76657273696f6e6579652e636f6d2f757365722f70726f6a656374732f3533336264376563376261653462653765653030303132662f62616467652e706e67)](https://www.versioneye.com/user/projects/533bd7ec7bae4be7ee00012f)[![Total Downloads](https://camo.githubusercontent.com/4045e04d6e21c9b89c746912dff3e2f96f48765b07fb10e6817c3e9edd21c33c/68747470733a2f2f706f7365722e707567782e6f72672f6c6d616d6d696e6f2f637562652d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/lmammino/cube-bundle)

A little appetizer
------------------

[](#a-little-appetizer)

Just to have a quick idea on how the bundle works have a look at this piece of code:

```
#Inside a controller action

$client = $this->get('cube_client');

$events = $client->metricGet(array(
    'expression' => 'sum(cube_request)',
    'step' => \Cube\Client::INT_ONE_MINUTE,
    'limit' => 100,
));

foreach ($event in $events) {
    echo "There were {$event['value']} hits during {$event['time']} \n";
}
```

Documentation
-------------

[](#documentation)

You can learn more about the bundle in its [documentation](Resources/doc/index.md).

License
-------

[](#license)

This bundle is distributed under the [MIT license](Resources/meta/LICENSE).

Credits and contributions
-------------------------

[](#credits-and-contributions)

This bundle is maintained by [Luciano Mammino](http://loige.com).

If you want to improve or fix something feel free to submit a pull request. Contributions are always VERY welcome 😉

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

4422d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/205629?v=4)[Luciano Mammino](/maintainers/lmammino)[@lmammino](https://github.com/lmammino)

---

Top Contributors

[![lmammino](https://avatars.githubusercontent.com/u/205629?v=4)](https://github.com/lmammino "lmammino (2 commits)")

---

Tags

bundlecubecube-phpdrivermetricmetricsphpsymfonysymfony-bundleeventsMetricsstoragecubeAnalisys

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/lmammino-cube-bundle/health.svg)

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

###  Alternatives

[league/flysystem

File storage abstraction for PHP

13.6k639.1M2.2k](/packages/league-flysystem)[league/flysystem-aws-s3-v3

AWS S3 filesystem adapter for Flysystem.

1.6k263.6M790](/packages/league-flysystem-aws-s3-v3)[google/cloud

Google Cloud Client Library

1.2k16.2M53](/packages/google-cloud)[sylius/resource-bundle

Resource component for Sylius.

23410.2M173](/packages/sylius-resource-bundle)[microsoft/azure-storage-blob

This project provides a set of PHP client libraries that make it easy to access Microsoft Azure Storage Blob APIs.

5516.0M60](/packages/microsoft-azure-storage-blob)[microsoft/azure-storage-common

This project provides a set of common code shared by Azure Storage Blob, Table, Queue and File PHP client libraries.

4316.8M6](/packages/microsoft-azure-storage-common)

PHPackages © 2026

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