2017 © Pedro Peláez
 

library profile-service

PHP Library to access the Amido profile service

image

amido/profile-service

PHP Library to access the Amido profile service

  • Monday, December 15, 2014
  • by amido
  • Repository
  • 16 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Amido\ProfileService

This package is used in conjunction with the Amido profile service to persist and retrieve profiles., (*1)

Installation

Composer

Add this to your application's composer.json:, (*2)

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

And then execute:, (*3)

    composer install

Usage

Create a new instance, (*4)

use Amido\ProfileService;

$service = new ProfileService('subscription_key_here');

Then call the API via the following methods, (*5)

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

The Versions

15/12 2014

dev-master

9999999-dev

PHP Library to access the Amido profile service

  Sources   Download

MIT

The Requires

 

The Development Requires

by Antony Koch