Skip to content

An extension of the Codebird class to use WordPress' HTTP API instead of cURL

Notifications You must be signed in to change notification settings

isabella232/wp-codebird

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

WordPress Codebird

Description

An extension of the Codebird class to use WordPress' HTTP API instead of cURL.

Provides a drop in replacement for Codebird with improved WordPress integration by replacing all cURL calls with WordPress HTTP API calls.

Usage

Include both the Codebird library and class-wp-codebird.php, then get a new instance of WP_Codebird:

$wp_codebird = WP_Codebird::getInstance();

The rest of the api is identical to Codebird - it is a drop in replacement that does not require any modification to existing code.

Changes

1.1.0 (04/09/2013)

  • Updated to support Codebird 2.3.2 and Bearer authentication

About

An extension of the Codebird class to use WordPress' HTTP API instead of cURL

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%