18 lines
655 B
Markdown
18 lines
655 B
Markdown
|
# ProVM Basic Web Project
|
||
|
|
||
|
Basic structure for files and folders common for every web project.
|
||
|
|
||
|
## Includes
|
||
|
|
||
|
+ [Slim](http://slimframework.com/)
|
||
|
+ [Nyholm/Psr7](https://github.com/Nyholm/psr7)
|
||
|
+ [Nyholm/Psr7-Server](https://github.com/Nyholm/psr7-server)
|
||
|
+ [PHP-DI/Slim-Bridge](https://github.com/PHP-DI/Slim-Bridge)
|
||
|
+ [Slim-Blade](https://github.com/rubellum/Slim-Blade-View)
|
||
|
+ [Slim-Whoops](https://github.com/zeuxisoo/php-slim-whoops)
|
||
|
+ [PHP dotenv](https://github.com/vlucas/phpdotenv)
|
||
|
+ [jQuery](https://jquery.com/)
|
||
|
+ [Fomantic-UI](https://github.com/fomantic/Fomantic-UI)
|
||
|
+ [PHPUnit](https://phpunit.de/)
|
||
|
+ [Kint](https://kint-php.github.io/kint/)
|