phpmon

Lightweight, native Mac menu bar app that helps you manage multiple PHP installations, locate config files and more. Also interacts with Laravel Valet.

MIT License

Stars
3.1K
Committers
4

Bot releases are visible (Hide)

phpmon -

Published by nicoverbruggen over 4 years ago

phpmon -

Published by nicoverbruggen almost 5 years ago

This release requires PHP 7.4 and an updated version of Valet. Please make sure your installation is up-to-date prior to upgrading.

  • Removed log window (caused crashes)
  • Adds support for PHP 7.4 (and is now required)
  • PHP version retrieval is faster than ever
  • Adds toggle to enable or disable Xdebug
    • Note: may not work depending on your configuration. Uncomment xdebug and disable via PHP Monitor for optimal results.
phpmon -

Published by nicoverbruggen about 5 years ago

  • Improved positioning of the text in the menu bar (for retina & non-retina displays)
  • Minor code cleanup
  • Added MIT license
phpmon - v1.3

Published by nicoverbruggen over 5 years ago

  • Tweaks to the menu bar item:

    • No more fixed icon width, the icon now adapts to the width of the actual text
    • Now uses the Medium weight of the system font
  • Less frequent checks to see what PHP version is active

  • Adds a history window so you can see which commands have been executed (only the last 100 commands are retained to keep memory requirements low)

  • Performance improvements, lower memory footprint

phpmon -

Published by nicoverbruggen over 5 years ago

This version fixes an issue when switching to PHP 7.3 (#3).