PHP Classes

PHP Twitter Search PHP SDK: Search for tweets and users with Twitter API

Recommend this page to a friend!
  Info   View files Example   View files View files (8)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog    
Ratings Unique User Downloads Download Rankings
Not enough user ratingsTotal: 73 All time: 10,124 This week: 190Up
Version License PHP version Categories
twittersearchphpsdk 1.0Custom (specified...5PHP 5, Web services, Social Networking
Description 

Author

This package can search for tweets and users with Twitter API.

It can access the Twitter API to perform several types of operations.

Currently it can search for tweets with a given text, get the lists of a given user and get the users of a list.

Picture of Ahmed Khan
Name: Ahmed Khan <contact>
Classes: 9 packages by
Country: Pakistan Pakistan
Age: ???
All time rank: 245134 in Pakistan Pakistan
Week rank: 568 Up9 in Pakistan Pakistan Up
Innovation award
Innovation award
Nominee: 3x

Example

<?php
include "vendor/autoload.php";
use
Twitter\Lists\Lists;
$list = new Lists();
$list->setToken("sVRnCXPUplLFePmzOqqoir8oR","PzmlGmm6UoJluWupC7js2hx025IwaY8gLD4I8BanQZtwS2g2Ql");
$value = ["list_id" => $listid,
"count" => "100"];
$lists = $list->getListMembers($value);
echo
"<pre>";
print_r($lists);
echo
"</pre>";
?>


  Files folder image Files  
File Role Description
Files folder imageTwitter (1 file, 2 directories)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file index.php Example Example script
Accessible without login Plain text file LICENSE Lic. License text
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  Twitter  
File Role Description
Files folder imageLists (1 file)
Files folder imageSearch (1 file)
  Plain text file Base.php Class Class source

  Files folder image Files  /  Twitter  /  Lists  
File Role Description
  Plain text file Lists.php Class Class source

  Files folder image Files  /  Twitter  /  Search  
File Role Description
  Plain text file Search.php Class Class source

 Version Control Unique User Downloads Download Rankings  
 100%
Total:73
This week:0
All time:10,124
This week:190Up