This class can can convert text with an amount to its numeric value.
It takes a text string with a number or money amount in English and converts it to the respective number.
The class can automatically detect the numbers using native English or Indian alternatives, like billion or crore.
It returns either the number as integer or formatted string according to the detected number system.
It can deal with words entered in different order, or add values of expressions that represent sums of the numbers like "twelve hundred and twelve hundred and twenty three hundred".
This class can search for books using Google Books API.
It takes an array of optuons and sends HTTP requests to Google Books API Web server using either file_get_contents or curl.
The class retrieves and decodes the results and store it in an array that lists the found books title, authors, publisher, categories, ISBN and thumbnail URL.
The search parameters include the book title, categories, start index, results limit, and get book details.