|
|
@@ -573,6 +573,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
573
|
573
|
* [PHPWord](https://github.com/PHPOffice/PHPWord) - A library for working with Microsoft Word documents.
|
|
574
|
574
|
* [PHPSpreadsheet](https://github.com/PHPOffice/PhpSpreadsheet) - A pure PHP library for reading and writing spreadsheet files (successor of PHPExcel).
|
|
575
|
575
|
* [OpenSpout](https://github.com/openspout/openspout) - A community driven fork of `box/spout`, a PHP library to read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way.
|
|
|
576
|
+
|
|
576
|
577
|
### Database
|
|
577
|
578
|
*Libraries for interacting with databases using object-relational mapping (ORM) or datamapping techniques.*
|
|
578
|
579
|
|
|
|
@@ -582,6 +583,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
|
|
582
|
583
|
* [Baum](https://github.com/etrepat/baum) - A nested set implementation for Eloquent.
|
|
583
|
584
|
* [CakePHP ORM](https://github.com/cakephp/orm) - Object-Relational Mapper, implemented using the DataMapper pattern.
|
|
584
|
585
|
* [Cycle ORM](https://github.com/cycle/orm) - PHP DataMapper, ORM.
|
|
|
586
|
+* [yousha/dbal](https://github.com/yousha/dbalite) - A lightweight DBAL(Database Abstraction Layer) library for PHP 8.3.
|
|
585
|
587
|
* [Doctrine Extensions](https://github.com/doctrine-extensions/DoctrineExtensions ) - A collection of Doctrine behavioural extensions.
|
|
586
|
588
|
* [Doctrine](https://www.doctrine-project.org/) - A comprehensive DBAL and ORM.
|
|
587
|
589
|
* [Laravel Eloquent](https://github.com/illuminate/database) - A simple ORM.
|