Download the PHP
package hirasso/html-obfuscator without Composer
On this page you can find all versions of the php package
hirasso/html-obfuscator. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor hirasso Package html-obfuscator Short Description Obfuscate emails, phone numbers, and other sensitive data in PHP. Invisible to humans, hidden from crawlers and headless bots until they interact. License
MIT
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Obfuscate emails and phone numbers in HTML using modern web technology
Why
You might think that obfuscation won't work on spam bots. Turns out it does if done right!
How it works
On the server, PHP finds emails and phone numbers in the HTML, XOR-encodes them with a key derived from a passphrase (MD5 of a shuffled version of it), base64-encodes the result, and replaces the original text with a custom HTML element:
In the browser, a Web Component registered under that tag name picks up each element on connectedCallback, reverses the XOR encoding, and swaps itself out with the decoded content. Spam bots crawling the raw HTML never see the actual email or phone number.
Features
Fluent API
Fully compatible with HTML5
All mutations are lazily queued and processed in one go
Extensively tested
Installation
Minimal Example
Maximal Example
→ Browse the tests folder for more usage examples.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package hirasso/html-obfuscator contains the following files
Loading the files please wait ...
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.