app
ray
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.
app
ray
-
PHP Doesn't Suck Anymore
Debugging is pretty easy with something like Ray (https://myray.app/) or Laravel Herd (https://herd.laravel.com/, despite its name runs differnet php apps just fine).
When it coems to running different PHP versions, modern PHP development has largely moved to using Docker (ddev, for example: https://ddev.com/) for that, and there's plenty Docker images for old PHP versions so it's a non-issue. I'd also imagine it be difficult to get many other outdated programming languages via a package manager.
There's now the PHP Foundation, which while relatively new in its formation, has significantly boosted PHP development and I'd recommend donating if improving the language is important to you.
-
How to Debug PHP and Laravel Code?
I'm using Ray (https://myray.app/) from spatie, it's easy to install (composer) and is doing all I need :)
-
Software Developer Mac Apps
https://myray.app/ (when not xdebugging)
-
How do I get xDebug to chill on remote?
Similar but not free: https://myray.app
- I hate PHP development
- What’s your typical list of paid software and services you use as a Laravel developer?
-
Using `dd` and `dump` in any PHP file on your system
Here is link number 1 - Previous text "Ray"
-
senior developers are amateurs (source in comments)
testimonials gone wrong at myray.app
-
Announcing x-ray
I'm proud to announce the initial release of the spatie/x-ray package for Ray. The x-ray package provides a command-line utility that finds and displays all calls to ray(), rd(), and other functions from the spatie/ray family of packages. Currently, it only supports PHP projects.
-
Speed up migrations when running Laravel tests
This command generates a file in database/schema and deletes all my migration files. Before squashing the migrations, it was taking 11.031 seconds according to well placed Ray call in the RefreshDatabase trait:
What are some alternatives?
laravel-swoole - High performance HTTP server based on Swoole. Speed up your Laravel or Lumen applications.
ray-proxy - a proxy for the Ray app to allow debugging of payloads
swoole-bundle-symfony-demo - Minimal hello world Symfony application built with Swoole and Docker
python-devtools - Dev tools for python
laravel-final-logger - Laravel unique and consistent formats throughout response log, response payload and server-side error log
backtrace - A better backtrace
octane-testbench - ⛽ Set of utilities to test Laravel applications powered by Octane.
laravel-ray - Debug with Ray to fix problems faster in Laravel apps
last-watch-ai - Self-hosted computer vision automation application
php-console-extension
PHPDebugConsole - Browser/javascript-like logger/console class for PHP
x-ray - Scan source code for calls to ray() and related calls.