Download the PHP package jalle19/yii-yui-clientscript without Composer

On this page you can find all versions of the php package jalle19/yii-yui-clientscript. 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 yii-yui-clientscript

yii-yui-clientscript

The end-all, be-all minifying client script implementation for Yii. It is able to combine your CSS and script files as well as minimize them using the YUI compressor (available via the php-yui-compressor package).

Features

Installation

Use Composer to install, then add the following to your application configuration:

You'll also need to include the Composer autoloader in your bootstrap script. Usually this can be done using require_once('vendor/autoload.php');.

Configuration

See the documentation for php-yui-compressor for which options are available for the YUI compressor. The options are specified by "compressorOptions" in the component configuration, e.g.:

Excluding files

Sometimes you may want to combine and compress all files but one (perhaps because it changes too often causing all scripts to need re-combination). You can specify a pattern that matches these files using the "exclude" option:

The pattern matching is done using strpos() on the script URL, meaning in the example above the script MainMenu-typeahead-1.js (and naturally all other scripts having "MainMenu" in their name) would be registered separately.

Using a custom file resolver

A registered script URL must be converted internally to the absolute path to the file in question. Depending on your project layout the default implementation may not do the trick. In that case you'll need to define your own path resolver:

Example implementation (see the interface for more details):

Turn off remapping of CSS URLs

The default behavior is to remap relative URLs in CSS files to compensate for the fact that the generated combined file will likely be in a different location than the original file. Sometimes though, your project structure does not require any remapping, so you can turn it off:

License

This code is licensed under the New BSD License


All versions of yii-yui-clientscript with dependencies

PHP Build Version
Package Version
Requires php Version >=5.3.0
jalle19/php-yui-compressor Version 1.0.*
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 jalle19/yii-yui-clientscript contains the following files

Loading the files please wait ....