Skip to content

joseluisq/composer-essentials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

composer-essentials

Some PHP Composer global packages.

Needs latest Composer version installed before.

Packages

composer global require \
"laravel/installer" \
"squizlabs/php_codesniffer=*" \
"friendsofphp/php-cs-fixer" \
"phpunit/phpunit"

Install

Once that Composer has been installed in your computer, run the install script:

via cURL:

$ curl -o- https://raw.githubusercontent.com/joseluisq/composer-essentials/master/install.sh | bash

or Wget:

$ wget -qO- https://raw.githubusercontent.com/joseluisq/composer-essentials/master/install.sh | bash

View Packagist site for more awesome Composer packages.

License

CC0

To the extent possible under law, José Luis Quintana has waived all copyright and related or neighboring rights to this work.

About

Some PHP Composer global packages.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages