Download the PHP package woganmay/gdpr-blackhole without Composer

On this page you can find all versions of the php package woganmay/gdpr-blackhole. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

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.
Please rate this library. Is it a good library?

Informations about the package gdpr-blackhole

gdpr-blackhole

When it comes to GDPR, you have basically two options:

  1. Become GDPR compliant, in which the first step is a lengthy checklist, or
  2. Just block the entire EU

This repo assists with the latter.

Disclaimer

The GDPR is brand new legal territory. There's no clarity yet on how, when, or where certain regulations will be enforced. There's every chance the GDPR will come to apply only to major commercial operators, especially given the crazy-high penalties (Up to €10 million on the lower level).

That being said, if you're a small business (or side project) and you don't want to expose yourself to this sort of risk, preventing users from within the EU from using your services would go a long way to mitigating that risk. It's not bullet-proof, of course: EU residents can travel and use VPNs, and there's no guarantee that simply blocking the IP ranges of the EU is a perfect shield.

Finally, this project makes absolutely no warranties whatsoever. It affords no protections against GDPR enforcement, and is not a substitute for legal advice.

About the UK

As of right now, the United Kingdom is a member of the EU, and so the ranges are included (gb.txt) in both sets. If you'd rather remove them, I've included the compilation script. Just clone the repo, delete any countries you don't want to block, and run php scripts/compile.php to rebuild all 3 files.

Usage

Inside this repo:

Filename Contents
eu-iso.txt A list of the 2-digit ISO country codes (source)
eu-cidr4.txt A list of all the IPv4 CIDR ranges for the EU
eu-cidr6.txt A list of all the IPv6 CIDR ranges for the EU
eu-ranges.txt A combined file with all IPv4 and IPv6 ranges
scripts/compile.php Concatenates all the ranges together
zone4/* Individual IPv4 range files per country
zone6/* Individual IPv6 range files per country

Just grab the files you need and plug them into whatever you use for a firewall. For PHP projects, the IPSet project will save you a bunch of time.

Corrections & Support

These lists of IP ranges were obtained from a third party. If you have any corrections to make, please submit a pull request with the details.

License

MIT


All versions of gdpr-blackhole with dependencies

PHP Build Version
Package Version
No informations.
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 woganmay/gdpr-blackhole contains the following files

Loading the files please wait ....