I am currently performing unit tests on my code (using PHPUnit and Jenkins) but I have read a lot about integration testing.
Are there any tools to perform this
In case you want to whitebox test specific classes that interact with infrastructure, I've created a PHPUnit extension for it.
https://github.com/hrodic/php-integration-testing
It's minimal and simple. You just need to have PHPUnit.