PHP Package: franzose/doctrine-bulk-insert

Efficient PHP library for bulk insertion with Doctrine ORM, boosting database performance and reducing query overhead.

Current Version: 2.0
Last Updated: 2022-06-13
PHP Requirement: ^8.0
Dependencies:
doctrine/orm
doctrine/dbal
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Doctrine Bulk Insert is a powerful PHP library designed to streamline the process of bulk data insertion within a Doctrine ORM environment. By leveraging batch processing techniques, it significantly improves database performance by minimizing query overhead and optimizing data transfer efficiency, making it an essential tool for high-volume data operations.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.1

Clock Coming soon

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/franzose/doctrine-bulk-insert/2.1/loader.php';
require_once 'libs/doctrine/orm/3.5.2/loader.php';
require_once 'libs/doctrine/dbal/4.3.4/loader.php';

use Franzose\DoctrineBulkInsert\BatchProcessor;
use Doctrine\ORM\EntityManager;

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