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

ActiveComposer-plugin[API Development](/categories/api)

atom.com/atom-php
=================

PHP SDK for the Atom API Implementation

00PHP

Since Jun 19Pushed 2y ago2 watchersCompare

[ Source](https://github.com/atom-api/atom-php)[ Packagist](https://packagist.org/packages/atom.com/atom-php)[ RSS](/packages/atomcom-atom-php/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Introduction
------------

[](#introduction)

Here is the PHP implementation of the Atom Apis which can be found in Atom API documentation -

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

[](#installation)

This library supports PHP 5.6 and later

The recommended way to install atom-php is through Composer:

```
composer require atom-api/atom-php

```

Clients
-------

[](#clients)

Initialize your object using your auth token and user\_id:

```
$aa = new AtomApi('', '');

```

Incase if you are want to create the client object with the environment as the third variable, default is production.

```
$aa = new AtomApi('', '', 'dev');

```

Auth token for the sandbox and production are different, you should be able to find them from your API Access page in Atom Dashboard.

Seller Apis
-----------

[](#seller-apis)

#### Get Domains

[](#get-domains)

```
$params = array("type" => "premium"); //  default is empty array
$domains = $aa->getDomains($params);

```

Default values of the params are empty and more information can be found in the documentation -

For any queries / questions reach out to

###  Health Score

12

—

LowBetter than 0% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 66.7% 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/8ce1d6e281c634d9f6406722150f4f2f9a750c8ca56bcc7cfa1344f9dfa05a0b?d=identicon)[ramu.atom](/maintainers/ramu.atom)

---

Top Contributors

[![bramu](https://avatars.githubusercontent.com/u/1446220?v=4)](https://github.com/bramu "bramu (2 commits)")[![atom-api](https://avatars.githubusercontent.com/u/173228430?v=4)](https://github.com/atom-api "atom-api (1 commits)")

### Embed Badge

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

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

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