2017 © Pedro Peláez
 

package twitter-search

A PHP-SDK for Twitter Search API that will be extended to include all features

image

vahan90/twitter-search

A PHP-SDK for Twitter Search API that will be extended to include all features

  • Tuesday, March 6, 2018
  • by Vahan90
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

twitter-search

Here is a simple twitter php api handling package. I will add more features from time to time., (*1)

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes., (*2)

Prerequisites

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

Installing

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();

Authors

  • Vahan Terzibashian - Initial work - Vahan90

License

This project is licensed under the GPL License - see the LICENSE.md file for details, (*7)

The Versions

06/03 2018

dev-master

9999999-dev

A PHP-SDK for Twitter Search API that will be extended to include all features

  Sources   Download

MIT

The Requires

 

by Vahan Terzibashian

laravel search guzzle twitter search vahan