- you should remove require statement - you must use composer to handle autoloading - file name must be in a valid namespace directory (see PSR-0) - the `class` keyword must be removed - you need to add PHPUnit tests - add proper PHP Doc
classkeyword must be removed