2017 © Pedro Peláez
 

library antiscrape

A layer of scraping protection for your sensitive text data

image

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

The README.md

Antiscrape

Build Status, (*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

The Versions

23/05 2015

dev-master

9999999-dev

A layer of scraping protection for your sensitive text data

  Sources   Download

MIT

The Requires

  • php >=5.3.0

 

The Development Requires

by Sebastian Westberg