Skip to content

Instantly share code, notes, and snippets.

View b14r's full-sized avatar
:shipit:

Bruno Montibeller b14r

:shipit:
View GitHub Profile
@b14r
b14r / gooapi.php
Created July 13, 2020 11:08 — forked from kijtra/gooapi.php
[PHP] gooラボ( https://labs.goo.ne.jp/ )の文字列解析系API用のクラス(やっつけ)
<?php
/*
本番利用にはクレジット表記が必要なので注意
https://labs.goo.ne.jp/apiusage/
*/
class gooAPI
{
private $app_id = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxx';
private $api_base = 'https://labs.goo.ne.jp/api/';