Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sheitak/my-little-framework

PHP framework creation based on Symfony
https://github.com/sheitak/my-little-framework

php phpunit symfony symfony-component

Last synced: 2 months ago
JSON representation

PHP framework creation based on Symfony

Awesome Lists containing this project

README

        

php-logo

## My Little Framework

Followed by [Fabien Potencier's tutorial](https://symfony.com/doc/current/create_framework/index.html) 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```