I’ve collected some great PHP classes which could really help you builder applications in PHP quicker!
Here they are:
PHP charts
This class can be used to render charts of several types.
It takes a list of values that define points of one or more set and render charts of several possible types: line, bar, surface and pie.
The class provides options to choose colors, gradients, show coordinates, etc..
The generated charts can be saved to a given file or displayed as the current script output.
Google Calendar PHP API class
This class can be used to create events in a Google calendar.
It uses the Zend Framework GData classes to send a request to the Google Calendar Web services API.
Currently the class can create an event in the calendar of a given Google Calendar user.
Twitter API PHP class
This class can be used to set and get status a of a given Twitter user.
It can send HTTP requests to the Twitter API Web server to perform several types of operations.
Currently it can check the limit of requests that the API accepts, update the user status, get the statuses of the user, mentions and the friends timeline.
Bot recognizer and dispatcher
This class can be used to recognize and handle Web robots by IP address or user agent.
It can check the IP address of the computer or the user agent of the browser program currently accessing the Web server to determine if it is within a range of IP addresses known to be of Web robots like search engine site crawlers or even malicious crawlers.
The class can call different callback functions depending on the type of crawler that was identified.
It can also be set on debug mode by taking a given IP address or string as user agent instead of the user agent string sent by the accessing browser.
The Web robots information is stored in a database. The class can load that database from a text data file. The database can be accessed using supplied database class or a database adapter class from the Zend Framework.
Related posts:
- Twitter: Over 5 billion tweets! According to GigaTweet Twitter has past the amazing milestone of...
- 5 Cool WordPress plugins everybody should use! I see alot of discussion on the web concerning which...
Related posts brought to you by Yet Another Related Posts Plugin.