2017 © Pedro Peláez
 

library array-values-masking

For recursively masking secret data within array-values.

image

youhey/array-values-masking

For recursively masking secret data within array-values.

  • Friday, June 8, 2018
  • by youhey
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

For recursively masking secret data within array-values.

For recursively (deep) masking secret data within array-values., (*1)

Install

$ composer require youhey/array-values-masking

Testing

$ composer test

or, (*2)

# set up Docker images for php 7.2
$ docker build -t youhey/php72-array-values-masking docker/php72

# set up Docker images for php 7.1
$ docker build -t youhey/php71-array-values-masking docker/php71

# set up Docker images for php 7.0
$ docker build -t youhey/php70-array-values-masking docker/php70

# composer install
$ docker run --rm -v "$(pwd):/work" youhey/php72-array-values-masking composer install
# or docker run --rm -v "$(pwd):/work" youhey/php71-array-values-masking composer install
# or docker run --rm -v "$(pwd):/work" youhey/php70-array-values-masking composer install

# to run tests
$ docker run --rm -v "$(pwd):/work" youhey/php72-array-values-masking composer test
# or docker run --rm -v "$(pwd):/work" youhey/php71-array-values-masking composer test
# or docker run --rm -v "$(pwd):/work" youhey/php70-array-values-masking composer test

The Versions

08/06 2018

dev-master

9999999-dev

For recursively masking secret data within array-values.

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by IKEDA Youhei

08/06 2018

v0.1.0

0.1.0.0

For recursively masking secret data within array-values.

  Sources   Download

MIT

The Requires

  • php >=7.0.0

 

The Development Requires

by IKEDA Youhei