Download the PHP package maatify/event-logging without Composer

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

# Maatify Event Logging ![Maatify.dev](https://www.maatify.dev/assets/img/img/maatify_logo_white.svg) [![Latest Version](https://img.shields.io/packagist/v/maatify/event-logging.svg)](https://packagist.org/packages/maatify/event-logging) [![PHP Version](https://img.shields.io/packagist/php-v/maatify/event-logging.svg)](https://packagist.org/packages/maatify/event-logging) [![License](https://img.shields.io/packagist/l/maatify/event-logging.svg)](LICENSE) [![PHPStan](https://img.shields.io/badge/PHPStan-Level%20Max-4E8CAE)](https://github.com/Maatify/event-logging) [![Monthly Downloads](https://img.shields.io/packagist/dm/maatify/event-logging)](https://packagist.org/packages/maatify/event-logging) [![Total Downloads](https://img.shields.io/packagist/dt/maatify/event-logging)](https://packagist.org/packages/maatify/event-logging) [![Maatify Ecosystem](https://img.shields.io/badge/Maatify-Ecosystem-blueviolet)](https://github.com/Maatify) [![Install](https://img.shields.io/badge/Install-composer%20require%20maatify%2Fevent--logging-blue)](https://packagist.org/packages/maatify/event-logging) [![Changelog](https://img.shields.io/badge/Changelog-View-blue.svg)](CHANGELOG.md) [![Package Reference](https://img.shields.io/badge/Reference-Read-blue.svg)](EVENT_LOGGING_PACKAGE_REFERENCE.md) [![Security Policy](https://img.shields.io/badge/Security-Policy-blue.svg)](SECURITY.md) [![Contributing Guide](https://img.shields.io/badge/Contributing-Guide-blue.svg)](CONTRIBUTING.md) `maatify/event-logging` is a framework-agnostic standalone Composer package for registering event logging domains within the Maatify ecosystem. This package provides strict domain isolation, MySQL persistence, and fail-open/fail-closed semantics without mandatory framework bindings. It intentionally relies on explicit Composer and runtime dependencies to operate autonomously from host applications and frameworks.

๐Ÿš€ Key Features


๐Ÿ“‹ Requirements

Composer/Runtime Dependencies:


๐Ÿ“ฆ Installation


๐Ÿ“– Usage

Factory / Provider Wiring

Host applications provide their own dependencies (PDO, Clock, PSR-3 Logger) to instantiate the domain provider:

(See 01-factory-provider.php for manual factory/provider wiring. Hosts that prefer DI can also import the optional pure-PHP Maatify\EventLogging\Bootstrap\EventLoggingBindings::definitions() helper; this helper is not required and does not introduce framework-specific behavior.)

Domain Recorder Usage

Recording an authoritative audit (fail-closed, requires robust persistence):

(See 04-audit-trail-record.php for broader examples.)


๐Ÿ—๏ธ Logging Domains

The package maintains six separated event domains:

  1. AuthoritativeAudit โ€” Governance/security posture logging with fail-closed semantics.
  2. AuditTrail โ€” Reads, views, exports, and navigation visibility events.
  3. SecuritySignals โ€” Authentication and security anomaly signals.
  4. BehaviorTrace โ€” Operational activity and mutation-only behavior events.
  5. DiagnosticsTelemetry โ€” Technical observability and diagnostic events.
  6. DeliveryOperations โ€” Async jobs, notifications, webhooks, and delivery lifecycle events.

๐Ÿ›ก๏ธ Architecture Guarantees


๐Ÿงช Examples

The examples/ directory contains plain PHP illustrative skeletons covering integration scenarios. See the Examples Coverage Plan for full context.


๐Ÿ“š Documentation

Architecture

Integration Guides


โœ… Quality Status


๐Ÿชช License

This package is licensed under the MIT License. See the LICENSE file for details.


๐Ÿ‘ค Author

Engineered by Mohamed Abdulalim (@megyptm)
Backend Lead & Technical Architect
https://www.maatify.dev


[Built with โค๏ธ by Maatify.dev โ€” Unified Ecosystem for Modern PHP Libraries](https://www.maatify.dev)

All versions of event-logging with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
ext-json Version *
ext-pdo Version *
psr/log Version ^3.0
ramsey/uuid Version ^4.9
maatify/exceptions Version ^1.1
maatify/shared-common Version ^1.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 maatify/event-logging contains the following files

Loading the files please wait ...