Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sheitak/my-little-framework
- Owner: Sheitak
- Created: 2021-03-14T12:34:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T12:46:28.000Z (almost 4 years ago)
- Last Synced: 2024-10-13T06:20:53.878Z (3 months ago)
- Topics: php, phpunit, symfony, symfony-component
- Language: PHP
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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```