PHPackages                             itigoppo/twitter-api - 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. [API Development](/categories/api)
4. /
5. itigoppo/twitter-api

ActiveLibrary[API Development](/categories/api)

itigoppo/twitter-api
====================

Twitter API Library for PHP

0.1.0(6y ago)010MITPHPCI failing

Since Feb 23Pushed 6y ago1 watchersCompare

[ Source](https://github.com/itigoppo/twitter-api)[ Packagist](https://packagist.org/packages/itigoppo/twitter-api)[ RSS](/packages/itigoppo-twitter-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (5)Versions (2)Used By (0)

Twitter API Library for PHP
===========================

[](#twitter-api-library-for-php)

[![Build Status](https://camo.githubusercontent.com/1e731993615a77c40b0f2c63f34b76ceb58b39eb20b0229864ca7798a9666fe5/68747470733a2f2f7472617669732d63692e6f72672f697469676f70706f2f747769747465722d6170692e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/itigoppo/twitter-api)

TwitterAPIのPHPライブラリです。

- Twitter
- Twitter API version 1.1
    -

Requirements
============

[](#requirements)

- PHP7.3

Installation
============

[](#installation)

```
composer require itigoppo/twitter-api
```

Usage
=====

[](#usage)

```
$consumerKey = 'Your API key';
$consumerSecret = 'Your API secret key';
$token = 'Your Access token';
$tokenSecret = 'Your Access token secret';

$twitter = new Twitter(new Connector($consumerKey, $consumerSecret, $token, $tokenSecret));
```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

2274d ago

### Community

Maintainers

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

---

Top Contributors

[![itigoppo](https://avatars.githubusercontent.com/u/1428989?v=4)](https://github.com/itigoppo "itigoppo (3 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/itigoppo-twitter-api/health.svg)

```
[![Health](https://phpackages.com/badges/itigoppo-twitter-api/health.svg)](https://phpackages.com/packages/itigoppo-twitter-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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