2017 © Pedro Peláez
 

cakephp-plugin cakephp-twim

CakePHP Twitter Plugin

image

nojimage/cakephp-twim

CakePHP Twitter Plugin

  • Monday, March 9, 2015
  • by nojimage
  • Repository
  • 4 Watchers
  • 16 Stars
  • 575 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

Twim - Twitter Plugin for CakePHP

This plugin provides DataSource and Models for Twitter API.
In addition, provides Controller/Component for Auth, Helper and Behaviors., (*1)

for CakePHP 2.x and PHP 5.3 later, (*2)

Build Status, (*3)

Requirements

This plugin require CakePHP-ReST-DataSource-Plugin for CakePHP 2.x., (*4)

You should install ReST DataSource plugin, before this plugin install., (*5)

Installation

Get plugin (git submodule)

git submodule add https://github.com/nojimage/CakePHP-Twim.git app/Plugin/Twim

and move to plugin directory, install twitter-text-php., (*6)

cd app/Plugin/Twim
git submodule update --init

Setup APP/Config/bootstrap.php

CakePlugin::load('Twim', array('bootstrap' => true));

Setup APP/Config/database.php

/**
 * TwitterSource using OAuth
 *
 * @var array
 */
public $twitter = array(
    'datasource' => 'Twim.TwimSource',
    'oauth_consumer_key'    => 'YOUR_CONSUMER_KEY',
    'oauth_consumer_secret' => 'YOUR_CONSUMER_SECRET',
    'oauth_token'           => 'YOUR_ACCESS_TOKEN',        // optional
    'oauth_token_secret'    => 'YOUR_ACCESS_TOKEN_SECRET', // optional
    'oauth_callback'        => 'PATH_TO_OAUTH_CALLBACK_URL',
);

Usage

ドキュメント(日本語), (*7)

and Please see test cases ;), (*8)

License

The MIT License, (*9)

Copyright (c) 2013 nojimage, http://php-tips.com, (*10)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*11)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*12)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*13)

The Versions

09/03 2015

dev-master

9999999-dev https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource

07/11 2014

v2.1.7

2.1.7.0 https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource

07/11 2014

dev-develop

dev-develop https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource

07/05 2014

v2.1.6

2.1.6.0 https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource

28/02 2014

v2.1.5

2.1.5.0 https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource

05/10 2013

2.1.4

2.1.4.0 https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource

26/07 2013

2.1.3

2.1.3.0 https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource

13/06 2013

2.1.2

2.1.2.0 https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource

09/02 2013

2.1.1

2.1.1.0 https://github.com/nojimage/CakePHP-Twim

CakePHP Twitter Plugin

  Sources   Download

MIT

The Requires

 

api oauth cakephp auth helper model twitter datasource