Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 491 Bytes

File metadata and controls

8 lines (5 loc) · 491 Bytes

common-binaries

Build common linux and macOS tools statically, using StaticPHP.

Thanks to StaticPHP (formerly static-php-cli), we can easily build and port many static binary tools for Linux and macOS using a toolchain from building static PHP runtimes.

This is also a typical StaticPHP vendor mode implementation. You can refer to this project to learn how to use the vendor mode to integrate and extend your build projects.

WIP