PHPackages                             dnyg/flexfone-php-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. dnyg/flexfone-php-client

ActiveLibrary[API Development](/categories/api)

dnyg/flexfone-php-client
========================

A client for the Flexfone API

213PHP

Since Apr 12Pushed 8y ago3 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Flexfone API Client
===================

[](#flexfone-api-client)

This is a library for using the Flexfone API.

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

[](#installation)

This package can be installed using composer

`composer require dnyg/flexfone-php-client`

PHP 7.1 or greater is required.

Usage
-----

[](#usage)

To use the client just pass your credentials into the constructor of the `Flexfone\ApiClient()`

### Examples

[](#examples)

**Getting an employee by localNumber (200)**

```
$client = new Flexfone\ApiClient($pbxId, $key);

$employee = $client->getEmployee(200);

```

**Retrieving all employees**

```
$client = new Flexfone\ApiClient($pbxId, $key);

$employee = $client->getEmployees();

```

Tests
-----

[](#tests)

To run the tests, rename the `tests\config.example.php` to `tests\config.php` and fill it out.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

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.

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/dnyg-flexfone-php-client/health.svg)

```
[![Health](https://phpackages.com/badges/dnyg-flexfone-php-client/health.svg)](https://phpackages.com/packages/dnyg-flexfone-php-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)
