The php tag has no wiki summary.
2
votes
1answer
35 views
Get accepted answers from Stack Overflow using Stack Overflow API 2.1
I want to fetch only my accepted answers from Stack Overflow using the API 2.1 and currently I've following code
$data = ...
1
vote
0answers
93 views
Stack Cartographer - A PHP tool for generating a JSON map of the Stack Exchange API.
About
After the JSON documentation for the Stack Exchange API was dropped for v2.0, I began to wonder if it would be possible to throw together a PHP script that did a bit of screen-scraping to ...
0
votes
1answer
260 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 ...
6
votes
0answers
76 views
StackAd Wordpress Plugin - Display Community Ads on Your WordPress Blog with Minimal Effort
Screenshot
About
Now you can easily display community based advertisements (like these) on your WordPress blog with almost no effort. The plugin ships with a widget you can add to the sidebar ...
1
vote
0answers
81 views
Has anyone made a wordpress plugin for stack api?
Just wondering if as it would be nice to put a widget on a wordpress post that allows people to add new questions and answer them right there in the blog.
12
votes
3answers
586 views
StackCenter 2 - Now in Public Beta!
Visit now: http://stackcenter.quickmediasolutions.com/beta/
Feedback is appreciated!
About
StackCenter 2 has been brewing for quite some time now. Since the global inbox was introduced, the ...
3
votes
0answers
265 views
Simple Answer Guessing App - Trivial Pursuit: Edition SO
About
Stackoverflow Trivial Pursuit
This app came about after I read this meta thread feature request by Evan Carroll. The idea is that you can look at questions on Stackoverflow without seeing the ...
1
vote
3answers
443 views
Possible Gzip or data format problems when trying to read JSON.
This is a very basic question. I just want to display a test batch of JSON with PHP, but I think I don't have the correct formatting, since the data received looks garbled when outputed, and it causes ...
5
votes
0answers
237 views
StackMail - Making the StackExchange Sites Accessible Via Email
Screenshot
About
StackMail is an email-based web service for the StackExchange sites. The concept is simple: send an email to stackmail@quickmediasolutions.com with one of the commands as the ...
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 ...
25
votes
3answers
3k views
Stack.PHP - Powerful and Extensive Library for Accessing the Stack Exchange API - Including Full Support for v2.0.
Don't know where to start?
Begin by checking out the Stack.PHP website.
Then head over here for a quick tutorial on setting up and using Stack.PHP.
About
Why you should use ...
13
votes
2answers
2k views
PHPstack - A PHP wrapper to the SE API
PHPstack
PHPstack is meant to be an easy to use PHP wrapper for the Stack Exchange API.
<?php
require_once('lib/requestcore.class.php');
require_once('phpstack.class.php');
$so = new ...