I think I got it in the end : D
- yum install php-magickwand
- yum install php-pear [for PECL]
- yum install ImageMagick
- yum install ImageMagick-devel
- pecl install imagick-2.2.1
- yum -y install php-devel [to over come sh: phpize: command not found error]
- pecl install imagick-2.2.1
Thanks for pointing me in the right direction !
It's installed now, show up on the phpinfo but I am not sure as to where it is installed or what I need to do next to get it installed.