2017 © Pedro Peláez
 

library neon-diff

PHP library to compare Neon file against a template

image

thefuntasty/neon-diff

PHP library to compare Neon file against a template

  • Wednesday, April 4, 2018
  • by radimvaculik
  • Repository
  • 1 Watchers
  • 0 Stars
  • 122 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 31 % Grown

The README.md

neon-diff

PHP library to compare Neon file against a template, (*1)

Installation

composer require thefuntasty/neon-diff

Usage

vendor/bin/neon-diff [template] [neon]

where [neon] is any NEON file and [template] is a template Neon file includes schema and regexps to compare with., (*2)

Template

key1: value1 # Exact match
key2: '~^[a-zA-Z0-9_\-]+$~' # Regular expression match, must start and end with `~` character 
key3: '~^(value3|value4)$~' # Another example of regular expression match
key4: yes # Boolean support 

The Versions

04/04 2018

dev-master

9999999-dev https://github.com/thefuntasty/neon-diff

PHP library to compare Neon file against a template

  Sources   Download

MIT

The Requires

 

The Development Requires

by Radim Vaculik

04/04 2018

1.1.1

1.1.1.0 https://github.com/thefuntasty/neon-diff

PHP library to compare Neon file against a template

  Sources   Download

MIT

The Requires

 

The Development Requires

by Radim Vaculik

05/03 2018

1.1

1.1.0.0 https://github.com/thefuntasty/neon-diff

PHP library to compare Neon file against a template

  Sources   Download

MIT

The Requires

 

The Development Requires

by Radim Vaculik

05/03 2018

1.0

1.0.0.0 https://github.com/thefuntasty/neon-diff

PHP library to compare Neon file against a template

  Sources   Download

MIT

The Requires

 

The Development Requires

by Radim Vaculik