PHPackages                             nojimage/cakephp-twim - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. nojimage/cakephp-twim

ActiveCakephp-plugin[Authentication &amp; Authorization](/categories/authentication)

nojimage/cakephp-twim
=====================

CakePHP Twitter Plugin

v2.1.7(11y ago)175843MITPHPPHP &gt;=5.3.0

Since Feb 9Pushed 11y ago4 watchersCompare

[ Source](https://github.com/nojimage/CakePHP-Twim)[ Packagist](https://packagist.org/packages/nojimage/cakephp-twim)[ Docs](https://github.com/nojimage/CakePHP-Twim)[ RSS](/packages/nojimage-cakephp-twim/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (9)Used By (0)

Twim - Twitter Plugin for CakePHP
=================================

[](#twim---twitter-plugin-for-cakephp)

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

for CakePHP 2.x and PHP 5.3 later

[![Build Status](https://camo.githubusercontent.com/5525f4e04e313d31db14f3f82020d195941d83f9c5e0e9a7d7c95a3a6b1c9cc1/68747470733a2f2f7472617669732d63692e6f72672f6e6f6a696d6167652f43616b655048502d5477696d2e706e673f6272616e63683d6d6173746572)](https://travis-ci.org/nojimage/CakePHP-Twim)

Requirements
------------

[](#requirements)

This plugin require CakePHP-ReST-DataSource-Plugin for CakePHP 2.x.

- [nojimage/CakePHP-ReST-DataSource-Plugin](https://github.com/nojimage/CakePHP-ReST-DataSource-Plugin "nojimage/CakePHP-ReST-DataSource-Plugin · GitHub")

You should install ReST DataSource plugin, before this plugin install.

Installation
------------

[](#installation)

### Get plugin (git submodule)

[](#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.

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

```

### Setup APP/Config/bootstrap.php

[](#setup-appconfigbootstrapphp)

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

```

### Setup APP/Config/database.php

[](#setup-appconfigdatabasephp)

```
/**
 * 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
-----

[](#usage)

[ドキュメント(日本語)](https://github.com/nojimage/CakePHP-Twim/wiki "Home · nojimage/CakePHP-Twim Wiki")

and Please see test cases ;)

License
-------

[](#license)

The MIT License

Copyright (c) 2013 nojimage,

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:

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

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.

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 97.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~106 days

Recently: every ~117 days

Total

7

Last Release

4201d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/a3fe494e51e33958f5c8079669fd036dfee4c2e6b11f85f2249ba36c371986e3?d=identicon)[nojimage](/maintainers/nojimage)

---

Top Contributors

[![nojimage](https://avatars.githubusercontent.com/u/100564?v=4)](https://github.com/nojimage "nojimage (241 commits)")[![hiromi2424](https://avatars.githubusercontent.com/u/191297?v=4)](https://github.com/hiromi2424 "hiromi2424 (3 commits)")[![angelxmoreno](https://avatars.githubusercontent.com/u/363479?v=4)](https://github.com/angelxmoreno "angelxmoreno (2 commits)")[![akiyan](https://avatars.githubusercontent.com/u/18811?v=4)](https://github.com/akiyan "akiyan (1 commits)")

---

Tags

apihelperauthcakephpmodeloauthdatasourcetwitter

### Embed Badge

![Health badge](/badges/nojimage-cakephp-twim/health.svg)

```
[![Health](https://phpackages.com/badges/nojimage-cakephp-twim/health.svg)](https://phpackages.com/packages/nojimage-cakephp-twim)
```

###  Alternatives

[league/oauth2-server

A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.

6.6k136.0M247](/packages/league-oauth2-server)[auth0/auth0-php

PHP SDK for Auth0 Authentication and Management APIs.

40820.2M67](/packages/auth0-auth0-php)[auth0/login

Auth0 Laravel SDK. Straight-forward and tested methods for implementing authentication, and accessing Auth0's Management API endpoints.

2745.0M3](/packages/auth0-login)[socialconnect/auth

Social Connect Auth Component

568845.4k5](/packages/socialconnect-auth)[uzyn/cakephp-opauth

Opauth plugin for CakePHP v2.x, allowing simple plug-n-play 3rd-party authentication with CakePHP

129276.5k](/packages/uzyn-cakephp-opauth)[auth0/symfony

Symfony SDK for Auth0 Authentication and Management APIs.

128738.1k](/packages/auth0-symfony)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
