PHPackages                             segakgd/flexbe\_api\_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. segakgd/flexbe\_api\_client

ActiveLibrary[API Development](/categories/api)

segakgd/flexbe\_api\_client
===========================

A PHP client for interacting with the Flexbe API.

1.0.1(1y ago)04MITPHPPHP ^8.2

Since Oct 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/segakgd/flexbe_api_client)[ Packagist](https://packagist.org/packages/segakgd/flexbe_api_client)[ RSS](/packages/segakgd-flexbe-api-client/feed)WikiDiscussions main Synced today

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

flexbe\_api\_client
===================

[](#flexbe_api_client)

Api client for the flexbe web designer

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

[](#installation)

Install via Composer:

```
composer require segakgd/flexbe_api_client
```

### Example Usage:

[](#example-usage)

#### Getting all lead's:

[](#getting-all-leads)

```
$domain = 'domain.com'; // Replace with your Flexbe domain
$apiKey = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; // Replace with your Flexbe API key

// Create a DTO object with the domain and API key
$clientFlexbeDto = new FlexbeApiClientDto($domain, $apiKey);

// Initialize the Flexbe API manager
$flexbeManager = new FlexbeApiManager();

// Fetch leads from the Flexbe API
$leads = $flexbeManager->getLeads($clientFlexbeDto);

// $leads will contain the response with your Flexbe leads
```

#### Updating the lead:

[](#updating-the-lead)

```
$domain = 'domain.com'; // Replace with your Flexbe domain
$apiKey = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; // Replace with your Flexbe API key

// Create a DTO object with the domain and API key
$clientFlexbeDto = new FlexbeApiClientDto($domain, $apiKey);

// Initialize the Flexbe API manager
$flexbeManager = new FlexbeApiManager();

$leadUpdateRequest = new LeadUpdateRequest(
    id: 99999999,
    status: LeadStatusEnum::InWork,
);

$flexbeManager->changeLead($clientFlexbeDto, $leadUpdateRequest);
```

###  Health Score

27

—

LowBetter than 47% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity54

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 ~23 days

Total

2

Last Release

606d ago

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/segakgd-flexbe-api-client/health.svg)

```
[![Health](https://phpackages.com/badges/segakgd-flexbe-api-client/health.svg)](https://phpackages.com/packages/segakgd-flexbe-api-client)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

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

Hubspot API client

24016.2M20](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172445.0k15](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

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

PHPackages © 2026

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