Download the PHP package subdesign/laravel-gdpr-nullify without Composer

On this page you can find all versions of the php package subdesign/laravel-gdpr-nullify. 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 laravel-gdpr-nullify

Laravel GDPR Nullify

If you are affected by GDPR, you may find yourself in situation, when someone ask you to delete his/her data. You don't need to delete their records, just hide the sensible fields. This way your database remains consistent (eg. for history, statistics) but you finally satisfy the request.

With this package you can easily "nullify" specific fields for any Eloquent Model.

Requirements

Laravel 5.5

Installation

Install with composer

Setup

Add the following trait to your Eloquent model

Next, add a property to this model which field(s) you want to nullify

Usage

Use the nullify() method on a model instance

In the example, the name and email fields will be filled with random characters in the length of the database fields.

Dependency

The package has a dependency which is automatically installed: https://github.com/doctrine/dbal/tree/2.9

Credits

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-gdpr-nullify with dependencies

PHP Build Version
Package Version
Requires doctrine/dbal Version ^2.9
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 subdesign/laravel-gdpr-nullify contains the following files

Loading the files please wait ....