Download the PHP package maximantonisin/veles-hide-string without Composer
On this page you can find all versions of the php package maximantonisin/veles-hide-string. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download maximantonisin/veles-hide-string
More information about maximantonisin/veles-hide-string
Files in maximantonisin/veles-hide-string
Download maximantonisin/veles-hide-string
More information about maximantonisin/veles-hide-string
Files in maximantonisin/veles-hide-string
Vendor maximantonisin
Package veles-hide-string
Short Description String security/anonymous hide
License MIT
Package veles-hide-string
Short Description String security/anonymous hide
License MIT
Please rate this library. Is it a good library?
Informations about the package veles-hide-string
Veles Hide (String security hide)
Author
Maxim Antonisin
[email protected]
Linkedin
Description
This package is designed and implemented to work with text/strings to replace/hide sensitive information.
Requirements
- PHP 7.2+
- composer
- symfony/twig-bridge
Options
length
- Number of chars to be replaced.offset
- Number of chars to skip before replace.hideChar
- Special symbol used for replace.
Use
String (MaximAntonisin\Veles\Type\StringTypeInterface::class)
Options
No additional options for this string type format. This type is default.
Replace chars
Email (MaximAntonisin\Veles\Type\EmailTypeInterface::class)
Options
domainLength
- Number of chars to be replaced in domain part.domainOffset
- Number of chars to be skipped to replace in domain part.
Basic usage
Replace in email name and domain parts
Replace only in email domain part
Url (MaximAntonisin\Veles\Type\UrlTypeInterface::class)
Options
schemeLength
- Number of chars to be replaced in scheme part.schemeOffset
- Number of chars to be skipped on replace in scheme part.queryLength
- Number of chars to be replaced in query part.queryOffset
- Number of chars to be skipped on replace in query part.pathLength
- Number of chars to be replaced in path part.pathOffset
- Number of chars to be skipped on replace in path part.
Basic Usage
Replace in scheme
Replace in path
Replace in query
Support
All versions of veles-hide-string with dependencies
PHP Build Version
Package Version
The package maximantonisin/veles-hide-string contains the following files
Loading the files please wait ....