Download the PHP package jasny/assetic-extensions without Composer

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

Jasny Assetic extensions

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight Packagist Stable Version Packagist License

Improved caching for Assetic.

Installation

Jasny's Twig Extensions can be easily installed using composer

composer require jasny/assetic-extensions

Internal caching when using a factory

The AssetCacheWorker wraps each asset in a asset in an AssetCache object. This enables the use of asset caching when using a factory.

Versioning assets

The AssetVersionWorker add a version number to each generated assets. This works well on a production environment, preventing the need of removing, checking or overwriting the asset files.

If the output file is set to all.css and version is set to 1.3.7, the output file will be named all-1.3.7.css.

Caching when using Twig

With the example code from the Assetic readme, each template is parsed on each request. This considerably slows down your application. The TwigCachingFormulaLoader using Twig cache to store the assetic formulae is finds in each template. The formula loader uses the cache and auto_reload options of the Twig environment.

The PersistentAssetWriter is an asset writer with an overwrite option. When overwrite is disabled, existing assets are not overwritten. This can speed up your production environment. It's recommended to add a version number in the output files, either manually or by using the AssetVersionWorker.


All versions of assetic-extensions with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
kriswallsmith/assetic Version ^1.4
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 jasny/assetic-extensions contains the following files

Loading the files please wait ....