Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

lautiamkok/slim-modular

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.