stack.PHP is a PHP wrapper for the StackExchange API created by George Edison.
17
votes
0answers
1k views
StackImage - Generating Images of Questions and Users [Now with Global Flair!]
Planned Obsolescence
All of the features that StackImage provides are either available with the built-in flair on each Stack Exchange site or provided by StackImage's successor: StackImage ...
14
votes
3answers
1k views
StackCenter - your one-stop app for everything Stack Exchange
Update: StackCenter has been completely rewritten to use Soapi.JS2. I have also made some changes to the UI.
Screenshot
About
StackCenter is a website designed to make keeping track of all your ...
3
votes
1answer
229 views
StackStatus - Monitor the status of the Stack Exchange API
Note:
This service is temporarily offline. The original version was having some problems, and I am also migrating a number of tools from PHP to Python - so expect to see this tool come ...
2
votes
1answer
63 views
Stack.PHP does not seem to work on sites that are sub-domains of stackexchange.com
The documentation explains to crate objects using the site's url minus the TLD which appears to work fine.
$service = new Post_Exchange('gamedev', null, 0);
returns what appears to be a valid ...
1
vote
1answer
52 views
How to limit the number of responses in Stack.PHP?
How do I limit the number of results provided by Stack.PHP (a library wrapper over the Stackexchange API)?
For example, how do I get the first 50 questions tagged with a keyword?
The query I ...
0
votes
1answer
252 views
Handling working of PHP API key on webpage
I'm building a phpapi and in this api will be giving my clients API key generated for each client.
So basically my client will be sending client id, his personal data(to be stored in DB) & an ...