Insert MySQL table data into Elasticsearch using PHP

I just released a tool, mySQLtoes which selects mysql data from the specified table and insert it into Elasticsearch indexes. I know the most common way to insert data from mysql to elasticsearch is to use JDBC driver of Elasticsearch, but due to the environment that I was developing on I needed to do some data …