php-league-csv 9.20.1+dfsg-2 source package in Ubuntu

Changelog

php-league-csv (9.20.1+dfsg-2) unstable; urgency=medium

  * Team upload
  * Drop version from build-dependencies

 -- David Prévot <email address hidden>  Wed, 15 Jan 2025 11:14:42 +0100

Upload details

Uploaded by:
Debian PHP PEAR Maintainers
Uploaded to:
Sid
Original maintainer:
Debian PHP PEAR Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe misc

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
php-league-csv_9.20.1+dfsg-2.dsc 1.9 KiB 243a307b449c5d3a05563ab4fbf13ef1e47c33be2e0d78492dd014d7344a3f11
php-league-csv_9.20.1+dfsg.orig.tar.xz 615.6 KiB babd7116dffffa85dbd4ec74e8de43ca0140f3072b7e377e5b6c1e14390c7455
php-league-csv_9.20.1+dfsg-2.debian.tar.xz 4.0 KiB 2f9072cae8a3e647580c14f3e485430284a248384bc9df2a5e0dc2900147a36c

No changes file available.

Binary packages built by this source

php-league-csv: CSV data manipulation made easy in PHP

 Csv is a library to ease parsing, writing and filtering CSV in PHP. The
 library goal is to be powerful while remaining lightweight, by utilizing PHP
 native classes whenever possible.
 .
 Highlights:
  - Easy to use API
  - Read and Write to CSV documents in a memory efficient and scalable way
  - Support PHP stream filtering capabilities
  - Transform CSV documents into popular format (JSON, XML or HTML)
  - Fully documented
  - Fully unit tested
  - Framework-agnostic