Posted on : 01-09-2011 | By : Cool Geex | In : API, PHP / MySql, SendGrid
0
Like promised in my last SendGrid post here, I’m extending SendGrid PHP Library.
The new github project hosted here: https://github.com/alonbendavid/SendGrid-PHP-Library
Now includes Newsletter and Web API’s

SendGrid is a cloud-based email infrastructure relieves businesses of the cost and complexity of maintaining custom email systems.
SendGrid provides reliable delivery, scalability and real-time analytics along with flexible API’s that make custom integration a breeze.
The only thing is that SendGrid is a new company and no one yet created a good PHP library for their API.
Today I created one and published it on github.com , in the near future I plan to complete the full library for all of their services.
You can find it here: https://github.com/alonbendavid/SendGrid-Newsletter-PHP-Library
Posted on : 30-08-2011 | By : Cool Geex | In : Cloud, PHP / MySql, Rackspace
1

I love Rackspace cloud, I use them for all of my projects.
The only thing that lack with Rackspace Cloud is a good DNS control panel.
Recently Rackspace announced the Rackspace Cloud Domain Name Service (DNS) API
This service will allow customers to programmatically create and manage their DNS records.
I looked for a PHP class and I found php-cloudDNS on github.com. The class is pretty great but misses few functions and US cloud support.
So I forked it, edited it and submitted it here : https://github.com/alonbendavid/php-cloudDNS
Check out sample.php for code samples.
Posted on : 10-08-2009 | By : Cool Geex | In : PHP / MySql
0

Few Years ago I wrote an email validator function for sites forms, one that I used until I found email address validator from Google Code.Enjoy the code by clicking the download now button.