PHPackages                             pleiades-decom/php-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. pleiades-decom/php-api-client

ActiveLibrary[API Development](/categories/api)

pleiades-decom/php-api-client
=============================

PHP library for PLEIADES API Client

11418.x-dev(3y ago)091MITPHPPHP &gt;=7.3

Since Apr 11Pushed 3y ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (5)Used By (0)

PLEIADES PHP API Client
=======================

[](#pleiades-php-api-client)

Library for accessing PLEIADES API.

Requires PHP 7.4 and above.

Basic usage examples
--------------------

[](#basic-usage-examples)

```
$api = new \PleiadesDecom\PhpApiClient\Client([
  "clientId" => "", // your app's client ID
  "clientSecret" => "", // your app's client secret
  "userName" => "", // name of the user to authenticate
  "userPassword" => "", // password of the user to authenticate
  "iamTokenEndpoint" => "", // OIDC endpoint address of IAM server
  "apiEndpoint" => "", // API server endpoint address
]);
$api->getAccessToken();
$api->setDatabase("testDatabase");
$records = $api->getRecords(["class" => "Database.Information"]);
```

Working with records
--------------------

[](#working-with-records)

### Create record

[](#create-record)

```
$createdRecordId = $api->createRecord([
  "class" => "Any.Valid.Class.Name",
  "content" => ["AnyValidContent" => "AnyValidValue"]
]);
```

### Update record

[](#update-record)

```
$api->updateRecord(
  $recordId,
  [
    "class" => "Any.Valid.Class.Name",
    "content" => ["AnyValidContent" => "AnyValidValue"]
  ]
);
```

### Delete record

[](#delete-record)

```
$api->deleteRecord($recordId);
```

### Get single record

[](#get-single-record)

```
$record = $api->getRecord($recordId);
```

### Get list of records

[](#get-list-of-records)

```
$records = $api->getRecords(["class" => "Any.Valid.Class.Name"]);
```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity32

Early-stage or recently created project

 Bus Factor1

Top contributor holds 62.5% 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 ~115 days

Total

4

Last Release

1152d ago

Major Versions

10822.x-dev → 10844.x-dev2022-04-22

10841.x-dev → 11418.x-dev2023-03-22

### Community

Maintainers

![](https://www.gravatar.com/avatar/394c74eefe13d2cf99097d4f4a80c2c8dd1e69e311ffa43175164efbdcc77cd0?d=identicon)[wai-blue](/maintainers/wai-blue)

---

Top Contributors

[![wai-blue](https://avatars.githubusercontent.com/u/88132073?v=4)](https://github.com/wai-blue "wai-blue (15 commits)")[![hlsxx](https://avatars.githubusercontent.com/u/82389799?v=4)](https://github.com/hlsxx "hlsxx (8 commits)")[![dusan-daniska](https://avatars.githubusercontent.com/u/32054555?v=4)](https://github.com/dusan-daniska "dusan-daniska (1 commits)")

### Embed Badge

![Health badge](/badges/pleiades-decom-php-api-client/health.svg)

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

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[keboola/storage-api-client

Keboola Storage API PHP Client

10387.5k25](/packages/keboola-storage-api-client)[jasara/php-amzn-selling-partner-api

A fluent interface for Amazon's Selling Partner API in PHP

1344.8k1](/packages/jasara-php-amzn-selling-partner-api)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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