Skip to content
This repository was archived by the owner on Jun 19, 2018. It is now read-only.

thomas-mcdonald/PHPstack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

##PHPstack

PHPstack is an easy to use wrapper for the Stack Exchange API.

<?php
    require_once('lib/requestcore.class.php');
    require_once('phpstack.class.php');

    $so = new PHPstack('stackoverflow.com', 'yourAPIKey');
    $answer = $so->getAnswers(2921234));
    print_r($answer);
?>

About

no longer maintained. PHPStack was a PHP wrapper for the StackExchange API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages