PHPackages                             madmanlear/midaas - 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. madmanlear/midaas

ActiveLibrary[API Development](/categories/api)

madmanlear/midaas
=================

A PHP wrapper for the MIDAAS API

v0.1.0(10y ago)117MITPHPPHP &gt;=5.5.9

Since Apr 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/madmanlear/MIDAAS-PHP)[ Packagist](https://packagist.org/packages/madmanlear/midaas)[ Docs](https://github.com/madmanlear/MIDAAS-PHP)[ RSS](/packages/madmanlear-midaas/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

MIDAAS-PHP
==========

[](#midaas-php)

[![Build Status](https://camo.githubusercontent.com/19c47a4eaa3ed00756f5df368df2f4d4d93bb994f21b76cf3dbe992f8bc7a2b8/68747470733a2f2f7472617669732d63692e6f72672f6d61646d616e6c6561722f4d49444141532d5048502e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/madmanlear/MIDAAS-PHP)

A PHP wrapper for the MIDAAS API. Validates all query fields before making a request and will return either a PHP Object or a JSON string.

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

[](#installation)

`composer require madmanlear/midaas`

Example Use
-----------

[](#example-use)

```
require_once 'vendor/autoload.php';

$midaas = new Madmanlear\Midaas;

$fields = [
    'sex'   => 'female',
    'state' => 'GA',
];

//Return an Object
$distrubition_results = $midaas->incomeDistribution($fields);

//Return JSON
$quantile_results = $midaas->incomeQuantile($fields, true);

print_r($distrubition_results);
print_r($quantile_results);
```

About MIDAAS
------------

[](#about-midaas)

MIDAAS is a commerce data service offering direct access to income census data across geographies and demographics. For more information visit

The MIDAAS API documentation is located at

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3677d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f58a0fe490301c3111ae1bef73a1536704a5aa340c4676ae1c8279524eda2e18?d=identicon)[madmanlear](/maintainers/madmanlear)

---

Top Contributors

[![madmanlear](https://avatars.githubusercontent.com/u/118579?v=4)](https://github.com/madmanlear "madmanlear (20 commits)")

---

Tags

apimidaas

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/madmanlear-midaas/health.svg)

```
[![Health](https://phpackages.com/badges/madmanlear-midaas/health.svg)](https://phpackages.com/packages/madmanlear-midaas)
```

###  Alternatives

[openai-php/laravel

OpenAI PHP for Laravel is a supercharged PHP API client that allows you to interact with the Open AI API

3.7k7.6M74](/packages/openai-php-laravel)[mailchimp/transactional

458.9M16](/packages/mailchimp-transactional)[get-stream/stream-chat

A PHP client for Stream Chat (https://getstream.io/chat/)

301.8M2](/packages/get-stream-stream-chat)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)

PHPackages © 2026

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