diff --git a/.travis.yml b/.travis.yml
new file mode 100644
index 0000000..479cd65
--- /dev/null
+++ b/.travis.yml
@@ -0,0 +1,5 @@
+language: php
+
+php:
+ - 5.4
+ - 5.5
diff --git a/README.md b/README.md
index d14ac9d..f1af987 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,17 @@
-Force.com Toolkit for PHP
-=========================
+# Force.com Toolkit for PHP
-EDIT
-----
+The Force.com PHP Toolkit provides an easy-to-use wrapper for the Force.com Web Services SOAP API, presenting SOAP client implementations for both the enterprise and partner WSDLs.
+
+See the [getting started guide](http://wiki.developerforce.com/index.php/Getting_Started_with_the_Force.com_Toolkit_for_PHP) for sample code to create, retrieve, update and delete records in the Force.com database.
+
+## This specific packages notes
+
+[![Latest Stable Version](https://img.shields.io/packagist/v/davispeixoto/force-dot-com-toolkit-for-php.svg)](https://packagist.org/packages/davispeixoto/force-dot-com-toolkit-for-php)
+[![Total Downloads](https://img.shields.io/packagist/dt/davispeixoto/force-dot-com-toolkit-for-php.svg)](https://packagist.org/packages/davispeixoto/force-dot-com-toolkit-for-php)
+[![SensioLabsInsight](https://insight.sensiolabs.com/projects/eca47fa7-9ab3-431f-b551-217118408f1a/small.png)](https://insight.sensiolabs.com/projects/eca47fa7-9ab3-431f-b551-217118408f1a)
+[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/davispeixoto/Force.com-Toolkit-for-PHP/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/davispeixoto/Force.com-Toolkit-for-PHP/?branch=master)
+[![Codacy Badge](https://www.codacy.com/project/badge/7c3e856c500046a882d061c09ed5aaca)](https://www.codacy.com/app/davis-peixoto/Force-com-Toolkit-for-PHP)
+[![Build Status](https://travis-ci.org/davispeixoto/Force.com-Toolkit-for-PHP.svg?branch=master)](https://travis-ci.org/davispeixoto/Force.com-Toolkit-for-PHP)
This fork is intended to make the Force.com Toolkit for PHP in packagist and will be used in my personal project to its classes and facilities available to be used in a Laravel 4 port.
@@ -10,9 +19,8 @@ The changes made by me (Davis Peixoto) are minor and won't change the core class
Once the main project by [developerforce](https://gitub.com/developerforce/) is available though composer, this fork can be dropped and replaced by the original.
-Force.com Toolkit for PHP
-=========================
-
-The Force.com PHP Toolkit provides an easy-to-use wrapper for the Force.com Web Services SOAP API, presenting SOAP client implementations for both the enterprise and partner WSDLs.
-
-See the [getting started guide](http://wiki.developerforce.com/index.php/Getting_Started_with_the_Force.com_Toolkit_for_PHP) for sample code to create, retrieve, update and delete records in the Force.com database.
+About the fixes:
+- I've just removed all unused code from composer point of view. I've ported all classes into src folder, and kept all of them into a separated file (there was some files with multiple classes).
+- I've formatted code into PSR-1/PSR-2 format
+- I've changed some methods signatures, changing their type, like from **date** to **string**, in order to give them the proper type according to current usage. I've not added/removed parameters from phpdoc signatures, despite the high amount of errors.
+- I've added a backslash for some classes calls such as SoapClient, as needed by PSR context loading.
diff --git a/wsdl/enterprise.wsdl.xml b/wsdl/enterprise.wsdl.xml
index 39db29c..14a9256 100644
--- a/wsdl/enterprise.wsdl.xml
+++ b/wsdl/enterprise.wsdl.xml
@@ -6299,4 +6299,4 @@ All Rights Reserved
-
\ No newline at end of file
+
diff --git a/wsdl/metadata.wsdl.xml b/wsdl/metadata.wsdl.xml
index fed5bd9..84ed531 100644
--- a/wsdl/metadata.wsdl.xml
+++ b/wsdl/metadata.wsdl.xml
@@ -3334,4 +3334,4 @@ Copyright 2006-2010 Salesforce.com, inc. All Rights Reserved
-
\ No newline at end of file
+
diff --git a/wsdl/partner.wsdl.xml b/wsdl/partner.wsdl.xml
index 3bb5766..e0369cd 100644
--- a/wsdl/partner.wsdl.xml
+++ b/wsdl/partner.wsdl.xml
@@ -3128,4 +3128,4 @@ All Rights Reserved
-
\ No newline at end of file
+