antistupid/hasty-skeleton

skeleton code for Hasty php framework

v0.1 2016-01-07 18:53 UTC

This package is not auto-updated.

Last update: 2024-06-18 19:20:57 UTC


README

Intro

Hasty is a PHP framework that ships FastRoute, Doctrine and Twig, etc.

Get Started

$ composer create-project -s dev antistupid/Hasty-Skeleton <APPNAME>
$ cd <APPNAME>
$ CONFIG=config.php:development php -S 0:8080 -t public/

Go to http://localhost:8080/ and follow the instruction.

Todo

This code is a draft version now. Here is Todo list.

  • global logging
  • session driver
  • configuration
  • add more...