papdy / app
PHP Application Deployment
0.7.2
2026-09-17 18:59 UTC
Requires
- php: ^8.3
- ext-gmp: *
- ext-openssl: *
- ext-sodium: *
- fewedev/base: ^2.3
- laravel-zero/framework: ^12.0.2
- matomo/ini: ^3.0
- phpseclib/phpseclib: ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.94
- laravel/pint: ^1.25.1
- mockery/mockery: ^1.6.12
- pestphp/pest: ^3.8.4|^4.1.2
- phpstan/phpstan: ^2.1
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This is simple application to build and deploy a PHP application on multiple servers which are not containerized.
Installation
Debian
Latest:
cd /tmp && curl -sLO https://raw.githubusercontent.com/papdy-app/app/refs/heads/master/build/linux/papdy.deb && sudo dpkg -i papdy.deb
or
curl -sLO https://raw.githubusercontent.com/papdy-app/app/refs/heads/master/build/linux/linux-x64 && chmod +x linux-x64 && mv linux-x64 papdy
Specific version:
cd /tmp && curl -sLO https://raw.githubusercontent.com/papdy-app/app/refs/tags/1.0.0/build/linux/papdy.deb && sudo dpkg -i papdy.deb
or
curl -sLO https://raw.githubusercontent.com/papdy-app/app/refs/tags/1.0.0/build/linux/linux-x64 && chmod +x linux-x64 && mv linux-x64 papdy
Development
CS-Fixer
composer fix
PHPStan
composer ps
Phar
Install
composer global require humbug/box
Compile
composer phar
Binary
Install
composer global require phpacker/phpacker
Compile
composer bin
Debian package
Compile
composer deb