Hi.
I saw you already closed related issue #19. But please check this issue.
Your functions doesn't marked as static method, but your README example wrote in static method usage.
It causes warning in PHP.
I confirmed that code works in static or non-static both. But class doesn't have constructor, so I think It will be called by static way always.
How about add static keyword to functions? Maybe I can open PR to this but you closed related issue in past so I open this issue first.
Thanks.