Open Source Tech Hub
Open Source Tech Hub
Apr 4, 2024 · Backend Development

How to Package and Deploy PHP Applications Using PHAR Archives

This guide explains what PHAR archives are, how to configure PHP to allow writing PHAR files, how to structure a PHP project, create a PHAR package with a build script, run it via a simple wrapper, and outlines the internal mechanics and limitations of PHAR.

PackagingPhararchive
0 likes · 10 min read
How to Package and Deploy PHP Applications Using PHAR Archives
Open Source Tech Hub
Open Source Tech Hub
Jan 3, 2024 · Backend Development

How to Package Webman into a Standalone Linux Binary (x86_64)

This guide explains how to install Webman, configure the project, build a self‑contained binary for x86_64 Linux using PHP's phar mechanism, run and monitor the binary, and outlines important compatibility notes and alternative manual packaging methods.

BackendLinuxPHP
0 likes · 8 min read
How to Package Webman into a Standalone Linux Binary (x86_64)
21CTO
21CTO
Feb 28, 2018 · Backend Development

Why PHP Still Thrives in 2018: Essential Tools and Strategies for Modern Developers

This article examines PHP's enduring market share, highlights its practical design and powerful standard library, and outlines six key recommendations—including Composer, PHP 7, PSR standards, Swoole, Laravel, and Phar packaging—to help developers stay competitive in the evolving backend landscape.

BackendComposerLaravel
0 likes · 6 min read
Why PHP Still Thrives in 2018: Essential Tools and Strategies for Modern Developers