library array-values-masking
For recursively masking secret data within array-values.
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
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
dev-master
9999999-dev
For recursively masking secret data within array-values.
Sources
Download
MIT
The Requires
The Development Requires
by
IKEDA Youhei
v0.1.0
0.1.0.0
For recursively masking secret data within array-values.
Sources
Download
MIT
The Requires
The Development Requires
by
IKEDA Youhei