dev-master
9999999-devA PHP-SDK for Twitter Search API that will be extended to include all features
MIT
The Requires
by Vahan Terzibashian
laravel search guzzle twitter search vahan
A PHP-SDK for Twitter Search API that will be extended to include all features
Here is a simple twitter php api handling package. I will add more features from time to time., (*1)
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes., (*2)
All you need is composer., (*3)
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" php composer-setup.php --install-dir=bin --filename=composer php bin/composer sudo mv composer.phar /usr/local/bin/composer composer
First things first, clone this repo, (*4)
Afterwards install the dependencies with composer, (*5)
composer install
Afterwards check out my index.php file in there to get a feel., (*6)
include "vendor/autoload.php"; use Twitter\Search\Search; $search = new Search(); $search->setToken('API_KEY','API_SECRET'); $search->setValues('query', 'count(optional)'); $search->search();
This project is licensed under the GPL License - see the LICENSE.md file for details, (*7)
A PHP-SDK for Twitter Search API that will be extended to include all features
MIT
laravel search guzzle twitter search vahan