chmac: php

Sort by: Date / Title / URL

  1. https://www.appfog.com/
    PaaS offering for a wide range of platforms, free up to 8 servers, 2G of ram, 100M database. Supports, PHP, Node.js and more.
  2. https://forums.aws.amazon.com/thread.jspa?messageID=250673
    Very helpful thread that explains a simple one-line fix to curl problems with the PHP AWS SDK on Ubuntu 8.04 (slice1).
  3. http://nuts-and-bolts-of-cakephp.com/2012/07/18/cakephp-mongodb-introduction/
    Useful intro to using MongoDB with CakePHP. Works quite nicely, load the plugin, specify your model should use Mongo, and boom, you're in business.
  4. https://github.com/CakePHP-Copula
    An API framework for CakePHP. They've implemented the Twitter API, and a handful of others. Very cakey, fits into the whole CakePHP approach very well. Not sure if it'll actually be that useful or not.
  5. http://cloudcontrol.com/
    Scalable PHP PaaS service. Based on the concept of "boxes", which handle 2 simultaneous requests each, and can scale up and down dynamically. So 12 concurrent requests equals 6 boxes. Strange, but potentially cost effective for traffic peaks.
  6. http://uniprogy.com/
    Good loooking Groupon clone with a seemingly low $200 price tag but a huge list of extra paid-upgrade modules.
  7. http://www.sitepoint.com/article/developing-facebook-platform
    An article from Sitepoint.com on how to develop PHP apps for Facebook
  8. http://westhoffswelt.de/blog/0046_from_revelation_security_to_android_password_managers.html?_=1344537066
    Useful article about exporting data from revelation into a CSV ready for import into secrets, an Android password manager. Useful PHP script Revtrans which can decrypt and read the native revelation file format. Very handy.
  9. http://fuelphp.com/
    A PHP framework, meant to be fast to build. Don't know much. Hat tip Richard Flett.
    29-09-2012 to , , , , ,
  10. http://www.glype.com/
    A web based proxy script powered by PHP and curl, not free, released under a proprietary license, removing the "powered by glype" link costs money. Free as in beer.
    08-09-2010 to , , , , ,
  11. http://clonedealaday.com/
    Seemingly simple Groupon clone script for $69 USD, paid in Brazilian Real's. :-)
  12. http://www.agriya.com/groupon-clone
    A groupon clone site from Agriya, an Indian software company. No pricing information readily available online. Featured in the New York Times apparently, hap tip Glyn. Built on CakePHP.
  13. http://wroupon.com/
    Nice(ish) looking groupon clone, $350. Appears to be built on PHP / MySQL. Looks like a unique product, unlike many of the others that appear to be clones of each other.
  14. http://www.ndot.in/products/ndotdeals-opensource-groupon-clone/
    Groupon clone, claims to be open source but blatantly is not, pro version starts at $145, premium is "contact us" pricing.
  15. http://groupscript.net/
    One of the many sites that appear to offer identical groupon clone scripts for $400.
  16. http://programmersnotes.info/2009/03/04/handling-application-parameters-in-yii-using-the-database/
    Very helpful article on how to store option or config data Yii in a database. Also includes a quick overview (the useful part for me!) of how to access data stored in a config file. Nifty. :-)
  17. http://www.spoon-library.com/
    A PHP5 library that claims to be fast, easy to learn and fun. By the folks who make a twitter PHP class.
  18. http://kohanaphp.com/
    Kohana is an object orientated PHP framework that uses the MVC architecture.
  19. http://raymorgan.net/web-development/how-to-obfuscate-integer-ids/
    Interesting article on how to obfuscate integer IDs by creating secure hashes which can be verified. Produces long hashes, but they are tamper proof.
  20. http://wpmu.org/scaling-wordpress-wpmu-buddypress-like-edublogs/
    Interesting write up by James at Incsub on how they handle scale on edublogs. Some good advice although a little light on specifics, a good starting point for research.
  21. http://www.ramirezcobos.com/2010/11/06/how-to-use-swfuploads-yii-extension/
    A handy article explaining how SWFUpload was integrated into Yii. Useful example of creating a view and controller.
  22. https://github.com/ichikaway/cakephp-mongodb
    The CakePHP MongoDB plugin. Include the plugin, create a model, flag it to be sent to Mongo, and boom, your'e in business. Simple, elegant.
  23. http://kencochrane.net/blog/2011/06/django-hosting-roundup-who-wins/
    Article mentioning a selection of django hosting providers that provide "managed hosting". Very useful, some great companies.
  24. http://kohanaframework.org/
    A supposedly fast PHP framework, at least fast to build. Don't know much else.
    29-09-2012 to , , , , ,
  25. http://blog.outer-court.com/archive/2005-02-13-n32.html
    How to Log IRC through PHP

First / Previous / Next / Last / Page 1 of 2