CakePHP Bit.ly Plugin
A CakePHP plugin for interacting with the Bit.ly API. Provides a simple, familiar API for things like listing a user’s links, fetching click stats for one of your links and creating a bit.ly (or j.mp) link.
Archive for the ‘Programming’ Category
Jun
22
A CakePHP plugin for interacting with the Bit.ly API. Provides a simple, familiar API for things like listing a user’s links, fetching click stats for one of your links and creating a bit.ly (or j.mp) link.
Jun
18
A CakePHP plugin for interacting with the Yahoo Geo Planet API. Provides a simple, familiar API for things like searching for places matching a given search term. Can be used to power ‘store finder’ or ‘branch locator’ type functionality.
Jun
1
A CakePHP Plugin containing a DataSource for interarcting with ReSTful web services.
Apr
12
An extension to CakePHP’s core HttpSocket class that supports OAuth requests in the same way HttpSocket supports Basic Auth. Provides a simple API with low level access and high flexibility. Usage instructions included with example for Twitter.
Jan
9
An extension to CakePHP’s core TreeBehavior that provides counterCache functionality for all children and/or direct children of each node in the tree. Packaged as a plugin with a fixture and unit tests with 100% code coverage.
Nov
21
A flexible and full featured CakePHP plugin for quickly adding site wide, multi-model search functionality to your application.
Sep
27
A CakePHP plugin for displaying Google Analytics data in your own application. The bulk of the code is in 3 datasources, a generic one for working with any REST APIs, a Gdata datasource for handling authentication with any of the 18 Gdata APIs and the Gdata Analytics datasource driver itself.
Jul
11
Slides from CakeFest talk on the Bake script
Feb
26
Use ACL in your CakePHP application? Ever wanted to load all permissions for a user at login? Ever tried it with Acl->check() for each aco in your system and found your users get bored of waiting for your application to log them in? Then try this solution for loading all permissions in one query, that takes a few milliseconds, all thanks to a young man called Ben Roberts.
Feb
9
A CakePHP behavior for maintaining a contiguous sequence of order values. Records can be grouped by zero, one or multiple fields and the contiguous sequence is maintained for each group when adding, editing or deleting records.