2017 © Pedro Peláez
 

library case-status

A module that enables easy fetching of ucis case status

image

nicktomlin/case-status

A module that enables easy fetching of ucis case status

  • Monday, May 25, 2015
  • by nicktomlin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 11 % Grown

The README.md

Case Status, (*1)


Build Status Packagist, (*2)

A PHP scraper to programatically check your USCIS case status, (*3)

$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

# Install Composer
curl -sS https://getcomposer.org/installer | php
composer.phar require nicktomlin/case-status

After installing, you need to require Composer's autoloader:, (*4)

require 'vendor/autoload.php';

Tests

./vendor/bin/phpunit

The Versions

25/05 2015

dev-master

9999999-dev

A module that enables easy fetching of ucis case status

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Nick Tomlin

25/05 2015

dev-linting

dev-linting

A module that enables easy fetching of ucis case status

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Nick Tomlin

24/05 2015

1.1.0

1.1.0.0

A module that enables easy fetching of ucis case status

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Nick Tomlin

21/05 2015

1.0.0

1.0.0.0

A module that enables easy fetching of ucis case status

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Nick Tomlin