Download the PHP package pixelbrackets/pap without Composer

On this page you can find all versions of the php package pixelbrackets/pap. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package pap

PAP

PHP App Publication

Version Build Status Made With License Contribution

Toolchain to publish a PHP App. Configured with a YAML file only.

🚀

🔧

🎯

Vision

General approach: Not made for every condition, but easy to use and integrate

Requirements

Installation

Packagist Entry https://packagist.org/packages/pixelbrackets/pap/

💡 Use the skeleton project to create a build directory and add required configuration files right away.

Read the integration guide to learn how to add the tool to your own app.

Source

https://gitlab.com/pixelbrackets/pap/

Mirror https://github.com/pixelbrackets/pap/ (Issues & Pull Requests mirrored to GitLab)

Usage

Run ./vendor/bin/pap to see all available tasks. Some common tasks are:

  1. Deploy to »live« stage

  2. Deploy to »local« stage, used for development (default stage)

  3. Sync to »local« stage (skips building assets)

  4. Sync to »local« stage automatically if anything changes in the source directory (files changed, added or removed)

  5. Lint current build

Commands

Integration

💡 There is a skeleton project available to create a build directory and add the above mentioned files.

Configuration

💡 Additionally to this short integration and configuration guide you may want to take a look at the walktrough tutorial, which explains all steps to configure an example app.

Updates

See Upgrade Guide

License

GNU General Public License version 2 or later

The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.

Author

Dan Untenzu (@pixelbrackets)

Changelog

See CHANGELOG.md

Contribution

This script is Open Source, so please use, share, patch, extend or fork it.

Contributions are welcome!

Feedback

Please send some feedback and share how this package has proven useful to you or how you may help to improve it.


All versions of pap with dependencies

PHP Build Version
Package Version
Requires consolidation/robo Version ^2.2
guzzlehttp/guzzle Version ^6.0 || ^7.0
jean85/pretty-package-versions Version ^1.5 || ^2.0
natxet/cssmin Version ^3.0
patchwork/jsqueeze Version ^2.0
totten/lurkerlite Version ^1.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pixelbrackets/pap contains the following files

Loading the files please wait ....