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 1mo ago

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

28

—

LowBetter than 54% of packages

Maintenance38

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

560d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ad0d42d2612c1a0e41a40929898a6c660b33974ff597d66cb13affdd437ea2e7?d=identicon)[segakgd](/maintainers/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

[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)[facebook/php-business-sdk

PHP SDK for Facebook Business

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

PHP wrapper for the Meilisearch API

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

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)

PHPackages © 2026

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