2017 © Pedro Peláez
 

thelia-module yo

image

thelia/yo

  • Monday, April 27, 2015
  • by thelia
  • Repository
  • 3 Watchers
  • 2 Stars
  • 40 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 5 % Grown

The README.md

YO

This module send a Yo when an order is created. You need to know your Api key and the username who will receive the Yo notification., (*1)

Installation

Manually

  • Copy the module into <thelia_root>/local/modules/ directory and be sure that the name of the module is Yo.
  • Activate it in your thelia administration panel

Composer

Add it in your main thelia composer.json file, (*2)

composer require thelia/yo:~1.0

Usage

In the configuration panel of this module, you can record your Api key and the username, (*3)

How to retrieve my Api Key

You need to connect to this url http://dev.justyo.co/ and then copy your Api Key, (*4)

Client Api

This module comes with a small client Api for the Yo webservice, you can send a Yo in all your Thelia application., (*5)

How to use it

$yo = new \Yo\Client('Your_api_key');

//send a Yo to user FOO
$yo->yo('FOO');

//send a Yo to all your contacts
$yo->yoAll();

The Versions

27/04 2015

dev-master

9999999-dev

  Sources   Download

The Requires

 

yo yolo thelia swag

27/04 2015

1.0.2

1.0.2.0

  Sources   Download

The Requires

 

yo yolo thelia swag

27/04 2015

1.0.1

1.0.1.0

  Sources   Download

The Requires

 

yo yolo thelia swag

23/12 2014

1.0

1.0.0.0

  Sources   Download

The Requires