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

3.0.0 2025-12-20 21:06 UTC

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

  1. Create a subfolder in your app using Composer
    composer create-project pixelbrackets/pap-skeleton build
    cd build
    The skeleton triggers the installer in composer hooks and automatically downloads the right PAP executable for you (binary for Linux, PHAR for other platforms).
  2. Configure deployment stages in pap.yml
  3. Add local overrides in pap.local.yml (copy from pap.local.template.yml)
  4. Rename README.template.md to README.md and customize for your project
  5. Run ./vendor/bin/pap list to 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.