No description
Find a file
Willem Leuverink c26b7def65
Merge pull request #44 from phpacker/gwleuverink-patch-1
Update publisher version to 0.6.4
2025-11-07 13:35:04 +01:00
.github wip - fix permissions 2025-02-21 21:56:44 +01:00
art update readme 2025-02-21 20:53:20 +01:00
bin fix autoloading 2025-07-13 23:54:30 +02:00
config done - all green 2025-02-20 17:25:39 +01:00
src wip 2025-07-31 00:36:50 +02:00
tests roll back bootstrap injection 2025-03-13 16:36:36 +01:00
.gitattributes feat: add .gitattributes 2025-03-07 02:50:42 +01:00
.gitignore prep self-update & cleanup 2025-07-13 23:22:06 +02:00
box.json prep self-update & cleanup 2025-07-13 23:22:06 +02:00
composer.json explicitly add serializable-closure as a dependency 2025-09-09 10:49:05 +02:00
LICENSE Create LICENSE 2025-02-21 21:52:11 +01:00
php.ini Add php.ini with high memory limit to fix memory issues with large phars 2025-03-20 08:47:00 +01:00
phpacker.json Update publisher version to 0.6.4 2025-11-07 13:34:19 +01:00
phpstan.neon phpstan - extract constants to separate file 2025-02-20 17:25:39 +01:00
phpunit.xml add end to end sanity tests 2025-02-21 21:56:44 +01:00
pint.json install pint 2025-02-13 01:26:12 +01:00
README.md Fix docs link 2025-04-08 11:30:17 +01:00

PHPacker

tests analyze format Latest Version on Packagist License

PHPacker enables you to package any PHP script or PHAR into a standalone, cross-platform executable. It handles all the complexity of bundling PHP with your application, making distribution simple and hassle-free.


Documentation

You can read the official documentation on the PHPacker website.


Installation

You can install PHPacker globally via Composer:

composer global require phpacker/phpacker

Or as a project dependency:

composer require phpacker/phpacker --dev

Quick Start

Build a standalone executable from your PHP script with a single command:

phpacker build --src=./app.phar

Contributing

Contributions are welcome! Please see our Contributing Guide for details.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Support