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 2w 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 57% 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

2537d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/594944?v=4)[Paul Hulett](/maintainers/PaulJulio)[@PaulJulio](https://github.com/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

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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