PHPShell - PHP in the Terminal?
What if you could write your terminal prompt and shell commands with a language you're already familiar with?
Posts tagged with tool
What if you could write your terminal prompt and shell commands with a language you're already familiar with?
PIE's creator James Titcumb shows of PIE.
Read more [www.youtube.com]
Join 9,500+ smart developers
Get my monthly newsletter with what I learn from running Spatie, building Oh Dear, and maintaining 300+ open source packages. Practical takes on Laravel, PHP, and AI that you can actually use.
"Always fresh, useful tips and articles. Carefully selected community content. My favorite newsletter, which I look forward to every time."
No spam. Unsubscribe anytime. You can also follow me on X.
– ryangjchandler.co.uk - submitted by Ryan Chandler
A quick guide to the differences between npm ci and npm install.
Read more [ryangjchandler.co.uk]
– seankegel.com - submitted by Sean Kegel
Powerful Database Features You Didn't Know PhpStorm Had
Read more [seankegel.com]
– cpx.dev - submitted by Liam Hammett
Run Composer packages, effortlessly. No need to install tools into your app or as global dependencies.
Read more [cpx.dev]
– backpackforlaravel.com - submitted by Karan Datwani
Five Lesser-Known But Useful Composer Commands.
Read more [backpackforlaravel.com]
– flareapp.io - submitted by Spatie
Discover Flare's latest Linear integration
Read more [flareapp.io]
– ryangjchandler.co.uk - submitted by Ryan Chandler
I built this small little helper tool that makes it easy to see information about key presses inside of JavaScript events.
Read more [ryangjchandler.co.uk]
Here's how my colleague Ruben managed to do this in Flare.
Read more [rubenvanassche.com]
Let's take a look how we can extend Var Dumper to dump our objects, or some vendor objects, in a more readable way.
Read more [jolicode.com]
– tighten.com - submitted by Jamison Valenta
Don’t waste your team’s time fixing little code style issues... and DEFINITELY don’t ship code w/inconsistent code style! Check out our new package Duster, a powerful all-in-one code linter & fixer bundling all the best code styles for your Laravel apps!
Read more [tighten.com]
Our handy Ray debugging app gained a cool new trick: it can now display the values of private properties and results of private methods.
When working in a big repository, you sometimes lose track of your required Composer packages. There may be so many packages you can't be sure if they are actually used or not. This tool can help to determine if you really are using a package.
Read more [github.com]
A cool new tool by Matthias Noback.
Read more [matthiasnoback.nl]
The best dependency manager just got a little bit better.
Read more [php.watch]
Andrew Schmelyun built a very cool side project. I don't dare to introduce this at Spatie.
Read more [aschmelyun.com]
I'm happy to announce that we have released Visit. This tool can display the response of any URL. Think of it as curl for humans. By default, the output will be colourized, and the response code and time will be displayed after the response.

JSON responses will be colourized by default as well.

And there's integration with Laravel: it can log in any user, report the numbers of queries used to build up the response, and more.

I'd like to tell you all about it in this blog post.
– barryvanveen.nl - submitted by Barry van Veen
I made a script to easily take consistent measurements using Apache Benchmark. It includes an easy way to compare multiple measurements in a visual way.
Read more [barryvanveen.nl]
Here's a handy CLI tool to check if your domain resolves to the expected IP address worldwide.
Read more [dug.unfrl.com]
I'm proud to share that our team has launched a new CLI tool called GitHub Actions Watcher.