Installation
Installations can be performed by downloading packages individually and then configuring autoloader or using Composer.
Composer
To start a new project, do the following:
composer create-project natanfelles/app
If you want to use only a specific library, do this:
composer require natanfelles/http
See all libraries here.