PHPackages                             codeweird/kulfi-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. codeweird/kulfi-php

ActiveLibrary[API Development](/categories/api)

codeweird/kulfi-php
===================

Real-time API gateway for next-gen apps

1.0.1(5y ago)014MITPHPPHP &gt;=7.1

Since Jan 6Pushed 5y ago1 watchersCompare

[ Source](https://github.com/Codeweird/Kulfi-PHP)[ Packagist](https://packagist.org/packages/codeweird/kulfi-php)[ Docs](https://github.com/codeweird/kulfi-php)[ RSS](/packages/codeweird-kulfi-php/feed)WikiDiscussions main Synced today

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

Kulfi-PHP
=========

[](#kulfi-php)

Real-time API gateway for next-gen apps

[![Latest Stable Version](https://camo.githubusercontent.com/0d28a0a5650556cb66e3df6ac3742afc97a137d86077e3b3cf7002cabd4eec85/68747470733a2f2f706f7365722e707567782e6f72672f636f646577656972642f6b756c66692d7068702f762f737461626c65)](https://packagist.org/packages/codeweird/kulfi-php)[![Total Downloads](https://camo.githubusercontent.com/cd5b26ecd39cfac16ca5d033798310afff5e1a93bd8df1b8eec07070317a5803/68747470733a2f2f706f7365722e707567782e6f72672f636f646577656972642f6b756c66692d7068702f646f776e6c6f616473)](https://packagist.org/packages/codeweird/kulfi-php)[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](https://opensource.org/licenses/MIT)

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

[](#installation)

Preferred way to install is with Composer.

```
 composer require codeweird/kulfi-php
```

Bringing Real-time data to your apps
------------------------------------

[](#bringing-real-time-data-to-your-apps)

- Initiate Kulfi Client

```
require_once __DIR__ . '/vendor/autoload.php';

use codeweird\Kulfi\Kulfi;

$client = new Kulfi();
```

- Connect Client with Kulfi API endpoint using API KEY &amp; APP NAME configured in Kulfi Web Console ()

```
$client->connect("API_KEY","APP_NAME","API_ENDPOINT");
```

- Push real-time data to all connected clients through channels

```
$client->push("DATA","CHANNEL_NAME");

//example
$client->push("25","home/Score");
```

- Get latest real-time data from the channel

```
echo $client->pull("CHANNEL_NAME");

//example
echo $client->pull("home/Score");
```

You're app is now real-time without any web server and DB.

Other Platform Libraries
------------------------

[](#other-platform-libraries)

Available for Android &amp; JavaScript as of now

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

2

Last Release

1949d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/bf2f5786ac86efba82dbaf69b5f6b9a0b18864d8b020f68bfed835b254200a3e?d=identicon)[Codeweird](/maintainers/Codeweird)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M186](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M33](/packages/facebook-php-business-sdk)[microsoft/microsoft-graph

The Microsoft Graph SDK for PHP

65723.5M95](/packages/microsoft-microsoft-graph)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)

PHPackages © 2026

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