I installed geos extension for php, and intended to use it in my phalcon project, my project is using namespace. Methods calls like GEOSVersion() works fine, but when I want to create an instance for a geos class such as GEOSWKTReader, it always report error for can't find the class('myproject\util\GEOSWKTReader').
Is there any way to use the extensive class? or set the namespace to root?