2017 © Pedro PelĂĄez
 

library phpadr

A PHP based command-line interface tool for working with ADR

image

globtec/phpadr

A PHP based command-line interface tool for working with ADR

  • Tuesday, July 3, 2018
  • by josecarlos
  • Repository
  • 2 Watchers
  • 7 Stars
  • 47 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 27 % Grown

The README.md

ADR Tools in PHP

Build Status Coverage Status, (*1)

A PHP based command-line interface tool for working with Architecture Decision Records (ADR)., (*2)

About ADR

Architecture Decision Records (ADR) is a technique for capturing important architectural decisions, along with their context and consequences as described by Michael Nygard in his article: Documenting Architecture Decisions., (*3)

Requirements

  • Requires PHP version 7.1.3 or newer
  • Multibyte String extension

Installation

You can install this tool using the Composer, execute the following command., (*4)

composer require globtec/phpadr --dev

Usage

After of install this project you may execute the binary phpadr in your terminal:, (*5)

./vendor/bin/phpadr

If to execute the command above, it will be showd a list of all avaliable tool commands., (*6)

By default the records will be stored in docs/arch, to change this workspace use the option --config with the path of the config file., (*7)

Create a new ADR

You may use the make:decision command:, (*8)

./vendor/bin/phpadr make:decision <title> [<status="Accepted">] [--config="adr.yml"]

Count the ADRs

You may use the workspace:count command:, (*9)

./vendor/bin/phpadr workspace:count [--config="adr.yml"]

List the ADRs

You may use the workspace:list command:, (*10)

./vendor/bin/phpadr workspace:list [--config="adr.yml"]

Help

For more help execute the following command:, (*11)

./vendor/bin/phpadr <command> --help

The Versions

03/07 2018

dev-master

9999999-dev

A PHP based command-line interface tool for working with ADR

  Sources   Download

MIT

The Requires

 

The Development Requires

by José Carlos

documentation adr agility architecture-decision-records architecture-decision

02/04 2018

v1.0.1

1.0.1.0

A PHP based command-line interface tool for working with ADR

  Sources   Download

MIT

The Requires

 

The Development Requires

by José Carlos

documentation adr agility architecture-decision-records architecture-decision

23/02 2018

v1.0.0

1.0.0.0

A PHP based command-line interface tool for working with ADR

  Sources   Download

MIT

The Requires

 

The Development Requires

by José Carlos

documentation adr agility architecture-decision-records architecture-decision