PHP Package: dbrekelmans/bdi
BDI is a PHP library for SEO optimization, enabling better visibility and ranking on search engines by providing powerful tools and features.
Package Description
BDI is a comprehensive PHP library designed to empower developers in enhancing SEO performance. With a robust set of functionalities, BDI simplifies the process of optimizing web content for improved search engine visibility and ranking. From metadata management to structured data integration, BDI offers a holistic solution for maximizing online presence and attracting organic traffic.
Download Latest Version: 1.4.0

Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/dbrekelmans/bdi/1.4.0/loader.php';
use Bdi\Bdi;
$obj = new Bdi();
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.