mirror of
https://github.com/phpacker/phpacker.git
synced 2026-04-27 00:36:22 +03:00
No description
|
|
||
|---|---|---|
| .github | ||
| art | ||
| bin | ||
| config | ||
| src | ||
| tests | ||
| .gitattributes | ||
| .gitignore | ||
| box.json | ||
| composer.json | ||
| LICENSE | ||
| php.ini | ||
| phpacker.json | ||
| phpstan.neon | ||
| phpunit.xml | ||
| pint.json | ||
| README.md | ||
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.
