Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

tomschlick/codeigniter-forrst

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

CodeIgniter-Forrst

A wrapper for the Forrst.com API with CodeIgniter / PHP

Requirements

  1. PHP 5
  2. curl
  3. json_encode, json_decode

Usage

There isn't too much to show here as the Forrst API is pretty slim at it's current state.

User Info

$this->forrst->user_info('tomschlick');

User Posts

$this->forrst->user_posts('tomschlick', $since_id, $last_id)

About

A wrapper for the Forrst API using CodeIgniter / PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages