Skip to content

GabrielMajeri/phar-util

 
 

Repository files navigation

PharUtil fork

The original PharUtil repo hasn't received updates since 2012. The code still works, but it can no longer be installed from the author's PEAR channel.

This fork contains updated instructions on how to build and install this package.

Installation instructions

First, clone this repository or download the latest version as a zip file.

For building the package you will need to install a recent verison of PHP and the PEAR command line tools

Open a terminal in this folder and build the package using the following command:

pear package

This will generate a PharUtil-0.6.1.tgz file.

Install it by running:

pear install PharUtil-0.6.1.tgz

(you might have to prefix the command with sudo on Linux)

License

The modifications made in this fork are licensed under the MIT license, just like the original code.

Packages

No packages published

Languages

  • PHP 97.8%
  • Batchfile 2.2%