Download the PHP package azaharizaman/nexus-data-privacy without Composer

On this page you can find all versions of the php package azaharizaman/nexus-data-privacy. 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 nexus-data-privacy

Nexus\DataPrivacy

Version: 1.0.0
PHP Version: ^8.3
Type: Atomic Package (Framework-Agnostic)
Status: ✅ Production Ready

Overview

Nexus\DataPrivacy provides a regulation-agnostic foundation for personal data protection and privacy compliance. It implements core privacy management capabilities without embedding any specific jurisdiction's rules.

This package follows the Progressive Disclosure Pattern - it serves as the core abstraction layer, while jurisdiction-specific packages (like Nexus\GDPR or Nexus\PDPA) extend it with regulatory requirements.

Key Features

Installation

Installation

Architecture

Progressive Disclosure Pattern

This package serves as the regulation-agnostic core. Jurisdiction-specific requirements are provided by extension packages:

Package Structure

Quick Start

1. Consent Management

2. Data Subject Requests (DSARs)

3. Retention Policies

4. Breach Management

5. Processing Activities (ROPA)

External Dependencies

This package defines interfaces for external dependencies. Your application must provide implementations:

PartyProviderInterface

Provides access to personal data stored in Nexus\Party or your party system:

AuditLoggerInterface

Logs all privacy operations for compliance:

Binding in Laravel

Enums Reference

RequestType

Value Description Typical Deadline
ACCESS Right to access personal data 30 days (GDPR)
ERASURE Right to be forgotten 30 days (GDPR)
RECTIFICATION Right to correct data 30 days (GDPR)
RESTRICTION Right to restrict processing 30 days (GDPR)
PORTABILITY Right to data portability 30 days (GDPR)
OBJECTION Right to object to processing 30 days (GDPR)
AUTOMATED_DECISION Rights related to automated decisions 30 days (GDPR)

RequestStatus

DataCategory

Category Special Category Risk Level
BASIC_IDENTITY No Low
CONTACT No Low
FINANCIAL No High
HEALTH Yes Critical
BIOMETRIC Yes Critical
GENETIC Yes Critical
RACIAL_ETHNIC Yes High
POLITICAL Yes High
RELIGIOUS Yes High
SEXUAL_ORIENTATION Yes High
TRADE_UNION Yes High
CRIMINAL Yes Critical
CHILDREN Yes Critical
LOCATION No Medium
BEHAVIORAL No Medium
COMMUNICATION No Medium
TRANSACTION No Medium
EMPLOYMENT No Medium

BreachSeverity

Severity Response Time Criteria
LOW 5 days < 100 subjects, no special categories
MEDIUM 48 hours 100-1000 subjects, low-risk categories
HIGH 24 hours 1000-10000 subjects or sensitive categories
CRITICAL Immediate > 10000 subjects or highly sensitive

Extension Packages

Nexus\GDPR (EU General Data Protection Regulation)

Nexus\PDPA (Malaysia Personal Data Protection Act)

Testing

Dependencies

License

MIT License. See LICENSE file for details.


Last Updated: December 2025
Maintained By: Nexus Architecture Team


All versions of nexus-data-privacy with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
psr/log Version ^3.0
azaharizaman/nexus-common Version dev-main
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 azaharizaman/nexus-data-privacy contains the following files

Loading the files please wait ...