Libraries tagged by data convert
chubbyphp/chubbyphp-parsing
35514 Downloads
Allows parsing data of various structures, meaning the population and validation of data into a defined structure. For example, converting an API request into a Data Transfer Object (DTO).
mohamedsabil83/laravel-hijrian
13071 Downloads
Hijri-Gregorian date converter for Laravel
tonirilix/nested-json-flattener
72764 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
pointybeard/reverse-regex
24364 Downloads
Convert Regular Expressions into text, for testing
andegna/calender
7135 Downloads
If you ever want to convert Ethiopian Calender to any other calender system (like the Gregorian Calender) this is the right package for you. And by the way it also support Amharic date formatting and much much more.
bakame/csv
78 Downloads
CSV data manipulation made easy in PHP
oshomo/csv-utils
77797 Downloads
A CSV utility to read, validate and write data to multiple format including JSON, XML etc.
everapi/currencyapi-php
23019 Downloads
A PHP wrapper for the currencyapi.com API
sfmok/request-input-bundle
7917 Downloads
Converts request data into DTO inputs objects with validation.
koriym/loop
5437 Downloads
Converts iterable data sets (e.g., database results, CSV files) into an entity list generator with loop context (isFirst, isLast, index, iteration).
jaxwilko/datamigrator
6531 Downloads
A plugin that converts your data to flat files
popo/generator
35294 Downloads
Plain Old PHP Object (POPO) / Data Structure / Data Transfer Object (DTO) Generator. Convert YAML schema to PHP class.
laxity7/yii2-json-field
56696 Downloads
Behavior that convert array to JSON before save data in model, and also convert JSON to an array after saving and retrieving data
j-ben87/parsley-bundle
28846 Downloads
Convert Symfony constraints into data-attributes for client-side validation with Parsley.
digitaldream/data-converter
8772 Downloads
In web application we need to convert data from one type to another. For example, array to excel file or excel file to array.