ray
web-frameworks
ray | web-frameworks | |
---|---|---|
17 | 26 | |
581 | 6,995 | |
1.2% | 0.1% | |
6.6 | 9.8 | |
5 days ago | 7 days ago | |
PHP | PHP | |
MIT License | MIT 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.
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:
web-frameworks
-
[Web Frameworks Benchmark] How is the FOMO framework handling 45k+ requests more than Swoole the framework it depends on?
Notably it seems that Fomo is using the raw Swoole Server (https://github.com/fomo-framework/framework/blob/a52b75abbd06c0aa6cb1ec47c4011557bc347532/src/Servers/Http.php#L21) rather than the HTTP-specific server wrapper which is what is used in the Swoole benchmark: https://github.com/the-benchmarker/web-frameworks/blob/master/php/swoole/start.php
-
Understanding web stack performance
As an Experienced Developer (TM), I'd like to authoritatively know whether a given tech stack is "slow" or "fast", measured in requests per seconds. I'd like to find a way to correctly and objectively measure performance, but most performance suites measure a small thing in isolation. For example, The Benchmarker measures the performance of HTTP APIs, but the requests are super simple (GET request that gets a value, POST request that doesn't do anything but return a value, empty GET).
- Go with Chi has more ram consumption and less req/s than Koa or Fastify
- tools to stress test your website
- Which is the fastest web framework?
- Slower than Go, Java and JS?
-
The NanoMux HTTP router benchmark results
Hi friends. I've opened pull requests for the-benchmarker/web-frameworks and Go HTTP Router Benchmark. Hopefully, they will be merged soon. Here are the benchmark results that I got on my laptop from Julien Schmidt's Go HTTP Router Benchmark. For comparison, I also added Chi, GorillaMux, and HttpRouter.
-
Django Ninja - Help debugging/understanding Internals
The benchmark code: https://github.com/the-benchmarker/web-frameworks
- Passenger 介紹
-
Nim Version 1.6 Released
And the httpbeast code is here: https://github.com/the-benchmarker/web-frameworks/tree/maste...
What are some alternatives?
ray-proxy - a proxy for the Ray app to allow debugging of payloads
FrameworkBenchmarks - Source for the TechEmpower Framework Benchmarks project
python-devtools - Dev tools for python
wrk - Modern HTTP benchmarking tool
backtrace - A better backtrace
graphql-benchmarks - GraphQL benchmarks using the-benchmarker framework.
laravel-ray - Debug with Ray to fix problems faster in Laravel apps
Fusio - Open source API management platform
app - The old version of Buggregator, which uses Laravel framework, is no longer being actively developed. The new beta version, built with Spiral framework, is now available at https://github.com/buggregator/spiral-app and offers significant improvements in performance and stability, as well as a lighter docker image size of around 300mb.
PHP-CRUD-API - Single file PHP script that adds a REST API to a SQL database
php-console-extension
pixie - Full-featured 2d graphics library for Nim.