Download the PHP package bendihossan/phitter without Composer
On this page you can find all versions of the php package bendihossan/phitter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download bendihossan/phitter
More information about bendihossan/phitter
Files in bendihossan/phitter
Download bendihossan/phitter
More information about bendihossan/phitter
Files in bendihossan/phitter
Vendor bendihossan
Package phitter
Short Description Simple Twitter client written in PHP using the Symfony2 Console component.
License New BSD License
Package phitter
Short Description Simple Twitter client written in PHP using the Symfony2 Console component.
License New BSD License
Please rate this library. Is it a good library?
Informations about the package 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.
Basic Usage
Phitter! uses the Symfony Console component to register commands.
Run php bin/phitter
to find out the available commands:
Coming soon!
- More API endpoints
- Tests
Contribute
- Fork the repository and download the source to your development workspace and run
bin/composer install
. - Copy
Resources/config/parameters.json.dist
toResources/config/parameters.json
and populate with your own Twitter tokens. - Checkout a branch for your code
- Write the logic for your command in
src/Bendihossan/Phitter/Command
. - Register your new command in
bin/phitter
. - Write unit tests for your command.
- Commit and push your code to GitHub, make a Pull Request to the Phitter! project.
Contact
Contact: [email protected]
All versions of phitter with dependencies
PHP Build Version
Package Version
The package bendihossan/phitter contains the following files
Loading the files please wait ....