List of Awesome PHP Packages
Collections
Laminas Project (ex-Zend Framework)
Mezzio Framework (ex Zend Expressive): a microframework that heavily uses PSR standards
PSR-15 HTTP Middlewares: collection of useful middlewares
Paragon Initiative: mostly security related
Spomky-Labs and their minor packages: mostly auth and security
Yii Framework 3: 3.x is not yet released but some packages are quite stable and usable. Look for them in their packagist namespace.
improved PHP library, especially their awesome improved/iterable
Data Types
ext-ds: Data Structures, a standard extension worth mentioning. Common data structures like Set, Queue, and Map.
Dependency Injection
PHP-DI: The best IMHO DI for PHP
Http
fig/http-message-util: HTTP method and status code constants
sabre/dav: WebDAV implementation with CalDAV, CardDAV, etc
Parsers
sabre/xml: very useful XMLReader / XMLWriter wrapper
yosymfony/toml: TOML parser, unfortunately, outdated
OpenSpout: Streaming spreadsheet parser and writer (XLSX, ODS, CSV)