PHPackages                             fiqon/fiqon - 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. fiqon/fiqon

ActiveLibrary[API Development](/categories/api)

fiqon/fiqon
===========

Fiqon defines classes to help developers to consume Fiqon's services.

v1.0.0(4y ago)015MITPHPPHP &gt;=7

Since Nov 26Pushed 3y ago2 watchersCompare

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

READMEChangelog (1)DependenciesVersions (2)Used By (0)

**Fiqon**
=========

[](#fiqon)

Fiqon defines classes to help developers to consume **Fiqon**'s services. It can be simply added using composer.

```
composer require "fiqon/fiqon"
```

Transmission static class
-------------------------

[](#transmission-static-class)

It holds global values just pass null value to other classes to use the value from transmission or pass a value to overwrite it.

```
Fiqon\Transmission::setIdentifier("identifier");
new Event();
```

```
new Event(transmission: "identifier");
```

```
$evt = new Event();
$evt->setTransmissionIdentifier("identifier");
```

The codes has te same result, but the first uses globlas as value and the others change only the current event.

Event class
-----------

[](#event-class)

Manages every thing a event needs to work and sends to **fiqon**'s api to be processed.

```
$evt = new Event();
$response = $evt->sendRequest();
```

Events are processed in background, so you will receive only a accepted message and a token to check event status. Otherwise it will return an error and abort your request.

Immediate
---------

[](#immediate)

Just like event, but it waits for the event to finish processing and get the response.

```
$immediate = new Immediate();
$response = $immediate->sendRequest();
```

Webhook
-------

[](#webhook)

Webhook calls webhook for an especific transmission, it requires a identifier and a token.

```
$webhook = new Webhook();
$reponse = $webhook->sendRequest();
```

Get accepted as response, if it is everything ok and process the request on background.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

1626d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a0c1faaded93df03959a6d5d71b17407b2d4d3afff52aabbb654767e998dd14?d=identicon)[MathSO](/maintainers/MathSO)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

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

GitHub API v3 client

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

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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