telemundo/socialite
最新稳定版本:1.1.0
Composer 安装命令:
composer require telemundo/socialite
包简介
OAuth library for PHP 5.3+
README 文档
README
Socialite is written with speed and flexibility in mind. It allows developers to build better and easy to maintain OAuth applications with PHP.
Installation
Since Socialite uses Composer to manage its dependencies, the recommended way to install the libray is by following the steps below. Please note that the installation of Composer is beyond the scope of this manual.
Begin by adding the following entry to your composer.json file:
"require": {
"telemundo/socialite": "dev-master"
}
Run php composer.phar update to install the necessary dependencies.
Usage
See the files inside the examples directory for more information.
Authors
License
This package is licensed under the MIT License - see the LICENSE.txt file for details.
Acknowledgements
This library is heavily inspired by the Phirehose, twitteroauth and oauth-php libraries and many other libraries out there.
统计信息
- 总下载量: 173
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-01-15