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

2.0.0 2021-11-22 09:21 UTC

This package is auto-updated.

Last update: 2026-01-04 17:03:55 UTC


README

Skeleton project for PAP (PHP App Publication).

Installation

See https://github.com/pixelbrackets/pap#installation for a complete guide, including the optional installation of PAP executables which are independent of PHP versions installed on your system.

Quick Start

  1. Create a subfolder in your app using Composer
    composer create-project pixelbrackets/pap-skeleton build
    cd build
  2. Configure deployment stages in pap.yml → See PAP Documentation
  3. Rename README.template.md to README.md and customize for your project
  4. Run ./vendor/bin/pap deploy -s test to deploy to your test stage

📚 Follow the step-by-step walkthrough tutorial to learn how to set up PAP and publish your PHP webapp or website in less than 15 minutes.

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.