2017 © Pedro Peláez
 

library cli-audit

Audit CLI Tool (PHP QA)

image

ftven/cli-audit

Audit CLI Tool (PHP QA)

  • Friday, July 4, 2014
  • by ohoareau
  • Repository
  • 16 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 1 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

AUDIT CLI

Audit CLI is a command line tool (CLI) providing useful commands to audit PHP projects source code., (*1)

Installation

1/ Phar download

You can download the Phar packaged version on http://... (@todo), (*2)

$ curl -sS -O http://.../audit.phar
$ sudo mv audit.phar /usr/local/bin/audit

2/ Git clone

You can directly clone the GitHub repository :, (*3)

$ git clone git@github.com:francetv/php-cli-audit.git
$ cd php-cli-audit
$ composer.phar install
$ ./bin/audit package
$ sudo mv audit.phar /usr/local/bin/audit

Usage

$ audit
$ audit -h
$ audit <command>

Tests

You can run the unit tests with the following command:, (*4)

$ cd php-cli-audit
$ composer.phar install
$ ./bin/phpunit --colors test

Resources

Audit CLI, (*5)

The Versions

04/07 2014

dev-master

9999999-dev https://github.com/francetv/php-cli-audit

Audit CLI Tool (PHP QA)

  Sources   Download

MIT

The Requires

 

The Development Requires

test cli qa audit ftven

04/07 2014

dev-develop

dev-develop https://github.com/francetv/php-cli-audit

Audit CLI Tool (PHP QA)

  Sources   Download

MIT

The Requires

 

The Development Requires

test cli qa audit ftven