2017 © Pedro Peláez
 

library phitter

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

image

bendihossan/phitter

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

  • Saturday, April 27, 2013
  • by Bendihossan
  • Repository
  • 0 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

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., (*1)

Current build status: Build Status, (*2)

Basic Usage

Phitter! uses the Symfony Console component to register commands., (*3)

Run php bin/phitter to find out the available commands:, (*4)

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!

  • More API endpoints
  • Tests

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@steffanharries.me.uk, (*5)

The Versions

27/04 2013

dev-master

9999999-dev

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

  Sources   Download

New BSD License

The Requires

 

27/04 2013

0.3

0.3.0.0

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

  Sources   Download

New BSD License

The Requires

 

27/04 2013

0.2

0.2.0.0

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

  Sources   Download

New BSD License

The Requires

 

13/04 2013

0.1

0.1.0.0

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

  Sources   Download

New BSD License

The Requires