Download the PHP package monsieurbon/tiny-skeleton without Composer
On this page you can find all versions of the php package monsieurbon/tiny-skeleton. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package tiny-skeleton
Tiny PHP Framework Skeleton Application
This is a skeleton application to quickly start a new project with the Tiny PHP framework. Use composer to create a new project.
Create new Project
Run this command from the directory in which you want to create the project
Replace [new-app-name]
with the directory name for your new application.
Webserver
Built-in PHP webserver
To start using the skeleton application run
This will start the hello world application. Point your browser at http://localhost:8080/hello/World
.
Apache, Nginx, etc.
Make sure you configure your webroot to be web/
.
All versions of tiny-skeleton with dependencies
PHP Build Version
Package Version
Requires
monsieurbon/tiny Version
^1.0
The package monsieurbon/tiny-skeleton contains the following files
Loading the files please wait ....