eveseat/eseye 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

eveseat/eseye

最新稳定版本:3.2.0

Composer 安装命令:

composer require eveseat/eseye

包简介

A Standalone PHP ESI (EVE Swagger Interface) Client Library

README 文档

README

SeAT

Build Status Code Climate Test Coverage Latest Stable Version Total Downloads Latest Unstable Version License StyleCI

eseye

👾 A Standalone, Dynamic ESI (EVE Swagger Interface) Client Library written in PHP

example usage

Its supposed to be simple!

// initialization stuff
$esi = new Eseye();

// Optionally, set the ESI endpoint version to use.
// If you dont set this, Eseye will use /latest
$esi->setVersion('v4');

// make a call
$character_info = $esi->invoke('get', '/characters/{character_id}/', [
    'character_id' => 1477919642,
]);

// get data!
echo $character_info->name;

For a more complete usage example, please refer to example.php

documentation

For up to date documentation, more examples and other goodies, please check out the project wiki!

统计信息

  • 总下载量: 19.97k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 51
  • 点击次数: 1
  • 依赖项目数: 30
  • 推荐数: 0

GitHub 信息

  • Stars: 51
  • Watchers: 8
  • Forks: 33
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2017-01-17