Installing PHP tools using RPM in Redhat Linux

Hi there,
I am trying to install few PHP tools in my Linux server by creating RPMs from source ( tar.gz) files. The issue here is that the tar.gz files does not have a configure file and so I am not able to do
./configure
make
install
opertations. I tried downloading src.rpms of these tools, but they have huge xml files that produce some syntax error and not able to proceed.

One example of the tool i tried to install is PHP-Code Sniffer.

Please help !!!