shamanzpua/stackexchange

stackexchange api 请求

1.0.3 2017-03-12 20:46 UTC

This package is auto-updated.

Last update: 2024-09-29 04:37:04 UTC


README

向 stackexchange api 发起请求

安装

添加到 composer.json

 "require": {
    "shamanzpua/stackexchange": "*"
 }

使用方法

使用方法

<?php
use shamanzpua\stackexchange\Stackoverflow;

$stackoverfow = new Stackoverflow("YOUR_API_KEY");

$answers =  $stackoverfow->grab("some search string");