Skip to content

Sheitak/my-little-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

php-logo

My Little Framework

Followed by Fabien Potencier's tutorial and Lior Chamla's explanations for understanding and creating his own PHP framework based on Symfony.

Installation

composer install

Local Server

php -S localhost:8000 -t public

Unit Tests with PHPUnit

vendor/bin/phpunit tests --colors=always

About

PHP framework creation based on Symfony

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published