PHPackages                             journify/journify-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. journify/journify-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

journify/journify-php
=====================

Journify PHP SDK

0.0.2(1y ago)07MITPHPPHP ^7.4 || ^8.0CI passing

Since Apr 16Pushed 1y ago2 watchersCompare

[ Source](https://github.com/journifyio/journify-php-sdk)[ Packagist](https://packagist.org/packages/journify/journify-php)[ Docs](https://journify.io/)[ RSS](/packages/journify-journify-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (9)Used By (0)

journify-php-sdk
================

[](#journify-php-sdk)

[![CI](https://github.com/journifyio/journify-php-sdk/actions/workflows/ci.yml/badge.svg)](https://github.com/journifyio/journify-php-sdk/actions/workflows/ci.yml)

Installation
------------

[](#installation)

The package can be installed via composer.

```
composer require journify/journify-php
```

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

[](#documentation)

The links bellow should provide all the documentation needed to make the best use of the library:

- [Docs](https://docs.journify.io/sources/php)
- [Specs](https://docs.journify.io/tracking)

Usage
-----

[](#usage)

```
use Journify\Journify;

Journify::init('WRITE_KEY');

Journify::track([
  'event' => 'add_to_cart',
  'userId' => 'user123',
  'properties' => [
    'currency' => 'USD',
    'value' => 29.99,
    'items' => [
      [
        'item_id' => 'SKU12345',
        'item_name' => 'T-shirt',
        'price' => 29.99,
        'quantity' => 1,
      ],
    ],
  ],
]);
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance47

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.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 ~0 days

Total

2

Last Release

396d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/03507ee5072ce31a46a0c06e90df258529db3e7447bd510bede757fa9621c5ff?d=identicon)[journify](/maintainers/journify)

---

Top Contributors

[![yasser-chihab](https://avatars.githubusercontent.com/u/126665112?v=4)](https://github.com/yasser-chihab "yasser-chihab (18 commits)")[![MouhcineMAHFOUD](https://avatars.githubusercontent.com/u/12215673?v=4)](https://github.com/MouhcineMAHFOUD "MouhcineMAHFOUD (6 commits)")[![amineck](https://avatars.githubusercontent.com/u/68894?v=4)](https://github.com/amineck "amineck (3 commits)")

---

Tags

trackingjournify

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[zumba/amplitude-php

PHP SDK for Amplitude

409.5M5](/packages/zumba-amplitude-php)[hcodes/server_yametrika

Server-side tracking of visitors using Yandex.Metrica

7220.2k](/packages/hcodes-server-yametrika)[cornford/googlitics

An easy way to integrate Google Analytics with Laravel.

3310.2k](/packages/cornford-googlitics)[axllent/silverstripe-analytics-js

Google Universal Analytics tracking code for Silverstripe

1721.3k](/packages/axllent-silverstripe-analytics-js)[gosquared/php-sdk

1023.3k](/packages/gosquared-php-sdk)

PHPackages © 2026

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