Download the PHP package dwenzel/reporter without Composer

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

Reporter

Reporting extension for the TYPO3 CMS that provides additional reporting and auditing capabilities for TYPO3 instances.

Requirements

What does it do

Reporter provides comprehensive reporting and auditing capabilities for your TYPO3 instance:

Features

Backend Integration

API Capabilities

Package Analysis

The extension includes an extensive property reflection system that analyzes:

Installation

Install via Composer:

Activate the extension in the TYPO3 Extension Manager or via CLI:

API Configuration

The Reporter extension provides REST API endpoints for external system integration. Follow these steps to configure and use the API:

1. Import API Routes

Add the Reporter API route enhancers to your TYPO3 site configuration file (config/sites/{site-identifier}/config.yaml):

2. Generate API Token

The Reporter API uses token-based authentication via the cpsit/api-token package. Generate tokens using the CLI:

Interactive Mode:

Non-Interactive Mode:

JSON Output for Automation:

Backend Module:

  1. Navigate to System > API Token Management
  2. Click Create New Token
  3. Fill in name, description, and expiration
  4. Important: Copy the secret immediately - it won't be shown again!

3. API Usage

Available Endpoints

Authentication Headers

All API requests require the following headers:

Example Requests

cURL:

HTTP File (for IDE testing):

Response Format

The API returns JSON responses with application report data including:

4. Security Considerations

Dependencies


All versions of reporter with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4 || ^13.4
typo3/cms-reports Version ^12.4 || ^13.4
cpsit/auditor Version ^1.0.0
cpsit/api-token Version ^1.0.0
dwenzel/reporter-api Version ^1.0.0
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 dwenzel/reporter contains the following files

Loading the files please wait ...