library antiscrape
A layer of scraping protection for your sensitive text data
sebastianwestberg/antiscrape
A layer of scraping protection for your sensitive text data
- Saturday, May 23, 2015
- by estrar
- Repository
- 2 Watchers
- 1 Stars
- 2 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Antiscrape
, (*1)
Example usage
use Antiscrape\Scrambler\GenericScrambler as Scrambler;
use Antiscrape\Formatter\CssFormatter;
use Antiscrape\Formatter\HtmlFormatter;
$scrambler = new Scrambler();
$scramble = $scrambler->scramble('Lorem ipsum.');
<style></style>
, (*2)
Todo
dev-master
9999999-dev
A layer of scraping protection for your sensitive text data
Sources
Download
MIT
The Requires
The Development Requires
by
Sebastian Westberg