simplyphp/framework

The Simply PHP is lightweight web application framework.

Installs: 330

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/simplyphp/framework


README

will update soon.

installation

composer create-project reyjhon/simple-php awesome

About Simply

The Simple PHP is lightweight web application framework.

  • Uses Model, View, Controller Pattern.
  • Simple Routing engine.
  • Using namespace in classes with autoloading.
  • Controllers with method filters.
  • Beatiful and Elegant Syntax.
  • Uses Twig Template Engine (optional).
  • Models with resource-friendly connectivity.
  • Evironment Configuration.
  • Error Handling and Reporting.
  • Easily manage dependency using composer.