承接 amido/profile-service 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

amido/profile-service

Composer 安装命令:

composer require amido/profile-service

包简介

PHP Library to access the Amido profile service

README 文档

README

This package is used in conjunction with the Amido profile service to persist and retrieve profiles.

Installation

Composer

Add this to your application's composer.json:

{
    "require": {
        "amido/profile-service": "*"
    }
}

And then execute:

    composer install

Usage

Create a new instance

use Amido\ProfileService;

$service = new ProfileService('subscription_key_here');

Then call the API via the following methods

$service->create_profile('realm_here', 'user_id_here', 'delegate_access_token_here', array('profile' => 'here));

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-11-28