Download the PHP package integrated/asset-bundle without Composer
On this page you can find all versions of the php package integrated/asset-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download integrated/asset-bundle
More information about integrated/asset-bundle
Files in integrated/asset-bundle
Download integrated/asset-bundle
More information about integrated/asset-bundle
Files in integrated/asset-bundle
Vendor integrated
Package asset-bundle
Short Description Integrated Asset Bundle
License MIT
Homepage http://www.integratedfordevelopers.com
Package asset-bundle
Short Description Integrated Asset Bundle
License MIT
Homepage http://www.integratedfordevelopers.com
Please rate this library. Is it a good library?
Informations about the package asset-bundle
IntegratedAssetBundle
This bundle provides asset management
Requirements
- See the require section in the composer.json
Features
- Asset management
Documentation
Installation
This bundle can be installed following these steps:
Install using composer
$ php composer.phar require integrated/asset-bundle:~0.5
Enable the bundle
// app/AppKernel.php
public function registerBundles()
{
return array(
// ...
new Integrated\Bundle\AssetBundle\IntegratedAssetBundle()
// ...
);
}
Examples
Add inline style
{% integrated_stylesheets inline=true %}
body { background: red; }
p { font-size: 10px }
{% endintegrated_stylesheets %}
Add external styleheets
{% integrated_stylesheets
'bundles/app/css/styles.css'
'bundles/app/css/styles2.css' %}
{% endintegrated_stylesheets %}
Prepend javascript
{% integrated_javascripts mode='prepend'
'bundles/app/js/script.js' %}
{% endintegrated_javascripts %}
Render stylesheets
{{ integrated_stylesheets() }}
Render javascripts
{{ integrated_javascripts() }}
License
This bundle is under the MIT license. See the complete license in the bundle:
LICENSE
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
About
This bundle is part of the Integrated project. You can read more about this project on the Integrated for Developers website.
All versions of asset-bundle with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
symfony/symfony Version ~2.8 || ~3.0
twig/twig Version 1.*
doctrine/inflector Version 1.*
symfony/symfony Version ~2.8 || ~3.0
twig/twig Version 1.*
doctrine/inflector Version 1.*
The package integrated/asset-bundle contains the following files
Loading the files please wait ....