Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
We should use PHP's autoload mechanism to load classes instead of explicitly include them. This will both simplify the code and only load the needed classes at runtime.