Searching using PHP APIs

I would like to search for specific words in elasticsearch. I went through this link. https://www.elastic.co/guide/en/elasticsearch/guide/current/_postcodes_and_structured_data.html. I would to do SQL kind of queries, e.g message LIKE %test%. How would I do it using Elastica PHP APIs?