antistupid/hasty-skeleton

skeleton code for Hasty php framework

Installs: 3

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 3

Forks: 0

Language:HTML

pkg:composer/antistupid/hasty-skeleton

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

This package is not auto-updated.

Last update: 2025-12-17 02:01:28 UTC


README

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