stevenmaguire/encoding-php 问题修复 & 功能扩展

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

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

stevenmaguire/encoding-php

最新稳定版本:1.0.0

Composer 安装命令:

composer require stevenmaguire/encoding-php

包简介

A php client for consuming the Encoding.com API

README 文档

README

Latest Version Software License Build Status Coverage Status Quality Score Total Downloads

A PHP client for authenticating with Encoding.com and consuming the API.

Install

Via Composer

$ composer require stevenmaguire/encoding-php

or update your composer.json file to include:

  "require": {
    "stevenmaguire/encoding-php": "~1.0"
  }

Run composer update

Usage

Create client

    $this->client = new Stevenmaguire\EncodingDotCom\Client([
        'app_id' => 'YOUR_ENCODING_DOT_COM_APP_ID',
        'user_key' => 'YOUR_ENCODING_DOT_COM_API_USER_KEY',
        'api_host' => 'manage.encoding.com'
    ]);

Testing

$ phpunit

Contributing

Please see CONTRIBUTING for details.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-01-30