cresset.tools We started with a development environment manager, but that's not the only part of building with PHP that needs to improve. cresset.tools tries to built a modern PHP toolset with speed and ease of use in mind.
Tools01 the workspace bougie. bougie.tools →

Think PHP manager + Composer + DDEV. Installs your PHP, installs your vendor/ and starts your services. Really really fast. This is PHP the luxury way.

Install now or learn more at bougie.tools.

$curl -LsSf https://bougie.tools/install.sh | sh
mageos-maker. mageos-maker.cresset.tools →

Pick your Mage-OS version, Hyvä theme and API layers in the browser. It figures out which package versions actually fit together and hands you a composer.json and install tree.

Hand the result to bougie and your store's running. Build yours at mageos-maker.cresset.tools.

$bougie new my-store --starter https://mageos-maker.cresset.tools/c/0190f8a2-3b4c-7d1e-8f2a-1c2d3e4f5a6b --start
wick. github.com/cresset-tools/wick →

A PHP formatter with nothing to configure. Run it and your code comes out formatted, the same way every time. Pint-style, powered by Mago, really fast.

Install it on its own, or don't bother — bougie format grabs wick and runs it for you.

$curl -LsSf https://bougie.tools/wick.sh | sh
Tools02 the codebase magequery. github.com/cresset-tools/magequery →

Understand how any Magento 2 store is wired without booting it. DI resolution, plugins, events, cron, config across every scope, the admin permission tree and plenty more, each answer pointing at the exact file and line it came from.

bin/magento spends seconds booting the framework on every call. magequery reads the source directly and answers in milliseconds, even on a checkout that was never set up.

$curl -LsSf https://bougie.tools/magequery.sh | sh
// more on the way

We can't tell what's coming yet but it's gonna be for PHP and it's gonna be great.