PHPEnv
HomeBrew
PHPEnv | HomeBrew | |
---|---|---|
6 | 1,354 | |
1,734 | 44,176 | |
1.8% | 0.9% | |
8.0 | 10.0 | |
3 months ago | 7 days ago | |
Shell | Ruby | |
MIT License | BSD 2-clause "Simplified" License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PHPEnv
-
Are there any plans on making PHP 8 a normal apt repository?
If you don’t want to use docker, I’d suggest looking at PHP Brew or phpenv
-
How did you setup LEMP on mac?
Note that it won’t be practical for all cases. If you really want to run native services and multiple environments just use Homebrew to install stuff and an env manager like phpenv.
-
How can I use php7.2 and php7.3 in the same system on Arch Linux? AUR packages.
I advise you to learn about docker, but yes, there is a tool like nvm, that is https://github.com/phpenv/phpenv
-
I've got a server running Debian 10 with PHP 8 installed -- but I want to use an API that requires PHP 7 or 5.6. Any way to install 2 versions of PHP, or downgrade to 7??
I've not tried it, but https://github.com/phpenv/phpenv might be what you need. I use the Java, Groovy, Python and node versions of this, and they work extremely well.
-
Does anyone have/know of any tools to change PHP versions on ARCH like archlinux-java?
https://github.com/phpenv/phpenv does the job for me
-
Best Approaches to Install PHP on Pop_OS/Ubuntu/Linux
I use phpenv personally, but using the official PPAs at https://deb.sury.org/ is the most maintainable. phpenv lets you set a PHP version per folder, globally, or even temporarily. I am constantly switching between PHP versions during the day and it was easier than messing around with update-alternatives (contrast with Java, where I use update-alternatives because the version switching is much less day-to-day for me)
HomeBrew
-
Building a Smart Session Tracker for Your Mac's Menu Bar
If you don't have Homebrew installed, grab it from brew.sh first.
- Use Plain Text Email
-
ServBay alternatives - docker-xampp, laragon, and HomeBrew
4 projects | 26 Jun 2025
-
Find & Delete Duplicate Files on Windows & Mac Programmatically
Installation (using Homebrew): If you don't have Homebrew installed, you can get it from https://brew.sh.
-
Setting Up PostgreSQL on macOS: A Fresh Start Guide
Since you're on macOS, Homebrew is your friend for installing and managing software like PostgreSQL. If you don't have Homebrew installed yet, head to brew.sh and follow the installation instructions.
- Ask HN: What project do you donate to?
-
How to for developers: Mastering your corporate MacBook Setup
Homebrew is the go to for developer using MacOs to be able to install applications. It's the equivalent of Aptitude in Ubuntu.
-
Debian GNU/Linux in VirtualBox on MacOS M1 to Practice Kubernetes
Install Vagrant using Homebrew:
-
Homebrew 4.5.0
Thanks for the kind words <3
Rewrite in Rust: never :)
A non-Ruby frontend may be possible but, fundamentally, the Formula DSL is Ruby and we couldn't feasibly move to another language without breaking backwards compatibility with everything.
The "update tons of stuff you never asked for": we're working on this: https://github.com/Homebrew/brew/issues/19202
Performance in general: we're doing what we can to improve it wherever possible. Ruby makes this harder but it is getting better rather than worse at this point.
-
Sapphire: Rust based package manager for macOS
> I wonder if you can get away with not doing parallel downloads, but just keep the sequential downloads going in the background while it is installing a package?
I could be wrong, but I believe multiple people, including maintainers, have looked into exactly that :-)
(I also need to correct myself: there is some work ongoing into concurrent downloads[1]. That work hasn't hit `brew install` yet, where I imagine the question of concurrent traffic volume will become more pressing.)
[1]: https://github.com/Homebrew/brew/issues/18278
What are some alternatives?
PHP Brew - Brew & manage PHP versions in pure PHP at HOME
spack - A flexible package manager that supports multiple versions, configurations, platforms, and compilers.
VirtPHP
Chocolatey - Chocolatey - the package manager for Windows
HomeBrew PHP
Visual Studio Code - Visual Studio Code