Skip to content

Instantly share code, notes, and snippets.

View paulido's full-sized avatar

IDO Paul paulido

View GitHub Profile
@paulido
paulido / countries_list.php
Created December 13, 2024 13:13 — forked from swport/countries_list.php
Countries List PHP Array
<?php
return array (
0 =>
array (
'id' => 1,
'name' => 'Afghanistan',
'iso3' => 'AFG',
'iso2' => 'AF',
'phone_code' => '93',
'capital' => 'Kabul',