Download the PHP package peanutpay/php-evadts-parser without Composer

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

PHP EVA DTS Parser

A comprehensive PHP library for parsing EVA DTS (Electronic Vending Audit Data Transfer Standard) files from vending machines. This library converts machine audit data into structured, analyzable formats with built-in sales analysis and reporting capabilities.

Features

Quick Start

Basic Usage

CLI Tool

Advanced Usage with New Parser Methods

📁 Project Structure

🧪 Testing and Validation

The test/ directory contains comprehensive testing and validation tools:

📄 Sample Data

The example/ directory contains real EVA-DTS files from various manufacturers:

Installation

Make sure you have Composer installed. Then, require the package in your project:

Usage

Here's an example of how to use the parser:

Supported Data Blocks

This parser supports all 115 documented EVA DTS 6.1.2 field identifiers with 93 specialized DataBlock classes:

Core Data Blocks (Complete Coverage)

Payment Systems (All Variants)

Events & Audit (Comprehensive)

Extended & Device-Specific (Full Support)

93 DataBlock classes covering 115+ unique field identifiers with full EVA DTS 6.1.2 specification compliance.

Notes

Development and Testing

This project uses custom test scripts rather than traditional PHP testing frameworks for several reasons:

  1. Domain-Specific Testing - EVA DTS parsing requires specialized validation of binary data formats
  2. Real-World Data Focus - Tests use actual vending machine files rather than mocked data
  3. Visual Output Requirements - Console table formatting and HTML report generation need visual validation
  4. Rapid Prototyping - Custom scripts allow quick iteration during EVA DTS specification development
  5. Integration Testing - End-to-end parser validation with complete data flows

The test suite in test/ provides comprehensive coverage including field validation, error handling, and format compliance testing.

Contributing

Feel free to fork this repository and submit pull requests. Contributions are welcome!

License

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


All versions of php-evadts-parser with dependencies

PHP Build Version
Package Version
No informations.
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 peanutpay/php-evadts-parser contains the following files

Loading the files please wait ....