Skip to content

HoopCHINA/php-box-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box PHP SDK

安装说明

  1. 本地建立 composer.json 文件;

  2. 加入以下内容:

    {
        "repositories": [
            {
                "type": "vcs",
                "url": "https://github.com/HoopCHINA/php-box-sdk"
            }
        ],
        "require": {
            "HoopCHINA/php-box-sdk": "dev-master"
        }
    }

    [NOTE: 也可以指定依赖 0.1.x 版本。]

  3. 使用 php composer.phar install 安装依赖包。

[TODO...]

License

PHP-Box-SDK is Copyright 2013 Hupu Co., Ltd.

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Credit

  • Thanks to Hupu.com for sponsor resources to make this library happen.

About

PHP Box SDK for use with Hupu Box service

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages