Skip to content

monsoon-universe/slim-modular

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Creating a modular Slim application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%