Components
AWS SES component for CakePHP2.0 +
Published by kvijay 2 weeks, 1 day agoThis is an Amazon SES component. Developed to help developers to move & integrate faster the AWS services. In future we will come up with the aws plugin with all the services
SOPA Blackout component
Published by eagerterrier2 on 13/1/12On the Tuesday 24th January 2012, the US Senate will vote on the internet censorship bill. Whilst it is an American law, it has far reaching repurcusions for the web as a whole. Sites such as Reddit have said that on January 18th they are going...
CakePHP 2 Captcha Component Based on Simple Math Problems
Published by KonstantinKo on 29/12/11In reference to jnay's [Simple Math Question Captcha Component](http://bakery.cakephp.org/articles/jnay/2010/01/20/simple-math-question-captcha-component) for 1.2 here is a cakePHP 2 version of the component with a bunch of additional features.
ImageTool
Published by raitisg on 28/12/11Component for processing images (resizing, watermarking, desaturating etc) Code and examples on github: https://github.com/raitisg/CakePHP-ImageTool-Component
Cake PHP Optimal Payment Component with ccPurchase, ccAuthorize, ccVerification, ccSettlement, ccStoredDataPurchase and ccStoredDataAuthorize
Published by subingeorge on 17/11/11I have implemented because, I found the lack of proper PHP codes for Optimal Payment. Even though the implementation is too power full it lacks proper documentation and PHP codes. I have implemented same for cake php 2.0 we have implemented op...
elRTE and elFinder Component + Helper
Published by eliasfa on 11/11/11Integrate elRTE and elFinder to cakephp 1.3 http://elrte.org/ - Text editor http://elrte.org/elfinder - File manager
ComponentLoader to load components on the fly
Published by geoff.garbers on 15/10/11Loading unnecessary components in a controller slows down your CakePHP application, and places more strain on your server. Using this component, you're able to load components into your controller on the fly, and ensure that all the callbacks a...
Image Resizer Component for CakePHP2
Published by mdunham918 on 20/9/11This is a very easy to use image resize component that was built for cakephp 2. Download the files or follow the progress at https://github.com/mdunham/Image-Resizer-Component-for-CakePHP2
CakePHP 2.0.0-RC1 Phpbb3Authenticate
Published by manzati93 on 18/9/11I've just created an Auth plugin that allows the use of phpBB3 users table.
Paypal Pro Component
Published by Jagjit on 14/9/11I was just doing a project where my client ask me to implement Paypal Pro(To make the payment on the site without redirecting to paypal), After googling i decided to make a component for Paypal Pro. How to use:- 1. Define your API details i...
ShortenComponent - A Component for URL Shortening
Published by ViZi0naRy on 13/9/11
I needed a way to generate Short URL's for my blog posts (like WordPress is able to do) on-the-fly, this ShortenComponent was what I came up with, supporting a range of URL shorteners. I'm putting it here in hopes that someone finds it useful.
Website Title and Character Set Component
Published by abailiss on 5/9/11
This component allows you to pass a URL to one of its functions and retrieve an external page's and character set.
Usage:
- Add the website.php component to your "/app/controllers/components" folder, an...
Website Title and Character Set Component
Published by abailiss on 4/9/11
This component allows you to pass a URL to one of its functions and retrieve an external page's and character set.
Usage:
Add the website.php component to your "/app/controllers/components" folder, and...
Post/Redirect/Get design pattern component
Published by luciansabo on 12/8/11Post/Redirect/Get (PRG) is a common design pattern for web developers to help avoid certain duplicate form submissions and allow user agents to behave more intuitively with bookmarks and the refresh button. When a web form is submitted to a ser...
Attempt Component
Published by cyberthom on 6/7/11A simple component to protect sensitive actions from brute force attacks. Fork away on https://github.com/cyberthom/Attempt-Component
TwitterComponent for CakePHP
Published by nitsche on 30/6/11Since longer time I searched for solution to connect my app with Twitter via their OAuth-Authentication. But there was nothing what was so good for me, beacause most of this code snippets had no correct solution for OAuth and the connection to Tw...
LogUtil Component
Published by milad.jafary on 5/6/11LogUtil is a useful component for having logs in your application.By this component you could saved your application logs in database so that you could design an interface for users and administrator could track users activity.
Default action component
Published by tomas_maly on 27/4/11I created a component to fallback onto a default action (if not found), so arbitrary URLs could be handled for pretty URLs (slug-based), such as having "/pages/pricing" call Pages->view('pricing'). Using this approach (instead of traditional r...
