Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joseluisq/composer-essentials
Some PHP Composer global packages.
https://github.com/joseluisq/composer-essentials
composer global packages php
Last synced: 22 days ago
JSON representation
Some PHP Composer global packages.
- Host: GitHub
- URL: https://github.com/joseluisq/composer-essentials
- Owner: joseluisq
- Created: 2017-02-28T07:34:50.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-28T07:55:26.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T04:23:29.744Z (9 months ago)
- Topics: composer, global, packages, php
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# composer-essentials
> Some PHP [Composer](https://getcomposer.org) global packages.Needs [latest Composer version](https://getcomposer.org/download/) installed before.
## Packages
```sh
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](./install.sh):via cURL:
```sh
$ curl -o- https://raw.githubusercontent.com/joseluisq/composer-essentials/master/install.sh | bash
```or Wget:
```sh
$ wget -qO- https://raw.githubusercontent.com/joseluisq/composer-essentials/master/install.sh | bash
```View [Packagist site](https://packagist.org/) for more awesome Composer packages.
## License
[![CC0](http://i.creativecommons.org/p/zero/1.0/88x31.png)](http://creativecommons.org/publicdomain/zero/1.0/)
To the extent possible under law, [José Luis Quintana](http://git.io/joseluisq
) has waived all copyright and related or neighboring rights to this work.