anoblet / application

A quick serialization application that creates direct access to DOM elements via PHP.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A quick serialization application that creates direct access to DOM elements via PHP.

License:MIT License


Languages

Language:HTML 54.5%Language:PHP 30.6%Language:JavaScript 12.8%Language:CSS 1.8%Language:Shell 0.3%