PHPackages                             fagundes/ionic-cloud-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. fagundes/ionic-cloud-api-php

AbandonedArchivedLibrary[API Development](/categories/api)

fagundes/ionic-cloud-api-php
============================

Client library for Ionic Cloud APIs

02PHP

Since Dec 30Pushed 9y ago1 watchersCompare

[ Source](https://github.com/fagundes/ionic-cloud-api-php)[ Packagist](https://packagist.org/packages/fagundes/ionic-cloud-api-php)[ RSS](/packages/fagundes-ionic-cloud-api-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Ionic Cloud APIs Library for PHP
================================

[](#ionic-cloud-apis-library-for-php)

Description
-----------

[](#description)

The Ionic Cloud API Library enables you to work with Ionic APIs such as Push, Auth and Deploy.

Work In Progress
----------------

[](#work-in-progress)

This library is not ready yet. Todo list:

- Push Service
    - Notifications Resource
    - Messages Resource
    - Device Tokens Resource
- Auth Service
    - Users Resource (WIP)
- Deploy Service
    - Channels Resource
    - Deploys Resource
    - Snapshots Resource
- Unit Tests
- Documentation

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

[](#requirements)

- [PHP 5.6.0 or higher](http://www.php.net/).

Developer Documentation
-----------------------

[](#developer-documentation)

WIP

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

[](#installation)

You can use **Composer** or simply **Download the Release**

### Composer

[](#composer)

The preferred method is via [composer](https://getcomposer.org). Follow the [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have composer installed.

Once composer is installed, execute the following command in your project root to install this library:

```
composer require fagundes/ionic-cloud-api-php:^0.x-dev
```

Finally, be sure to include the autoloader:

```
require_once '/path/to/your-project/vendor/autoload.php';
```

### Download the Release

[](#download-the-release)

If you abhor using composer, you can download the package in its entirety. The [Releases](https://github.com/fagundes/ionic-cloud-api-php/releases) page lists all stable versions. Download any file with the name `ionic-cloud-api-php-[RELEASE_NAME].zip` for a package including this library and its dependencies.

Uncompress the zip file you download, and include the autoloader in your project:

```
require_once '/path/to/ionic-cloud-api-php/vendor/autoload.php';
```

Examples
--------

[](#examples)

See the [`examples/`](examples) directory for examples of the key client features. You can view them in your browser by running the php built-in web server.

```
$ composer run-script serve
```

And then browsing to the host and port you specified (in the above example, `http://localhost:8080`).

### Basic Example

[](#basic-example)

```
// include your composer dependencies
require_once 'vendor/autoload.php';

$client = new Ionic\Client();
$client->setApplicationName("Client_Library_Examples");
$client->setApiToken("YOUR_API_TOKEN");

$service = new Ionic\Service\Push($client);
$notifications = $service->notifications->listNotifications();

foreach ($notifications as $notification) {
    echo 'UUID: ', $notification->getUuid(), ' ', $notification->getCreated()->format('d/m/Y \a\t H:i'), " \n";
}
```

Credits
-------

[](#credits)

This project is inspired by [Google APIs Client Library for PHP](https://github.com/google/google-api-php-client).

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/2a488c4d3cfa2f8b3759d907c04cd7da9d347a25090424efbd7b8f1b57937543?d=identicon)[fagundes](/maintainers/fagundes)

---

Top Contributors

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

### Embed Badge

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

```
[![Health](https://phpackages.com/badges/fagundes-ionic-cloud-api-php/health.svg)](https://phpackages.com/packages/fagundes-ionic-cloud-api-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)
