Consuming API with cake 2.x

Good Day everyone, please do you have a tutorial that can teach me how to consume an api with cakephp ?

I want to consume the below api with my cakephp application.

https://unplag.com/check-api/

Your help will be appreciated.

Thanks

If the API doesn’t require any kind of login / auth-token generation, which appears to be the case here, then you could simply get / post data to and from the documented API endpoints via HTTP Sockets: http://book.cakephp.org/2.0/en/core-utility-libraries/httpsocket.html