GabrielMajeri / phar-util

PharUtil - Security-oriented utilities for Phar archives

Home Page:http://blog.kotowicz.net/2010/08/hardening-php-how-to-securely-include.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

PharUtil - Security-oriented utilities for Phar archives

http://blog.kotowicz.net/2010/08/hardening-php-how-to-securely-include.html

License:MIT License


Languages

Language:PHP 97.8%Language:Batchfile 2.2%