nanoarmando/cnecheck

CNE 检查库

1.0.2 2015-12-29 19:15 UTC

This package is not auto-updated.

Last update: 2024-09-20 22:07:13 UTC


README

一个允许您检查CNE网站并获取JSON格式信息的库。

安装##

composer require nanoarmando/cnecheck

使用

require "vendor/autoload.php";
use CNE\Cne;

$search = new Cne('V','xxxxxxxx');
echo $search->search();

附加设置

//Another way to initialize
$search = new Cne();
$search->setData('V','xxxxxxxx');
//Using the CURL method
//See 'allow_url_fopen'
echo $search->search(CURL_METHOD);

许可证

MIT许可证