PHPackages                             inserve/cloud-factory-api-php - 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. inserve/cloud-factory-api-php

ActiveLibrary[API Development](/categories/api)

inserve/cloud-factory-api-php
=============================

A PHP wrapper for the Cloud Factory API

0.1(5mo ago)0114MITPHPPHP ^8.3CI passing

Since Jan 15Pushed 5mo agoCompare

[ Source](https://github.com/inserveit/cloud-factory-api-php)[ Packagist](https://packagist.org/packages/inserve/cloud-factory-api-php)[ RSS](/packages/inserve-cloud-factory-api-php/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Cloud Factory API
=================

[](#cloud-factory-api)

PHP wrapper for the Cloud Factory API

Requirements
------------

[](#requirements)

[![PHP Version Require](https://camo.githubusercontent.com/b2285b725d9efba08caa80a795de196919c6fd18f32551c7d3051916b81a26de/68747470733a2f2f706f7365722e707567782e6f72672f696e73657276652f636c6f75642d666163746f72792d6170692d7068702f726571756972652f706870)](https://packagist.org/packages/inserve/cloud-factory-api-php)

Status
------

[](#status)

[![workflow](https://github.com/inserveit/cloud-factory-api-php/actions/workflows/build-actions.yml/badge.svg)](https://github.com/inserveit/cloud-factory-api-php/actions/workflows/build-actions.yml/badge.svg)[![Latest Stable Version](https://camo.githubusercontent.com/adf1ad6a7aa0a910c6148398ccabb83a7d61862b3b25d29167146b7031755b63/68747470733a2f2f706f7365722e707567782e6f72672f696e73657276652f636c6f75642d666163746f72792d6170692d7068702f76)](https://packagist.org/packages/inserve/cloud-factory-api-php)[![Latest Unstable Version](https://camo.githubusercontent.com/1a84608e9610e44054237ded7b09400e5219f28850b784a1bc3643820f590fa1/68747470733a2f2f706f7365722e707567782e6f72672f696e73657276652f636c6f75642d666163746f72792d6170692d7068702f762f756e737461626c65)](https://packagist.org/packages/inserve/cloud-factory-api-php)[![License](https://camo.githubusercontent.com/e197c19eeafb09531375067e64f331e430c52b7f82786f336f9e7d1c9fa28098/68747470733a2f2f706f7365722e707567782e6f72672f696e73657276652f636c6f75642d666163746f72792d6170692d7068702f6c6963656e7365)](https://packagist.org/packages/inserve/cloud-factory-api-php)

Cloud Factory Docs
------------------

[](#cloud-factory-docs)

- [API Documentation](https://partnercare.knowledge.cloudfactorygroup.com/servicedesk/customer/portal/1/topic/9418e0a3-edc5-4e51-b532-c4d63be3fbe9/article/2752151560)

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

[](#installation)

`composer require inserve/cloud-factory-api-php`

Usage example
-------------

[](#usage-example)

```
use GuzzleHttp\Client;
use Inserve\CloudFactoryAPI\CloudFactoryAPIClient;

require 'vendor/autoload.php';

$guzzle = new Client([
    'base_uri' => 'https://portal.api.cloudfactory.dk',
]);

$cloudFactory = new CloudFactoryAPIClient(
    client: $guzzle,
);

$accessToken = $api->exchangeRefreshToken('refresh.token');
$cloudFactory->setAccessToken($accessToken);

if (! $cloudFactory->isAuthenticated()) {
    return;
}

$customerList = $cloudFactory->getCustomers([
    'PageSize' => 100
]);

foreach ($customerList->getResults() as $customer) {
    echo $customer->getName() . PHP_EOL;
}
```

###  Health Score

34

—

LowBetter than 75% of packages

Maintenance70

Regular maintenance activity

Popularity13

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity40

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

169d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/ed0d39a98805a43774b611cea68339ee46a2b6cd0ddc20e1415dd57794c899c7?d=identicon)[inserve-paul](/maintainers/inserve-paul)

---

Top Contributors

[![inserve-paul](https://avatars.githubusercontent.com/u/150124284?v=4)](https://github.com/inserve-paul "inserve-paul (7 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Psalm

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/inserve-cloud-factory-api-php/health.svg)

```
[![Health](https://phpackages.com/badges/inserve-cloud-factory-api-php/health.svg)](https://phpackages.com/packages/inserve-cloud-factory-api-php)
```

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M3.1k](/packages/craftcms-cms)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.5k5.9M736](/packages/sylius-sylius)[web-auth/webauthn-lib

FIDO2/Webauthn Support For PHP

12310.5M135](/packages/web-auth-webauthn-lib)[oro/platform

Business Application Platform (BAP)

645143.5k115](/packages/oro-platform)[web-auth/webauthn-framework

FIDO2/Webauthn library for PHP and Symfony Bundle.

515100.5k3](/packages/web-auth-webauthn-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.6M574](/packages/shopware-core)

PHPackages © 2026

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