atoum macOS formulae for the Homebrew package manager
The Homebrew php
tap is required : brew tap homebrew/homebrew-php
The first thing you will have to do is setup the atoum/homebrew-atoum
tap:
brew tap atoum/homebrew-atoum
Once done, you will have acces to several formulae:
Formula | atoum version |
---|---|
atoum@3.1 |
dev-master |
atoum |
3.0.0 |
atoum@2.9 |
2.9.0 |
atoum@2.8 |
2.8.2 |
To install a formula, run one of these commands:
brew install atoum
brew install atoum@2.8
Homebrew will install atoum in the Cellar and you will be able to run it using the atoum
command.
Every formulae will provide a atoum
script. You will probably need to use link
/unlink
to manage them:
brew install atoum@2.8
#...
atoum
atoum version 2.8.2 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.8.2/libexec/atoum.phar)
brew install atoum
#...
atoum
atoum version 2.8.2 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.8.2/libexec/atoum.phar)
brew unlink atoum@2.8 && brew link atoum
#...
atoum
atoum version 2.9.0 by Frédéric Hardy (phar:///usr/local/Cellar/atoum/2.9.0/libexec/atoum.phar)
homebrew-atoum is released under the BSD-3-Clause. See the bundled LICENSE file for detail.