Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 405 Bytes

File metadata and controls

15 lines (12 loc) · 405 Bytes

Smith

Smith is an extra small PHP7 library and framework, that aims at providing basic tools to quickly build applications, while using as few dependencies as possible.

Implemented features

  • Routing
  • HTTP Response/Request wrappers
  • Template engine abstraction layer
  • Console application support

Work-In-Progress

  • ORM

To do

  • More abstract service layer ?
  • Automatable REST API builder