Download the PHP package brightlocal/minify without Composer

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

WELCOME TO MINIFY!

Minify is an HTTP content server. It compresses sources of content (usually files), combines the result and serves it with appropriate HTTP headers. These headers can allow clients to perform conditional GETs (serving content only when clients do not have a valid cache) and tell clients to cache the file for a period of time. More info: http://code.google.com/p/minify/

WORDPRESS USER?

These WP plugins integrate Minify into WordPress's style and script hooks to get you set up faster. http://wordpress.org/extend/plugins/bwp-minify/ http://wordpress.org/extend/plugins/w3-total-cache/

INSTALLATION

Place the /min/ directory as a child of your DOCUMENT_ROOT directory: i.e. you will have: /home/example/www/min

You can see verify that it is working by visiting these two URLs: http://example.org/min/?f=min/quick-test.js http://example.org/min/?f=min/quick-test.css

If your server supports mod_rewrite, this URL should also work: http://example.org/min/f=min/quick-test.js

CONFIGURATION & USAGE

See the MIN.txt file and http://code.google.com/p/minify/wiki/UserGuide

Minify also comes with a URI Builder application that can help you write URLs for use with Minify or configure groups of files. See here for details: http://code.google.com/p/minify/wiki/BuilderApp

The cookbook also provides some more advanced options for minification: http://code.google.com/p/minify/wiki/CookBook

UPGRADING

See UPGRADING.txt for instructions.

UNIT TESTING:

  1. Place the /min_unit_tests/ directory as a child of your DOCUMENT_ROOT directory: i.e. you will have: /home/example/www/min_unit_tests

  2. To run unit tests, access: http://example.org/min_unit_tests/test_all.php

(If you wish, the other test_*.php files can be run to test individual components with more verbose output.)

  1. Remove /min_unit_tests/ from your DOCUMENT_ROOT when you are done.

FILE ENCODINGS

Minify should work fine with files encoded in UTF-8 or other 8-bit encodings like ISO 8859/Windows-1252. By default Minify appends ";charset=utf-8" to the Content-Type headers it sends.

Leading UTF-8 BOMs are stripped from all sources to prevent duplication in output files, and files are converted to Unix newlines.


All versions of minify with dependencies

PHP Build Version
Package Version
Requires php Version >=5.2.1
ext-pcre Version *
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 brightlocal/minify contains the following files

Loading the files please wait ....