on 18/2/09
This has been blogged about before, but I figured I'd cover it here as well in order to carve out a spot on the web for some feedback.
In a nutshell, I've created a simple RESTful server that
allows people to upload and update, search for, download, and
install CakePHP plugins. Thanks to my good friend Garrett
Woodworth, the server is actually a plugin itself. This will
allow you to set up your own plugin server by dropping the code
into /app/plugins and making sure that the
plugin's routes get parsed. Super simple.
The beta I've had up for a month or so already has a few hundred downloads (most of which consist of my PayPal plugin and Mark Story's awesome Debug Kit plugins.) If you have a few seconds, check it out at plugins.thoughtglade.com. The installation instructions are simple.
Here are a few of the planned feature additions:
If you have any ideas for the setup, please send me a note or leave a comment.