mrgoodbytes8667 / string-mask-bundle
A Symfony/Twig bundle for masking strings
Installs: 8 352
Dependents: 1
Suggesters: 1
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: ^8.1
- ext-json: *
- symfony/config: ^6.4 | ^7.0
- symfony/console: ^6.4 | ^7.0
- symfony/dependency-injection: ^6.4 | ^7.0
- symfony/framework-bundle: ^6.4 | ^7.0
- symfony/serializer: ^6.4 | ^7.0
- symfony/string: ^6.4 | ^7.0
- symfony/validator: ^6.4 | ^7.0
- twig/twig: ^2.12 | ^3.0
Requires (Dev)
- doctrine/common: ^3.0
- friendsofphp/php-cs-fixer: ^3.58
- mrgoodbytes8667/test-common-faker: >=0.3.4
- rector/rector: ^1.0
- symfony/test-pack: ^1.0.9
- symfony/var-dumper: ^6.4 | ^7.0
Conflicts
- phpunit/phpunit: <9.5 || 9.5.8
README
A Symfony/Twig bundle for masking strings
Installation
Make sure Composer is installed globally, as explained in the installation chapter of the Composer documentation.
Applications that use Symfony Flex
Open a command console, enter your project directory and execute:
$ composer require mrgoodbytes8667/string-mask-bundle
Applications that don't use Symfony Flex
Step 1: Download the Bundle
Open a command console, enter your project directory and execute the following command to download the latest stable version of this bundle:
$ composer require mrgoodbytes8667/string-mask-bundle
Step 2: Enable the Bundle
Then, enable the bundle by adding it to the list of registered bundles
in the config/bundles.php
file of your project:
// config/bundles.php return [ // ... Bytes\StringMaskBundle\BytesStringMaskBundle::class => ['all' => true], ];
License
String Mask Bundle by MrGoodBytes is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.
Based on a work at https://github.com/mrgoodbytes8667/string-mask-bundle.