2017 © Pedro Peláez
 

library phar-builder

Wrapper utility around PHPs native Phar class

image

jeroen-de-dauw/phar-builder

Wrapper utility around PHPs native Phar class

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PharBuilder

PharBuilder is a simple class that provides a slightly higher level phar API., (*1)

Build Status Code Coverage Scrutinizer Quality Score Dependency Status, (*2)

On Packagist: Latest Stable Version Download count, (*3)

Requirements

  • PHP 5.3 or later

Installation

To add this package as a local, per-project dependency to your project, simply add a dependency on jeroen-de-dauw/phar-builder to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on PharBuilder 1.0:, (*4)

{
    "require": {
        "jeroen-de-dauw/phar-builder": "1.0.*"
    }
}

The Versions

06/10 2013

dev-master

9999999-dev https://github.com/JeroenDeDauw/PharBuilder

Wrapper utility around PHPs native Phar class

  Sources   Download

GPL-2.0+

The Requires

  • php >=5.3.0
  • ext-phar *

 

phar