PHPackages                             xaneem/clevertap-php - 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. xaneem/clevertap-php

ActiveLibrary[API Development](/categories/api)

xaneem/clevertap-php
====================

Pushes events to your CleverTap account from your PHP application (Unofficial wrapper)

0.1(9y ago)2672MIT LicensePHP

Since Aug 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/xaneem/clevertap-php)[ Packagist](https://packagist.org/packages/xaneem/clevertap-php)[ RSS](/packages/xaneem-clevertap-php/feed)WikiDiscussions master Synced yesterday

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

CleverTap PHP Wrapper (unofficial)
==================================

[](#clevertap-php-wrapper-unofficial)

Pushes events to your CleverTap account from your PHP application. An unofficial wrapper that uses the official API.

\##Installation Install using [Composer](https://getcomposer.org/)

```
composer require xaneem/clevertap-php

```

\##Sample code Code for setting a profile and pushing an event. Please make sure you replace your Account ID and Passcode. It's available in Settings dashboard inside CleverTap.

```
require_once "vendor/autoload.php";

$clevertap = new \CleverTap\clevertap(
    'YOUR-ACCOUNT-ID',
    'YOUR-PASSCODE'
);

// Setting profile and identity information
print_r(
    $clevertap->setProfile(
    	'john@example.com',
    	[
    		'Name' => 'John Doe',
    		'Category' => 'Platinum'
    	]
    )
);

// Pushing an event
print_r(
    $clevertap->pushEvent(
    	'Purchased product',
    	[
    		'Amount' => 2,
    		'Currency' => 'BTC'
    	]
    )
);

```

License
-------

[](#license)

MIT License

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity53

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

3613d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4448331?v=4)[Saneem](/maintainers/xaneem)[@xaneem](https://github.com/xaneem)

---

Top Contributors

[![xaneem](https://avatars.githubusercontent.com/u/4448331?v=4)](https://github.com/xaneem "xaneem (8 commits)")

### Embed Badge

![Health badge](/badges/xaneem-clevertap-php/health.svg)

```
[![Health](https://phpackages.com/badges/xaneem-clevertap-php/health.svg)](https://phpackages.com/packages/xaneem-clevertap-php)
```

###  Alternatives

[statamic/cms

The Statamic CMS Core Package

4.8k3.6M932](/packages/statamic-cms)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k34](/packages/neuron-core-neuron-ai)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

252.5k](/packages/eslazarev-wildberries-sdk)[files.com/files-php-sdk

Files.com PHP SDK

2478.1k](/packages/filescom-files-php-sdk)[fschmtt/keycloak-rest-api-client-php

PHP client to interact with Keycloak's Admin REST API.

49108.6k2](/packages/fschmtt-keycloak-rest-api-client-php)

PHPackages © 2026

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