Table of Contents

About

Php packaging format for creating package

Usage

A Phar archive is used to distribute:

Application

php myCollphar.phar

Library

<?php
include 'coollibrary.phar';
?>

Documentation / Reference