A playing project (no clear objective), except to quickly try some technologies.
- some symfony components in isolation (not using the symfony framework)
- console
- filesystem
- dependency injection
- unit test with vfsStream
- phpunit coverage
- coveralls
- scrutinizer
- phpDocumentator
php app/app.php get http://www.google.com
vendor/bin/phpunit -c app/
vendor/bin/phpdoc -d ./src -t ./docs/api --template="clean"
composer install