Expose is a tunnel application by Beyond Code that allows you to share your local websites with others via the internet, written in PHP.
It works by installing the expose composer binary via the composer CLI:
composer global require beyondcode/expose
cd path/to/project
expose .
If you want to use the sharedwithexpose.com domain, you’ll need to sign up for a Beyond Code account (free). Otherwise, you can run your own expose server. Here’s what the CLI looks like once you run expose: