lautiamkok / slim-modular

Creating a modular Slim application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Slim Modular

Creating a modular Slim application.

Read the post here about this repository.

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:8181/

Dependencies

General

  • Slim - A PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
  • Monolog - Sends your logs to files, sockets, inboxes, databases and various web services
  • The League Container (Dependency Injection) - A simple but powerful dependency injection container.
  • ramsey/uuid - A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).

Database options

  • 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.


Languages

Language:PHP 100.0%