Here we are sharing some good composer packages.
Some outstanding packages are available in Composer repository. The list and short description is always helpful.
A full-featured email creation and transfer class for PHP
URL: PHPMailer Repository
composer require phpmailer/phpmailer
Akeneo Spreadsheet parser. Reads XLXS files from Microsoft Excel and Open Office
This component is designed to extract data from spreadsheets, while being easy on resources, even for large files.
The current version of the spreadsheet parser works with csv and xlsx files
composer require akeneo-labs/spreadsheet-parser
TCPDF is a PHP class for generating PDF documents and barcodes.
PHP library for generating PDF documents on-the-fly.
Please visit link to see more features: https://packagist.org/packages/tecnickcom/tcpdf
composer require tecnickcom/tcpdf
PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine
PhpSpreadsheet is a library written in pure PHP and offers a set of classes that allow you to read and write various spreadsheet file formats such as Excel and LibreOffice Calc.
PhpSpreadsheet is the next version of PHPExcel. It breaks compatibility to dramatically improve the code base quality (namespaces, PSR compliance, use of latest PHP language features, etc.).
Because all efforts have shifted to PhpSpreadsheet, PHPExcel will no longer be maintained. All contributions for PHPExcel, patches and new features, should target PhpSpreadsheet master
branch.
composer require phpoffice/phpspreadsheet