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 3d 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 14% 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://www.gravatar.com/avatar/40b344b8c6e7c08641d9c28ee8086c322af366bd47e8ca5f59221c65c381871e?d=identicon)[danyg](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

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

A PHP wrapper for Twilio's API

1.6k92.9M272](/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)
