dev-master
9999999-dev https://github.com/bSushil/gnaviGurunavi API - PHP
MIT
The Requires
- php >=5.4.0
by Sushil Bajimaya
search products gurunavi gnavi
Wallogit.com
2017 © Pedro Peláez
Gurunavi API - PHP
Yii2 library for gnavi.co.jp based upon https://github.com/fukata/php-gnavi, (*1)
use GNavi\Api;
$apikey = 'Your API KEY';
$query = array(
'name' => 'ワイン',
);
$gnavi = new Gnavi($apikey);
$data = $gnavi->doRestSearchApi($query);
if ( isset( $data->error ) ) {
// error
} else {
// success
foreach ( $data->rest as $r ) {
print("name: " . $r->name);
}
}
Please access gnavi api list for further informaiton., (*2)
Apache Licence 2.0, (*3)
Gurunavi API - PHP
MIT
search products gurunavi gnavi