gabsdsousa/php_composer

Project that catch a trainning list from the site Alura

v1.1.1 2020-05-21 14:38 UTC

README

PHP Composer: Dependencies, Autoload and Publishing

This a trainning provided by Alura

In this trainning I'm learning:

  • Manage depedencies
  • Autoload of classes and function
  • Integrate tools like PHPUnit
  • Automate routine tasks with scripts
  • Publish and amke versions of your packages

Installation

Use the package manager to install php. On Windows I'm using Chocolatey

choco install php

Intall the Composer

Usage

Download the packcage shared on Packagist using the bash

composer require gabsdsousa/php_composer ^1.1.1

Run on terminal

vendor/bin/training-looker.php.bat

And will show all the php trainnings Alura offers.

License

MIT