2017 © Pedro Peláez
 

cakephp-plugin cakephp-yo

Yo plugin for CakePHP 3.x

image

toin0u/cakephp-yo

Yo plugin for CakePHP 3.x

  • Tuesday, June 2, 2015
  • by toin0u
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Yo plugin for CakePHP 3.x

This is a very simple plugin which allow to use the Yo libary., (*1)

Installation

$ composer require 'toin0u/cakephp-yo:dev-master'

Configuration

Add your Yo API key in yout app.php., (*2)

// ...

'Yo' => [
    'apiKey' => 'as636bf1-94hs-4t62-9g1k-5feb42ccfde4',
],

// ...

Then add the following line in your initialize method in AppController or in a specific controller., (*3)

$this->loadComponent('Yo.Yo');

API

This plugin allows you to create a \Yo\Yo instance by calling:, (*4)

$yo = $this->Yo->createYo();

Please check the documentation in the library to read more., (*5)

Tests

WIP, (*6)

License

This package is released under the MIT License. See the bundled LICENSE file for details., (*7)

The Versions

02/06 2015

dev-master

9999999-dev https://github.com/toin0u/cakephp-yo

Yo plugin for CakePHP 3.x

  Sources   Download

MIT

The Requires

 

cakephp yo