kevinsolomon / tweetie
Twitter client
dev-master / 1.0.x-dev
2017-02-16 09:57 UTC
Requires
- php: ~5.6|~7.0
- commerceguys/guzzle-oauth2-plugin: ~2.0
- guzzlehttp/guzzle: ~5.0
- vlucas/phpdotenv: ^2.4
Requires (Dev)
- phpunit/phpunit: ^6.0
- squizlabs/php_codesniffer: ^2.3
This package is not auto-updated.
Last update: 2025-03-24 18:38:09 UTC
README
A simple client to wrap around Twitters API's
Structure
src/
tests/
vendor/
Install
Via Composer
$ composer require KevinSolomon/Tweetie
Usage
$tweetie_client = new KevinSolomon\Tweetie(); echo $tweetie_client->getSearchResults('#custserv', 100);
Change log
Please see CHANGELOG for more information on what has changed recently.
Testing
$ composer test
Contributing
Please see CONTRIBUTING and CONDUCT for details.
Security
If you discover any security related issues, please email ikevinsolomon@gmail.com instead of using the issue tracker.
Credits
License
The MIT License (MIT). Please see License File for more information.