2017 © Pedro Peláez
 

library PHPCompressor

A simple PHP compressor that removes unnecessary data from PHP source code.

image

technosophos/PHPCompressor

A simple PHP compressor that removes unnecessary data from PHP source code.

  • Friday, February 3, 2012
  • by technosophos
  • Repository
  • 5 Watchers
  • 23 Stars
  • 746 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 8 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHPCompactor: A tool for compacting PHP source files

Authors: M Butcher (matt@aleph-null.tv), J Pruis (email@jurriaanpruis.nl), (*1)

Copyright (c) 2009-2010. Licensed under an MIT-style license. See COPYING-MIT.txt, (*2)

About this package

This package provides a very simple PHP code compressor. It reads a single source file and then loads that source, along with all of the other locally included files, into one bigger file. The larger file is compacted by removing as much superfluous data as possible, including comments and whitespace., (*3)

Using this tool

Usage:, (*4)

php ./src/phpcompactor.php compressed_file.php source_file.php 

This will compress source_file.php and all of its dependencies into compressed_file.php., (*5)

The Versions

03/02 2012

dev-master

9999999-dev https://github.com/technosophos/PHPCompactor

A simple PHP compressor that removes unnecessary data from PHP source code.

  Sources   Download

MIT

The Requires

  • php >=5.2.6

 

by J Pruis

utility compressor

03/02 2012

1.0.0

1.0.0.0 https://github.com/technosophos/PHPCompactor

A simple PHP compressor that removes unnecessary data from PHP source code.

  Sources   Download

MIT

The Requires

  • php >=5.2.6

 

by J Pruis

utility compressor