I am searching and trying to learn Alchemy API. However, I am not able to use that API with PHP. Can anybody tell me how to use this API? For instance I would like to categorize the text so I will use textGetCategory PHP method. How to use this method in my PHP files I want to know this.
Thanks.
I am searching and trying to learn Alchemy API. However, I am not able
Share
I have a simple wrapper around the APIs they provide via their PHP classes, maybe you can start from this code and add the methods that you require.
Just change the paths in the
__constructas well as adding your API key and you’re set to use it.