PHPackages                             smartselling/fapi-client - 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. smartselling/fapi-client

Abandoned → [https://github.com/fapi-cz/php-client](/?search=https%3A%2F%2Fgithub.com%2Ffapi-cz%2Fphp-client)Library[API Development](/categories/api)

smartselling/fapi-client
========================

FAPI API Client

v0.1.1(7y ago)010PHPPHP ^5.3.3 || ^7.0

Since Mar 20Pushed 7y ago2 watchersCompare

[ Source](https://github.com/smartselling/fapi-client)[ Packagist](https://packagist.org/packages/smartselling/fapi-client)[ RSS](/packages/smartselling-fapi-client/feed)WikiDiscussions master Synced 2w ago

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

fapi-client
===========

[](#fapi-client)

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

[](#installation)

The recommended way to install is via Composer:

```
composer require smartselling/fapi-client

```

Example of use:
---------------

[](#example-of-use)

```
$fapi = new FAPIClient('username', 'API token');
$fapi->invoice->getAll(); // returns all invoices
$fapi->invoice->get(123); // returns invoice #123
$fapi->invoice->search(['client' => 123]); // returns invoices of client #123
$fapi->client->searchOne(['email' => 'johndoe@example.com']); // returns client by email

```

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

[](#documentation)

You can find API documentation [here](https://web.fapi.cz/api-doc/index.html%5D).

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

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

Unknown

Total

1

Last Release

2790d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19595920?v=4)[Jiří Slischka](/maintainers/slischka)[@slischka](https://github.com/slischka)

---

Top Contributors

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

---

Tags

apiclientfapifapi-clientphp

### Embed Badge

![Health badge](/badges/smartselling-fapi-client/health.svg)

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24015.5M18](/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

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

PHPackages © 2026

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