Download the PHP package azaharizaman/nexus-reporting without Composer

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

Nexus\Reporting

Presentation layer package for generating scheduled, multi-format reports with automated distribution and compliance-driven retention management.

Overview

Nexus\Reporting transforms raw analytics data from Nexus\QueryEngine into user-facing reports with:

Architecture

4-Tier Report Lifecycle

Core Components

Key Features

Security (SEC-REP-0401)

Resilience (REL-REP-0305)

Performance (PER-REP-0301)

Compliance

Installation

Usage

Create Report Definition

Generate On-Demand Report

Interactive Preview (FUN-REP-0213)

Batch Generation

Integration Points

Analytics

Export

Notifier

Scheduler

Storage

AuditLogger

Database Schema

reports_definitions

reports_generated

reports_distribution_log

Retention Policy

Tier Duration Storage Purpose
Active 90 days Hot (S3 Standard) Frequent access
Archive 7 years Deep (S3 Glacier) Compliance/Legal
Purged Permanent Deleted GDPR/Data minimization

Automated transitions run daily via scheduled job.

Template Customization

Default Templates (Option A)

Clean, professional formatting via Nexus\Export defaults.

Custom Templates (Option C - Advanced)

Template assets stored in Nexus\Storage with version audit trail.

Error Handling

Exceptions

Resilience Patterns

Performance Considerations

Requirements Coverage

Code Requirement Implementation
FUN-REP-0201 Create/Edit Report Templates ReportManager::createReport()
FUN-REP-0207 Scheduled Report Delivery ReportSchedule + ReportJobHandler
FUN-REP-0213 Interactive Dashboard Generation ReportManager::previewReport()
BUS-REP-0105 Output Format Control ReportFormat enum (PDF/Excel/CSV/JSON/HTML)
SEC-REP-0401 Permission Inheritance AnalyticsAuthorizerInterface::can() checks
REL-REP-0305 Report Generation Resilience PDF storage on distribution failure
PER-REP-0301 Scheduled Report Offloading Scheduler queue for >5s jobs

📖 Documentation

Package Documentation

Additional Resources

License

MIT License - See LICENSE file for details.


All versions of nexus-reporting with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
psr/log Version ^3.0
symfony/uid Version ^7.0
azaharizaman/nexus-query-engine Version dev-main
azaharizaman/nexus-export Version dev-main
azaharizaman/nexus-scheduler Version dev-main
azaharizaman/nexus-notifier Version dev-main
azaharizaman/nexus-storage Version dev-main
azaharizaman/nexus-audit-logger 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-reporting contains the following files

Loading the files please wait ...