Download the PHP package fivefifteen/piler without Composer

On this page you can find all versions of the php package fivefifteen/piler. 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 piler

![Piler](./assets/piler.png) # Piler A CLI tool written in PHP that compiles and minifies JavaScript and CSS/SCSS files. [![packagist package version](https://img.shields.io/packagist/v/fivefifteen/piler.svg?style=flat-square)](https://packagist.org/packages/fivefifteen/piler) [![packagist package downloads](https://img.shields.io/packagist/dt/fivefifteen/piler.svg?style=flat-square)](https://packagist.org/packages/fivefifteen/piler) [![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/fivefifteen/piler?style=flat-square)](https://github.com/fivefifteen/piler) [![license](https://img.shields.io/github/license/fivefifteen/piler.svg?style=flat-square)](https://github.com/fivefifteen/piler/blob/main/license.md)
A Five Fifteen Project

Table of Contents

Requirements

Installation

To a package (local)

To your system (global)

Usage

Options
Examples

Configuration

While Piler can be used out of the box without any configuration, a config file allows for better customization and easier package management.

Configuration via Composer

Piler also supports loading configuration options from a composer.json file, except for in this case Piler checks for it's key under the extra section like so:

Hot-Reloading

Piler can be configured to automatically reload your page whenever you make changes to your compiled files. This works by injecting a small piece of JavaScript into your code (which means at least one compiled JavaScript file is required).

To set this up, create a reloader.php file somewhere accessible by the front-end of your website and place the following contents in there:

Then just set the event source to the front-end accessible path of the file above either by setting the event_source setting in a config file (example above), or by using the --event-source option in the command line.

After that, simply use the --watch option and your page should then auto-reload when you make changes to your files.

Examples

Related Projects

License Information

MIT. See the license.md file for more info.


All versions of piler with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
adhocore/cli Version ^1.9
matthiasmullie/minify Version ^1.3
scssphp/scssphp Version ^1.13
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 fivefifteen/piler contains the following files

Loading the files please wait ....