Skip to content

jamesckemp/envato-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Envato API Wrapper for WordPress

Modified version of the Envato API included in the new Envato Update script. Uses API v3, which means you can fetch some quality item data, like WordPress theme/plugin meta.

See the example.php for more info on how to use it.

Uses WordPress transients to cache the API results.

Personal Token

Head over to https://build.envato.com/ to get yourself a personal token.

Methods

Get full item details

item_details( $item_id, $allow_cache = true, $timeout = 300 )

Get all prices for an item

item_prices( $item_id, $allow_cache = true, $timeout = 300 )

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages