PHPackages                             lgladdy/cubesensors - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. lgladdy/cubesensors

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

lgladdy/cubesensors
===================

A CubeSensors API library for PHP

v2.0.1(11y ago)4161Apache-2.0PHPPHP &gt;=5.4.0

Since Jan 4Pushed 11y ago2 watchersCompare

[ Source](https://github.com/lgladdy/cubesensors-for-php)[ Packagist](https://packagist.org/packages/lgladdy/cubesensors)[ RSS](/packages/lgladdy-cubesensors/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

CubeSensors for PHP
===================

[](#cubesensors-for-php)

A PHP library for the [CubeSensors API](http://my.cubesensors.com/docs)

Usage
-----

[](#usage)

The library inherits the style of many OAuth libraries, like Abraham's TwitterOAuth library.

Use [Composer](https://getcomposer.org) to import the package:

```
"require": {
	"php": ">=5.4.0",
	"lgladdy/cubesensors": "v2.0.1" // Or "dev-master" if you want the latest code.
}

```

You can then import in your own PHP file if you want to go down that route:

```
  require "vendor/autoload.php";
  use lgladdy\CubeSensors\CubeSensors;

```

Alternatively, (or probably additionally!) check out /demo for an example of how the code should work (You'll need to copy /demo/config.dist.php to config.php and fill in the correct consumer keys you get from the "Your Apps" page on [my.cubesensors.com](my.cubesensors.com).)

Todo
----

[](#todo)

Write tests.

Version
-------

[](#version)

2.0.1

Change Log
----------

[](#change-log)

**2.0.1**

- This release hopefully fixes a bug with case sensitive file systems not being able to load the class.

**2.0**

- Made the library a composer compatible package
- Switch everything to be namespace and use composer style package name (See the /demo folder for example usage)

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 97.7% 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 ~19 days

Total

2

Last Release

4123d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/81099c2fee591b7bdf21284769e7741287fdf165a0a1dd796fd5fc24f29f0044?d=identicon)[lgladdy](/maintainers/lgladdy)

---

Top Contributors

[![lgladdy](https://avatars.githubusercontent.com/u/213440?v=4)](https://github.com/lgladdy "lgladdy (42 commits)")[![ialja](https://avatars.githubusercontent.com/u/1607407?v=4)](https://github.com/ialja "ialja (1 commits)")

---

Tags

phpapilibraryenvironmentoauthcubesensors

### Embed Badge

![Health badge](/badges/lgladdy-cubesensors/health.svg)

```
[![Health](https://phpackages.com/badges/lgladdy-cubesensors/health.svg)](https://phpackages.com/packages/lgladdy-cubesensors)
```

###  Alternatives

[bocharsky-bw/vkontakte-php-sdk

Vkontakte PHP SDK

3259.2k1](/packages/bocharsky-bw-vkontakte-php-sdk)[andalisolutions/oauth2-anaf

Anaf OAuth 2.0 support for the PHP League's OAuth 2.0 Client

194.1k](/packages/andalisolutions-oauth2-anaf)

PHPackages © 2026

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