定制 nicktomlin/case-status 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

nicktomlin/case-status

最新稳定版本:1.1.0

Composer 安装命令:

composer require nicktomlin/case-status

包简介

A module that enables easy fetching of ucis case status

README 文档

README

Case Status

Build Status Packagist

A PHP scraper to programatically check your USCIS case status

$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:

require 'vendor/autoload.php';

Tests

./vendor/bin/phpunit

统计信息

  • 总下载量: 23
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 2
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-05-21