Download the PHP package slabphp/concatenator without Composer
On this page you can find all versions of the php package slabphp/concatenator. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download slabphp/concatenator
More information about slabphp/concatenator
Files in slabphp/concatenator
Download slabphp/concatenator
More information about slabphp/concatenator
Files in slabphp/concatenator
Vendor slabphp
Package concatenator
Short Description SlabPHP File and Resource Concatenator
License Apache-2.0
Homepage https://www.salernolabs.com/slab
Package concatenator
Short Description SlabPHP File and Resource Concatenator
License Apache-2.0
Homepage https://www.salernolabs.com/slab
Please rate this library. Is it a good library?
Informations about the package concatenator
concatenator
SlabPHP File and Resource Concatenator, used in conjunction with the SlabPHP media concatenator controller.
Installation
composer require slabphp/concatenator
Usage
Create a manager:
$manager = new \Slab\Concatenator\Manager();
Set it up for where to look for files:
$manager
->setFileSearchDirectories([__DIR__ . '/resources'])
->addObject('css/test.css', [])
->addObject('css/something.css', [])
->concatenateObjectList();
Then just concatenate it:
$output = $manager->getOutput();
All versions of concatenator with dependencies
PHP Build Version
Package Version
Requires
psr/log Version
^1.0
salernolabs/collapser Version ^0.1.0
guzzlehttp/guzzle Version ^6.3
psr/simple-cache Version ^1.0
salernolabs/collapser Version ^0.1.0
guzzlehttp/guzzle Version ^6.3
psr/simple-cache Version ^1.0
The package slabphp/concatenator contains the following files
Loading the files please wait ....