PHP Package: alcaeus/mongo-php-adapter

MongoDB PHP adapter for efficient data handling and seamless integration

Current Version: 1.2.5
Last Updated: 2023-11-29
PHP Requirement: ^5.6 || ^7.0 || ^8.0
Dependencies:
mongodb/mongodb
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

The MongoDB PHP adapter provides seamless integration with MongoDB databases, ensuring efficient data handling and retrieval. This library simplifies working with MongoDB, offering robust functionalities to developers. With comprehensive support for MongoDB features, the adapter enhances the PHP-MongoDB development experience, allowing for optimized interactions and improved performance in applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.2.5

Download Download v1.2.5

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/alcaeus/mongo-php-adapter/1.2.5/loader.php';
require_once 'libs/mongodb/mongodb/{lib_version}/loader.php';
require_once 'libs/php/{lib_version}/loader.php';

use Alcaeus\MongoPHPAdapter\Adapter;
use MongoDB\Client;

$obj = new Adapter();
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.