Skip to content

Commit 5dca4a4

Browse files
🚀 Version 25.08
2 parents 80bcbd0 + 1966ee0 commit 5dca4a4

File tree

64 files changed

+839
-106
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+839
-106
lines changed

PHP Monitor.xcodeproj/project.pbxproj

Lines changed: 136 additions & 28 deletions
Large diffs are not rendered by default.

PHP Monitor.xcodeproj/xcshareddata/xcschemes/PHP Monitor.xcscheme

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@
111111
value = ""
112112
isEnabled = "NO">
113113
</EnvironmentVariable>
114+
<EnvironmentVariable
115+
key = "PHPMON_MARKETING_MODE"
116+
value = ""
117+
isEnabled = "NO">
118+
</EnvironmentVariable>
114119
</EnvironmentVariables>
115120
</LaunchAction>
116121
<ProfileAction

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55

66
**PHP Monitor** (or *phpmon*) is a lightweight macOS utility app that runs on your Mac and displays the active PHP version in your status bar. It's tightly integrated with [Laravel Valet](https://github.com/laravel/valet), so <u>you need to have it set up if you want to use all of the functionality of the app</u> (consult the FAQ below with info about how to set up your environment).
77

8-
<img src="./docs/screenshot.jpg" width="1280px" alt="phpmon screenshot (menu bar app)"/>
8+
<img src="./docs/screenshot@2x.jpg" width="1280px" alt="phpmon screenshot (menu bar app)"/>
99

10-
<small><i>Screenshot: Showing the key functionality of PHP Monitor.</i></small>
10+
<small><i>Screenshot: Showing the key functionality of PHP Monitor. You can switch between PHP versions, manage PHP installations, install extensions, manage domains, and much more.</i></small>
1111

12-
It's super convenient to switch between different versions of PHP. You'll even get notifications (only if you choose to opt-in, of course)!
12+
It's super convenient to **globally switch** between different versions of PHP. This applies the selected version of PHP as the default on your system.
13+
14+
If you prefer, you can also **pick a PHP version on a per-site basis** (this uses Valet's site isolation feature) which is very helpful.
1315

1416
<img src="./docs/notification.png" width="370px" alt="phpmon screenshot (notification)"/>
1517

1618
PHP Monitor also gives you quick access to various useful functionality (like accessing configuration files, restarting services, and more).
1719

18-
You can also add new domains as links, isolate sites, manage various services, and perform First Aid to fix all kinds of common PHP link issues.
20+
You can also add new domains as links, isolate sites, manage various services, and perform First Aid to fix all kinds of common PHP and Homebrew issues.
1921

2022
## 🖥 System requirements
2123

8.73 KB
Binary file not shown.

docs/screenshot.jpg

-723 KB
Binary file not shown.

docs/[email protected]

838 KB
Loading

docs/[email protected]

2.26 MB
Loading
-207 Bytes
Loading
-982 Bytes
Loading
-8 Bytes
Loading

0 commit comments

Comments
 (0)