PHPackages                             appzio/php-sdk - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. appzio/php-sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

appzio/php-sdk
==============

Appzio PHP SDK

621PHP

Since Oct 18Pushed 9y ago2 watchersCompare

[ Source](https://github.com/appzio/rest-bootstrap-php)[ Packagist](https://packagist.org/packages/appzio/php-sdk)[ RSS](/packages/appzio-php-sdk/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Appzio REST bootstrap library
=============================

[](#appzio-rest-bootstrap-library)

If you have an Appzio app, you will also automatically have an access to the app's own API. Through the api you can create users, manipulate data, access gamification information, access apps configuration and many other things.

Appzio's own native iOS and Android apps make use of the very same API, so API is always available and should always pass these basic tests.

You can email developer-support at our main domain address for queries.

For up-to-date documentation &amp; implementation status:

To run the basic tests:

1. comment out the constants from top of the tests/basic.php
2. run this from the command line: phpunit --stderr --bootstrap tests/bootstrap.php tests/basic.php

Test setup 1
============

[](#test-setup-1)

Use the provided keys within the basic.php (uncomment first), they connect with app.appzio.com server and tests should run without any errors

Test setup 2
============

[](#test-setup-2)

You can create a new app at appzio.com from the included zip-file and configuring the library to use the api keys of the new app.

Running the test
================

[](#running-the-test)

If everything works ok, you should be seeing a this kind of output:

phpunit --stderr --bootstrap tests/bootstrap.php tests/basic.php PHPUnit 4.7.7 by Sebastian Bergmann and contributors.

.........

Time: 7.39 seconds, Memory: 12.00Mb

OK (9 tests, 27 assertions)

Errors
======

[](#errors)

If something went wrong, it would look something like this:

Time: 25.93 seconds, Memory: 12.00Mb

There were 2 errors:

1. PHPSDKTestCase::testFbId Undefined property: stdClass::$msg

/Users/trailo/dev/rest-bootstrap-php/tests/tests.php:245

2. PHPSDKTestCase::testFbToken Undefined property: stdClass::$msg

/Users/trailo/dev/rest-bootstrap-php/tests/tests.php:258

FAILURES! Tests: 13, Assertions: 35, Errors: 2.

Troubleshooting
===============

[](#troubleshooting)

Errors can be caused by:

- incorrect test app configuration (see the attached app template)
- api bugs
- incorrect test setups
- api incompatibility (shouldn't happen)

The test time is a good indication whether everything works as it should. Naturally the speed of your environment affects a lot. Here are couple indicative times for the current version:

Local development environment, debug enabled, with caching: Time: 7.39 seconds, Memory: 12.00Mb

App server, optimum connectivity, server debug disabled, with caching: Time: 21.11 seconds, Memory: 12.25Mb

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

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/aa92a6ff3b2a99202294badb1caccc905a3c788278d2a9fe83a78f47f3a137d2?d=identicon)[appzio](/maintainers/appzio)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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