class

Dribbble APItizer

Dribbble APItizer

With Dribbble APItizer you get a full-featured, ready-to-use Dribbble API Class, which supports all API functions. It takes care of building up the required and optional request parameters, checks if your inputs are valid and even converts the APIs responses to handy associative arrays! Requires PHP 5 or above and the cURL PHP extension or active file_get_contents Dribbble Icon from http://applesactually.deviantart.com/art/Sleek-Socia...

Goo.gl API Class

Goo.gl API Class

Goo.gl API Class is an easy to use PHP wrapper for google’s url shortening service, goo.gl. PHP 5 .1.3 or above and cURL is required. Documentation is included in HTML format. Example usage: Shorten a link: Googl::shorten('http://codecanyon.net/item/googl-api-class/231394'); Expand a link to its original form: Googl::expand('goo.gl/5Mciq');

ezCookie

ezCookie

ezCookie is a class that will make PHP ’s cookie function more consistent. It allows you to set default parameters and create HTTPONLY cookies. This will make keeping track of cookies, creating and fetching cookies much easier and not as annoying. It will allow you to set default values when setting a cookie, it will also allow you to set a default value if the cookie isn’t found. The default parameters you can set is: Default Expir...

VimeoLib - Vimeo Simple API Class

VimeoLib - Vimeo Simple API Class

With VimeoLib you get a easy-to-use, full-featured and ready-to-go Vimeo Simple API wrapper class. It takes care of building up the requests for you and converts the results to your desired format. You are able to display various user infos, such as profile infos, liked videos, appearances in videos, subscriptions to groups and channels, what he did and what happened to him and a whole lot more. Get details about videos, albums, groups, channe...

API Client

API Client

This is a class that you can’t miss in your developer toolbox. These days almost every website or application uses API ’s to get or store data, and that’s were this class is created for. It helps you to communicate with all types of API ’s. Even if you don’t have CURL on your server the class will fallback to an implementation that uses “fopen” without loosing any functionality. You will still be able to choose headers, request methods, timeou...

LastStream - Last.fm Radio API Class

LastStream - Last.fm Radio API Class

Looking for a demo?Login with your Last.fm account and view the class demo here. I’m not sure why buyers are giving this a bad rating, it does exactly what it should and is very easy to use. If there is something I can do to improve on it let me know. LastStream – Last.fm Radio API Class This is a simple Last.fm radio API class. It makes connecting to the API and retrieving a list of files to stream very simple. This class enables you to...

Html Helper Class

Html Helper Class

One of the things that can make your scripts really hard to read and take up much space are inline HTML tags. This helper class makes it possible to write inline html tags in a really simple an clean way. Take for example the following code. It is used to show a select box and the selected variable is to choose a select item. <?php $selected = 'green' ?><br /><select name="colors" id="colors" /><br /> <opti...

API Framework

API Framework

More and more websites and companies start to create their own API ’s so that users can build their own tools to interact with the websites/data. With this framework you can create your own API in no time. The framework is very easy to use and extend if you have PHP and OOP knowledge. Tip: This API is also usable as backend for your Android and iPhone applications. Features Object oriented and structured code Modify URL request struc...

userVerification PHP Class

userVerification PHP Class

Follow me About the userVerification PHP Class The userVerification PHP Class allows you to verify if users are really the owner of an account at Envato marketplace for example, or the owner of a domain. Of course you could use this class in much more ways. How does it work? Let’s say you are an author at the Envato marketplace and you want to setup a support forum. But you only want to allow members of the marketplace, so you ne...

Secure File Upload Class

Secure File Upload Class

Key Features Easily upload any type of file Securely restrict the types of files allowed by setting white and blacklists for the mime type, the type, and the file extension. The file size can be limited to prevent your users uploading huge files. Support compression of images Supports creating thumbnails With this class you can easily secure your upload forms, you have the ability to restrict the files allowed in a number of ways. You ...