Skip to content

Latest commit

 

History

History
executable file
·
31 lines (21 loc) · 1.22 KB

README.md

File metadata and controls

executable file
·
31 lines (21 loc) · 1.22 KB

Slim Modular

Creating a modular Slim application.

Quick Setup

# Dependencies
$ composer update

# Production build
$ cd [my-app-name]
$ php -S 0.0.0.0:8181 -t public

Then, access the app at http://localhost:8080/

Dependencies

General

Database

  • Doctrine DBAL - Powerful database abstraction layer with many features for database schema introspection, schema management and PDO abstraction.
  • Eloquen - The Illuminate Database component is a full database toolkit for PHP, providing an expressive query builder, ActiveRecord style ORM, and schema builder.
  • Medoo - The lightest PHP database framework to accelerate development.