pixelbrackets / pap-skeleton
PHP App Publication - Skeleton Project
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
pkg:composer/pixelbrackets/pap-skeleton
Requires
- php: ^7.2 || ^8.0
- pixelbrackets/pap-installer: ^1.0
This package is auto-updated.
Last update: 2025-12-20 21:18:03 UTC
README
Skeleton project for PAP (PHP App Publication).
Installation
See https://github.com/pixelbrackets/pap#installation for a complete guide.
Quick start
- Create a subfolder in your app using Composer
composer create-project pixelbrackets/pap-skeleton build cd buildThe skeleton triggers the installer in composer hooks and automatically downloads the right PAP executable for you (binary for Linux, PHAR for other platforms). - Configure deployment stages in
pap.yml - Add local overrides in
pap.local.yml(copy frompap.local.template.yml) - Rename
README.template.mdtoREADME.mdand customize for your project - Run
./vendor/bin/pap listto see all available commands
Source
Main repository: https://github.com/pixelbrackets/pap
License
GNU General Public License version 2 or later
The GNU General Public License can be found at https://www.gnu.org/copyleft/gpl.html.