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