Skip to content
forked from varjegud/apis

Service APIs for Kohana that use OAuth

Notifications You must be signed in to change notification settings

justnorawr/apis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Service APIs for Kohana

The following services are supported:

  • twitter
  • Want to add one? Fork and send a pull request!

To enable an individual API, add it to your Kohana::modules call:

Kohana::modules(array(
    'twitter' => MODPATH.'apis/twitter',
));

About

Service APIs for Kohana that use OAuth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published