composer require ety001/url2io-phpsdk
<?php
use ETY001\URL2io\URL2io;
$token = 'Your token';
$url2io = new URL2io($token);//new URL2io($token , false);使用file_get_contents
$url = 'the url you want to grab';
$result = $url2io->contentGet($url);
?>
- 是否由库来处理返回的结果,还是交给用户处理
- 完善错误处理机制
MIT
Email: [email protected]
Blog: http://www.domyself.me