antistupid / hasty-skeleton
skeleton code for Hasty php framework
v0.1
2016-01-07 18:53 UTC
Requires
- php: >=5.4.0
- antistupid/hasty: *
This package is not auto-updated.
Last update: 2024-11-05 20:59:45 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...