dgiagio / warp

Create self-contained single binary applications
MIT License
1.91k stars 92 forks source link

single executable of a php application #44

Open lastlink opened 5 years ago

lastlink commented 5 years ago

is it possible like with node to make a single executable of a php application (such as laravel and composer)? I see a great need in bundling composer dependencies.

liesauer commented 5 years ago

check this out.

PeachPie is a modern PHP compiler based on the Microsoft Roslyn compiler platform and drawing from our popular Phalanger project. It allows PHP to be executed within the .NET framework, thereby opening the door for PHP developers into the world of .NET – and vice versa.

since it compiles php application into a .NET application, it is possible to warp it.