PHPackages                             bendihossan/phitter - 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. [CLI &amp; Console](/categories/cli)
4. /
5. bendihossan/phitter

ActiveLibrary[CLI &amp; Console](/categories/cli)

bendihossan/phitter
===================

Simple Twitter client written in PHP using the Symfony2 Console component.

0.3(13y ago)012New BSD LicensePHPPHP &gt;=5.3.2

Since Apr 13Pushed 13y agoCompare

[ Source](https://github.com/Bendihossan/Phitter)[ Packagist](https://packagist.org/packages/bendihossan/phitter)[ RSS](/packages/bendihossan-phitter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Phitter!
========

[](#phitter)

Because Twitter apps appear to be the "Hello, World!" of modern development, Phitter is an experiment in building a simple command line app in PHP using the Symfony Console component.

Current build status: [![Build Status](https://camo.githubusercontent.com/ccaa8cb2710ea6d2deec4f7db10e32995069c81eee80cf60bf384a7731c6a150/68747470733a2f2f7472617669732d63692e6f72672f42656e6469686f7373616e2f506869747465722e706e67)](https://travis-ci.org/Bendihossan/Phitter)

Basic Usage
===========

[](#basic-usage)

Phitter! uses the Symfony Console component to register commands.

Run `php bin/phitter` to find out the available commands:

```
Available commands:
home
  home:mentions   Lists latest mentions for this user.
  home:retweets   Lists latest retweets for this user.
  home:timeline   Lists latest tweets from your followers.
  home:tweet      Post a new tweet.
user
  user:show       Lists info for a user.
  user:timeline   Lists latest tweets from a user. Defaults to you.

```

Coming soon!
============

[](#coming-soon)

- More API endpoints
- Tests

Contribute
==========

[](#contribute)

1. Fork the repository and download the source to your development workspace and run `bin/composer install`.
2. Copy `Resources/config/parameters.json.dist` to `Resources/config/parameters.json` and populate with your own Twitter tokens.
3. Checkout a branch for your code
4. Write the logic for your command in `src/Bendihossan/Phitter/Command`.
5. Register your new command in `bin/phitter`.
6. Write unit tests for your command.
7. Commit and push your code to GitHub, make a Pull Request to the Phitter! project.

Contact
=======

[](#contact)

Contact:

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community3

Small or concentrated contributor base

Maturity50

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

Every ~7 days

Total

3

Last Release

4761d ago

### Community

---

Top Contributors

[![Bendihossan](https://avatars.githubusercontent.com/u/593224?v=4)](https://github.com/Bendihossan "Bendihossan (21 commits)")

### Embed Badge

![Health badge](/badges/bendihossan-phitter/health.svg)

```
[![Health](https://phpackages.com/badges/bendihossan-phitter/health.svg)](https://phpackages.com/packages/bendihossan-phitter)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M18](/packages/consolidation-annotated-command)[chi-teck/drupal-code-generator

Drupal code generator

26947.8M5](/packages/chi-teck-drupal-code-generator)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)

PHPackages © 2026

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