Download the PHP package bmack/tidy without Composer

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

TYPO3 Extension Tidy

Use the command line tool HTML Tidy to clean up your HTML output.

Introduction

Clean your HTML output with the HTML Tidy tool.

Until TYPO3 CMS 6.1, the functionality to use the external tool HTML Tidy (see http://www.w3.org/People/Raggett/tidy/) to clean up invalid HTML was included in the TYPO3 CMS Core. The functionality was removed and is now included in this tiny extension that hooks into the Frontend rendering process.

The previous options

$TYPO3_CONF_VARS['FE']['tidy'] $TYPO3_CONF_VARS['FE']['tidy_option'] $TYPO3_CONF_VARS['FE']['tidy_path']

still work with this extension, but it is encouraged to use the settings that come with the extension.

Read http://www.w3.org/People/Raggett/tidy/ to understand what HTML tidy does.

Installation

Install the extension from the TYPO3 Extension Repository and set the options in the extension manager section of the TYPO3 Backend. The options set there are overriding options set via TYPO3_CONF_VARS, but the deprecated options still work as before. Be sure to install HTML Tidy to your server and set the tidy path correctly. As soon as the functionality is enabled, tidy should be run when the frontend is rendered.

Credits

Benni Mack created this extension as a replacement for the usage in the TYPO3 CMS Core.

The current development version can be found on https://github.com/bmack/tidy but please not that further active development for this extension is currently not planned.


All versions of tidy with dependencies

PHP Build Version
Package Version
Requires typo3/cms Version ^6.0 || ^7.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 bmack/tidy contains the following files

Loading the files please wait ...