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
Requires
- php: ^8.4
- illuminate/support: ^11.0
- jdorn/sql-formatter: ^1.2
- wendelladriel/laravel-validated-dto: ^4.3
Requires (Dev)
- larastan/larastan: ^3.8
- laravel/pint: ^1.26
- orchestra/testbench: ^9.5
- pestphp/pest: ^4.1
- phpstan/phpstan: ^2.1
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