XML Creator

Jul 01, 2011 No Comments by

This is a class that I found laying around, and I decided to share it. It is used to generate a valid XML , and to send it to an API / Gateway. It is made to be …

PHP, XML Read more

Simple SERP Tracker PHP class

May 08, 2011 4 Comments by

Recently I had some thoughts about the way the searching for a position should be, and since I couldn’t stop thinking about it, I’ve decided to to come up with something I believe should be a good and …

PHP, Programming Read more

Connect to a PHP Soap server using .Net client

Apr 04, 2011 2 Comments by

I noticed that there are a lot of questions about consuming a SOAP service from a PHP Server with a .Net client created by Visual Studio, so I decided to put some light on the subject. It looks …

Programming Read more

SOAP API using Kohana 3 and Zend AutoDiscovery

Apr 03, 2011 3 Comments by

As the title said, I had to create a SOAP Server on a Kohana3 (KO3) Framework recently, and I decided to share my experience. Up until now I was always using NuSoap or just generating the wsdl file …

PHP, Programming Read more