dataplay/services

Just playing with data for fun.

Installs: 0

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Type:laravel-package

pkg:composer/dataplay/services

v1.0.0 2025-12-18 10:08 UTC

This package is auto-updated.

Last update: 2025-12-19 08:19:38 UTC


README

Home | Data Generator | Data Sync Engine | Query Log

Dataplay Services

Dataplay Services offers a suite of tools to enhance data management within an application. It includes functionalities for generating mock data, ensuring data integrity through synchronization, and simple logging database queries for analysis and debugging.

Installation

Install via composer:

composer require dataplay/services

What's included

Data Generator

Flexible way to generate mock data based on a defined schema, useful for seeding databases, creating data for tests, or any other scenario where you need to generate structured data.

Data Sync Engine

Creates hashes from data payloads to verify data integrity and detect changes, facilitating data synchronization .

Query Log

Minimalist service for logging all SQL queries executed by the application to a log file with zero dependencies, offering a lightweight alternative to more comprehensive tools