For getting plural form of any English word the plural($string) function is handy. Like singular($string), the function plural($string) also return string result.
plural($string)
singular($string)
string
echo plural("book"); //prints 'books'