Skip to content

A simple example of a PHP framework

Notifications You must be signed in to change notification settings

cba85/webstart-php-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webstart PHP framework

For demonstration purpose only

A simple example of a PHP framework made for Webstart school.

Webstart logo

Install

$ composer install

Set up env variables by copying and setting .env.example file contents in a .env file.

Usage

$ php -S 0.0.0.0:8080 -t public/
# or
$ composer run serve

Dependencies

See composer.json file for all dependencies

  • .env file
  • Carbon for dates
  • League route as router
  • Twig for template engine

Dev

  • Whoops error
  • Faker

About

A simple example of a PHP framework

Topics

Resources

Stars

Watchers

Forks