survos / jsonl-bundle
Fast, concurrent, resumable, strictly-ordered JSONL ingestion utilities for Symfony 7.3 / PHP 8.4
Fund package maintenance!
kbond
Installs: 166
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
Type:symfony-bundle
pkg:composer/survos/jsonl-bundle
Requires
- php: ^8.4
- ext-zip: *
- ext-zlib: *
- psr/log: ^3.0
- symfony/console: ^7.3||^8.0
- symfony/dependency-injection: ^7.3||^8.0
- symfony/framework-bundle: ^7.3||^8.0
- symfony/http-client: ^7.3||^8.0
Requires (Dev)
- halaxa/json-machine: ^1.2
- league/csv: ^9.27
- phpunit/phpunit: ^12
- roave/security-advisories: dev-latest
- symfony/messenger: ^7.3
- dev-main
- 2.0.71
- 2.0.70
- 2.0.69
- 2.0.68
- 2.0.67
- 2.0.66
- 2.0.65
- 2.0.64
- 2.0.63
- 2.0.62
- 2.0.61
- 2.0.60
- 2.0.59
- 2.0.58
- 2.0.57
- 2.0.56
- 2.0.55
- 2.0.54
- 2.0.53
- 2.0.51
- 2.0.50
- 2.0.49
- 2.0.48
- 2.0.47
- 2.0.46
- 2.0.45
- 2.0.44
- 2.0.43
- 2.0.42
- 2.0.41
- 2.0.40
- 2.0.39
- 2.0.38
- 2.0.37
- 2.0.36
- 2.0.35
- 2.0.34
- 2.0.33
- 2.0.32
- 2.0.31
- 2.0.30
- 2.0.29
- 2.0.28
- 2.0.27
This package is auto-updated.
Last update: 2025-11-23 13:12:23 UTC
README
A Symfony bundle to interact work with jsonl data
Still under development, feedback welcome!
Quickstart
symfony new jsonl-demo --webapp && cd jsonl-demo composer require survos/jsonl-bundle
Installation
Create a new Symfony project.
symfony new jsonl-demo --webapp && cd jsonl-demo composer require survos/jsonl-bundle bin/console jsonl:list
Configuration
Configure directores and default format (.gz).