PHPackages                             aircms/aircms-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. aircms/aircms-php

ActiveLibrary[API Development](/categories/api)

aircms/aircms-php
=================

Aircms PHP API client

018PHP

Since Feb 12Pushed 4y ago1 watchersCompare

[ Source](https://github.com/solarcmsco/aircms-php)[ Packagist](https://packagist.org/packages/aircms/aircms-php)[ RSS](/packages/aircms-aircms-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

aircms-php
==========

[](#aircms-php)

Aircms PHP API client

### Requirements

[](#requirements)

- PHP 7.3 or higher

### Documentation

[](#documentation)

- [Installation](#installation)
- [Get started](#get-started)
- [All pages](#get-all-pages)
- [Page info](#get-page-info)
- [Page fields](#get-page-fields)

#### Installation

[](#installation)

```
composer require aircms/aircms-php
```

#### Get started

[](#get-started)

```
use Aircms\Aircms;

$aircms = new Aircms;

$aircms->setApiKey('');
```

#### Get all pages

[](#get-all-pages)

```
$aircms->getPages();

// [
//     [
//         "name" => "startpage"
//         "uuid" => "948a3718-a454-42df-9d87-a0d5214da6a0"
//         "created_at" => "2021-10-02T20:25:07.000000Z"
//         "updated_at" => "2021-10-11T15:41:49.000000Z"
//         "cached_at" => "2021-10-11T15:41:49.000000Z"
//         "cache_disabled" => false
//     ]
// ]
```

#### Get page info

[](#get-page-info)

```
$aircms->getPage('startpage');

// [
//     "name" => "startpage"
//     "uuid" => "948a3718-a454-42df-9d87-a0d5214da6a0"
//     "created_at" => "2021-10-02T20:25:07.000000Z"
//     "updated_at" => "2021-10-11T15:41:49.000000Z"
//     "cached_at" => "2021-10-11T15:41:49.000000Z"
//     "cache_disabled" => false
// ]
```

#### Get page fields

[](#get-page-fields)

```
$aircms->getPageFields('startpage');

// [
//     'sv' => [
//         'hero_text' => 'Välkommen'
//     ]
// ]
```

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity27

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/57e84844ba30eecbc2fe2b6ee26266ed5323ddf7b7de525e6764ae79dd753749?d=identicon)[cornex](/maintainers/cornex)

---

Top Contributors

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

---

Tags

client

### Embed Badge

![Health badge](/badges/aircms-aircms-php/health.svg)

```
[![Health](https://phpackages.com/badges/aircms-aircms-php/health.svg)](https://phpackages.com/packages/aircms-aircms-php)
```

###  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)
