kevinsolomon/tweetie

dev-master / 1.0.x-dev 2017-02-16 09:57 UTC

This package is not auto-updated.

Last update: 2024-04-22 14:10:12 UTC


README

Software License Build Status

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.