PHPackages                             pauljulio/avrs-php-api - 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. pauljulio/avrs-php-api

ActiveLibrary[API Development](/categories/api)

pauljulio/avrs-php-api
======================

API consumer with examples for popular use cases

1.0.2(6y ago)5101MITPHP

Since Oct 15Pushed 6y ago4 watchersCompare

[ Source](https://github.com/PaulJulio/avrs-php-api)[ Packagist](https://packagist.org/packages/pauljulio/avrs-php-api)[ RSS](/packages/pauljulio-avrs-php-api/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)DependenciesVersions (4)Used By (0)

avrs-php-api
============

[](#avrs-php-api)

A Sample PHP-Based API Consumer

author: Paul Hulett

The any-OS, from-scratch guide:
===============================

[](#the-any-os-from-scratch-guide)

- Install Virtual Box from
- Install Vagrant from
- From this directory, run: vagrant up
- Once Vagrant is up and running, ssh into the vm by running: vagrant ssh
- install composer, use it to install the autoloader and any project dependencies

```
cd /var/www/public/
curl -sS https://getcomposer.org/installer | php
php composer.phar install
```

- copy the setting.json example to the proper location, then edit it

```
cp examples/_settings.json examples/settings.json
vim examples/settings.json
# or use your editor of choice
```

- command-line execution example

> vagrant@avrsapi:/var/www/public$ php -a
>
> Interactive mode enabled
>
> php &gt; require\_once 'vendor/autoload.php';
>
> php &gt; $example = new PaulJulio\\AvrsApi\\Examples\\FeeCalculator();
>
> php &gt; $example-&gt;run();

To Do
=====

[](#to-do)

- needs browser-based interaction added
- needs unit tests

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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.

###  Release Activity

Cadence

Every ~321 days

Total

3

Last Release

2491d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0a0691521d3782862573c87d6e6b26cd00423cbb3ffd3497f984a3dd00e9c625?d=identicon)[PaulJulio](/maintainers/PaulJulio)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/pauljulio-avrs-php-api/health.svg)

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

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