PHPackages                             nicktomlin/case-status - 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. nicktomlin/case-status

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

nicktomlin/case-status
======================

A module that enables easy fetching of ucis case status

1.1.0(11y ago)023MITPHPPHP &gt;=5.4.0

Since May 21Pushed 11y ago1 watchersCompare

[ Source](https://github.com/NickTomlin/php-case-status)[ Packagist](https://packagist.org/packages/nicktomlin/case-status)[ RSS](/packages/nicktomlin-case-status/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Case Status

---

[![Build Status](https://camo.githubusercontent.com/6d1a1a330cfdc8cfa5abda36d03f31725303639f6583e4cde91986fbc7bdbde3/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f4e69636b546f6d6c696e2f7068702d636173652d7374617475732e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/NickTomlin/php-case-status)[![Packagist](https://camo.githubusercontent.com/c4df0ffdc87ab88994d7486b54dc1cf02d745d7fbc54ce39af99d4277f9b28fd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e69636b746f6d6c696e2f636173652d7374617475732e737667)](https://packagist.org/packages/nicktomlin/case-status)

A PHP scraper to programatically check your [USCIS case status](https://egov.uscis.gov/casestatus/landing.do)

```
$client = new CaseStatus\Client('msc1490880727');
$response = $client->get();
print_r($response->text())

Card Was Delivered To Me By The Post Office
	              On June 23, 2014, the Post Office delivered your new card for Receipt Number MSC1490880727, to the address that you gave us.  The tracking number assigned is 9205592338400136799834.
You can use your tracking number at www.USPS.com in the Quick Tools Tracking section.  If you move, go to www.uscis.gov/addresschange to give us your new mailing address.

```

### Installing via Composer

[](#installing-via-composer)

```
# Install Composer
curl -sS https://getcomposer.org/installer | php
```

```
composer.phar require nicktomlin/case-status
```

After installing, you need to require Composer's autoloader:

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

### Tests

[](#tests)

```
./vendor/bin/phpunit
```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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 ~2 days

Total

2

Last Release

4058d ago

### Community

Maintainers

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

---

Top Contributors

[![NickTomlin](https://avatars.githubusercontent.com/u/1290336?v=4)](https://github.com/NickTomlin "NickTomlin (26 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/nicktomlin-case-status/health.svg)

```
[![Health](https://phpackages.com/badges/nicktomlin-case-status/health.svg)](https://phpackages.com/packages/nicktomlin-case-status)
```

###  Alternatives

[nathancox/minify

Minifies CSS requirements using Minify (http://code.google.com/p/minify/)

26151.0k1](/packages/nathancox-minify)

PHPackages © 2026

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