Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev authored Jan 3, 2019
1 parent e0906ce commit f4a094c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# kabel/php-ext
Core PHP extension formulae for the Homebrew package manager. These extensions are not a part of [Homebrew/core](https://github.com/Homebrew/homebrew-core/) because they are either not popular enough or have known stability problems.
# SMillerDev/php-ext
PHP extension formulae for the Homebrew package manager. These extensions are not a part of [Homebrew/core](https://github.com/Homebrew/homebrew-core/) because they are either not popular enough or have known stability problems.

Other extensions that used to be available from, the now deprecated, [Homebrew/php](https://github.com/Homebrew/homebrew-php/) should be installed through [PECL](https://pecl.php.net/).

## How do I install these formulae?
`brew tap kabel/php-ext` then `brew install <formula>`
`brew tap smillerdev/php-ext` then `brew install <formula>`

## Troubleshooting
First, please run `brew update` and `brew doctor`.
Expand All @@ -15,3 +15,6 @@ Second, read the [Troubleshooting Checklist](https://docs.brew.sh/Troubleshootin

## License
Code is under the [BSD 2-clause "Simplified" License](https://github.com/Homebrew/homebrew-core/blob/master/LICENSE.txt).

## Credits
Thanks @kabel, I happily copied this.

0 comments on commit f4a094c

Please sign in to comment.