PHP Package: rinvex/countries

Rinvex Countries is a PHP package that provides essential data about countries, states, and cities for SEO optimization.

Current Version: 9.1.0
Last Updated: Date not available
PHP Requirement: ^8.2.0
Dependencies:
rinvex/continent
rinvex/state
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Rinvex Countries is a comprehensive PHP library designed to assist developers with country-specific data, including information about states and cities. With over 250 countries and 4,500 states, this library empowers SEO strategies, enhancing geographical targeting and local content optimization.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 9.1.0

Download Download v9.1.0

Previous Versions

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/rinvex/countries/9.1.0/loader.php';
require_once 'libs/rinvex/continent/{lib_version}/loader.php';
require_once 'libs/rinvex/state/{lib_version}/loader.php';

use Rinvex\Countries\Countries;
use Rinvex\State\Models\State;

$obj = new Countries();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.