/new

Primary LanguagePHPMIT LicenseMIT

Application Abstract

  • The application will be created through a singleton instance and accessed on the global scope - Done
  • The application will respond with a document that can be formatted in HTML, XML, and JSON
  • Our initial request will be HTML
  • Create a valid entry point which protects against server-side configurations - Done
  • Our application will adhere to PSR standards
  • Models persist to a database
  • Use plurals when defining subdirectories