Simple way to convert XML to JSON.
XML to JSON

Simple way to convert XML to JSON.
Consider that you have example.json
with the following content:
{
"firstName": "Temuri",
"lastName": "Takalandze",
"active": true,
"position": {
"title": "Developer",
"department": {
"title": "IT"
}
}
}
My PHP library to fill Plain Old PHP Object with JSON content.
Website for the presentation of the “Stalin’s list”
Simple CLI tool for displaying COVID-19 statistics.
PHP Library for generating Markdown document.
Drupal 8 module for working with NBG Currency API.
PHP Library for generating HTML document.
PHP Library for getting data from National Bank of Georgia (NBG)’s API.
My Docker stack for Symfony projects.