Skip to content

TuanLu/lotusapp

Repository files navigation

Slim + Medoo

Using Medoo with Slim3.

Read the post here about this repository.

Setup

# Installation
$ composer install

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

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

Dependencies

  • 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.
  • Medoo - The lightest PHP database framework to accelerate development.
  • 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).

Setup Virtual Host

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published