Skip to content

GabrielDSousa/Alura-PHP_Composer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Composer

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

About

Dependencies, Autoload and Publishing

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages