PHPackages                             cloudmanic/clicky - 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. [API Development](/categories/api)
4. /
5. cloudmanic/clicky

ActiveLibrary[API Development](/categories/api)

cloudmanic/clicky
=================

026PHP

Since Mar 25Pushed 13y ago1 watchersCompare

[ Source](https://github.com/cloudmanic/clicky)[ Packagist](https://packagist.org/packages/cloudmanic/clicky)[ RSS](/packages/cloudmanic-clicky/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Overview
--------

[](#overview)

A PHP composer based package for speaking to

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

[](#requirements)

1. PHP 5.3+
2. Composer

How To Use
----------

[](#how-to-use)

Here is a list of functions you can call with this library.

```
// Site Id & Admin Site Key
Cloudmanic\Clicky\Track::init($site_id, $site_admin_key);

// Track a page view.
Cloudmanic\Clicky\Track::set_ip('98.137.149.56');
Cloudmanic\Clicky\Track::set_refer('http://cloudmanic.com');
Cloudmanic\Clicky\Track::set_user_agent('php-script');
Cloudmanic\Clicky\Track::set_href('http://localhost/blah.php');
Cloudmanic\Clicky\Track::set_title('LH : Blah : Signup');
Cloudmanic\Clicky\Track::log_action('pageview');

// Track a goal action.
Cloudmanic\Clicky\Track::set_goal(array('name' => 'My First Goal', 'revenue' => '5.00'));
Cloudmanic\Clicky\Track::log_action('goal');

// Track a download
Cloudmanic\Clicky\Track::set_ip('98.137.149.56');
Cloudmanic\Clicky\Track::set_user_agent('php-script');
Cloudmanic\Clicky\Track::set_href('/some/download.zip');
Cloudmanic\Clicky\Track::log_action('download');

// Track click
Cloudmanic\Clicky\Track::set_ip('98.137.149.56');
Cloudmanic\Clicky\Track::set_href('/blog');
Cloudmanic\Clicky\Track::log_action('click');

// Track outbound
Cloudmanic\Clicky\Track::set_ip('98.137.149.56');
Cloudmanic\Clicky\Track::set_href('http://yahoo.com');
Cloudmanic\Clicky\Track::log_action('outbound');

// Track custom
Cloudmanic\Clicky\Track::set_session('123');
Cloudmanic\Clicky\Track::set_custom(array('isloggedin' => 'Yes'));
Cloudmanic\Clicky\Track::log_action('custom');

echo Cloudmanic\Clicky\Track::get_last_request(); // Show the url request we just made.
// Site Id & Admin Site Key
Cloudmanic\Clicky\Track::init($site_id, $site_admin_key);

// Track a page view.
Cloudmanic\Clicky\Track::set_ip('98.137.149.56');
Cloudmanic\Clicky\Track::set_refer('http://cloudmanic.com');
Cloudmanic\Clicky\Track::set_user_agent('php-script');
Cloudmanic\Clicky\Track::set_href('http://localhost/blah.php');
Cloudmanic\Clicky\Track::set_title('LH : Blah : Signup');
Cloudmanic\Clicky\Track::log_action('pageview');

// Track a goal action.
Cloudmanic\Clicky\Track::set_goal(array('name' => 'My First Goal', 'revenue' => '5.00'));
Cloudmanic\Clicky\Track::log_action('goal');

// Track a download
Cloudmanic\Clicky\Track::set_ip('98.137.149.56');
Cloudmanic\Clicky\Track::set_user_agent('php-script');
Cloudmanic\Clicky\Track::set_href('/some/download.zip');
Cloudmanic\Clicky\Track::log_action('download');

// Track click
Cloudmanic\Clicky\Track::set_ip('98.137.149.56');
Cloudmanic\Clicky\Track::set_href('/blog');
Cloudmanic\Clicky\Track::log_action('click');

// Track outbound
Cloudmanic\Clicky\Track::set_ip('98.137.149.56');
Cloudmanic\Clicky\Track::set_href('http://yahoo.com');
Cloudmanic\Clicky\Track::log_action('outbound');

// Track custom
Cloudmanic\Clicky\Track::set_session('123');
Cloudmanic\Clicky\Track::set_custom(array('isloggedin' => 'Yes'));
Cloudmanic\Clicky\Track::log_action('custom');

echo Cloudmanic\Clicky\Track::get_last_request(); // Show the url request we just made.
```

Author(s)
---------

[](#authors)

- Company: Cloudmanic Labs,
- By: Spicer Matthews

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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/f83bf313fc5a90abc4f6a7e5b684549e545c8d1642a95692d6203997508f1f00?d=identicon)[cloudmanic](/maintainers/cloudmanic)

### Embed Badge

![Health badge](/badges/cloudmanic-clicky/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35916.4M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24016.2M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

93459.5k6](/packages/botman-driver-telegram)

PHPackages © 2026

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