2017 © Pedro Peláez
 

library phar-skeleton

Phar skeleton application template

image

mrccnt/phar-skeleton

Phar skeleton application template

  • Wednesday, September 6, 2017
  • by mrccnt
  • Repository
  • 2 Watchers
  • 0 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

Phar-Skeleton

Skeleton for creating PHAR applications from scratch including testing, reporting and building., (*1)

Requirements

You need to modify your CLI php.ini. Otherwise we will not be able to "write" phar packages., (*2)

phar.readonly=Off

Install, Build and Run

$ composer install
$ composer build

Use the phar file:, (*3)

$ php dist/phar-skeleton.phar
TODO: Do something

Use the deb file:, (*4)

$ sudo dpkg -i dist/phar-skeleton.deb
Preparing to unpack dist/phar-skeleton.deb ...
Unpacking phar-skeleton (1.0.0) ...
Setting up phar-skeleton (1.0.0) ...

$ phar-skeleton
TODO: Do something

$ which phar-skeleton
/usr/local/bin/phar-skeleton

$ sudo dpkg -r phar-skeleton
Removing phar-skeleton (1.0.0) ...
dpkg: warning: while removing phar-skeleton, directory '/usr/local/bin' not empty so not removed

The Versions

06/09 2017

dev-master

9999999-dev https://github.com/mrccnt/phar-skeleton

Phar skeleton application template

  Sources   Download

MIT Apache-2.0

The Requires

  • ext-phar *
  • php >=7.0.0

 

The Development Requires

by Marco Conti

24/08 2016

dev-pdepend-test

dev-pdepend-test

Skeleton for creating a PHAR application using symfony console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marco Conti

31/07 2016

dev-dev

dev-dev

Skeleton for creating a PHAR application using symfony console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marco Conti

25/07 2016

0.1.0

0.1.0.0

Skeleton for creating a PHAR application using symfony console.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Marco Conti