dataplay/services
Dataplay Services provides lightweight tools for Laravel apps: generate mock data from a schema, hash and compare payloads for data sync/integrity checks, and log executed SQL queries to a file for debugging and analysis with zero dependencies.
Home | Data Generator | Data Sync Engine | Query Log
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.
Install via composer:
composer require dataplay/services
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.
Creates hashes from data payloads to verify data integrity and detect changes, facilitating data synchronization .
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
How can I help you explore Laravel packages today?