Download the PHP package rob-mccann/asseticanesthetic without Composer
On this page you can find all versions of the php package rob-mccann/asseticanesthetic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rob-mccann/asseticanesthetic
More information about rob-mccann/asseticanesthetic
Files in rob-mccann/asseticanesthetic
Package asseticanesthetic
Short Description An abstraction layer to enable managing of assets via a config array. A different way of implementing Assetic.
License MIT
Homepage https://github.com/robmccann/asseticanesthetic
Informations about the package asseticanesthetic
AsseticAnesthetic
An abstraction layer to enable managing of assets via a config array. A different way of implementing Assetic.
Installation
Installation is via Composer. Add the following to your file.
Run
Features
- Generate assets based on configuration
- Keeps MVC, no need for
- Quick to install and use
- Ideal for small, quick projects where delivery is a higher requirement than raw performance
Usage
This project is framework independent. You can use it in almost any PHP project. First, you'll need to create a new object and pass it in our wonderful config array (see the to see what to pass in here).
You can then call and to render the HTML tags.
Most of the time, you'll want to load $config from your frameworks Config class. In Laravel and FuelPHP, it's something along the lines of .
Enabling / Disabling groups
Before you call the render functions, you can override your config to enable or disable groups.
Todo
- Write proper tests
- Implement more filters
- Improve documentation
All versions of asseticanesthetic with dependencies
kriswallsmith/assetic Version 1.1.*@dev
fuelphp/common Version dev-develop