Libraries tagged by php files
clean/phpdoc-md
150359 Downloads
Parse PHP classes and writes documentation to markdown files
xthiago/pdf-version-converter
490542 Downloads
PHP library for converting the version of PDF files (for compatibility purposes).
viest/xlswriter
222 Downloads
xlswriter is a PHP C Extension that can be used to write text, numbers, formulas and hyperlinks to multiple worksheets in an Excel 2007+ XLSX file.
tonirilix/nested-json-flattener
122762 Downloads
A php package to flatten nested json objects and nested arrays. It also allows you to create csv files from the flattened data.
tiime/factur-x
265143 Downloads
PHP library to manage your Factur-X (PDF invoices files)
sclable/xml-lint
674085 Downloads
A php cli tool to lint and validate xml files.
mirazmac/dotenvwriter
180220 Downloads
A PHP library to write values to .env (DotEnv) files
lordelph/icofileloader
148075 Downloads
High quality PHP package for reading and converting any .ico icon file, particularly website favicons
infostreams/excel-merge
86863 Downloads
A PHP library to merge two or more Excel files into one
idct/sftp-client
266362 Downloads
Typed PHP 8.2+ wrapper around ext-ssh2 that simplifies file upload/download over SSH/SCP/SFTP.
eseath/sypexgeo
197558 Downloads
A PHP package for working with the SypexGeo database file.
causal/extractor
274629 Downloads
Metadata and content analysis service - This extension detects and extracts metadata (EXIF / IPTC / XMP / ...) from potentially thousand different file types (such as MS Word/Powerpoint/Excel documents, PDF and images) and bring them automatically and natively to TYPO3 when uploading assets. Works with built-in PHP functions but takes advantage of Apache Tika and other external tools for enhanced metadata extraction.
badoo/soft-mocks
35692 Downloads
The idea behind "Soft Mocks" - as opposed to "hardcore" mocks that work on the level of the PHP interpreter (runkit and uopz) - is to rewrite class code on the spot so that it can be inserted in any place. It works by rewriting code on the fly during file inclusion instead of using extensions like runkit or uopz.
ajgl/csv-rfc
419811 Downloads
Drop in replacement for native PHP CSV related functions to read and/or write RFC4180 compliant CSV files
byjg/jwt-session
89023 Downloads
A PHP session replacement that stores session data in JWT tokens instead of the filesystem. This implementation follows the SessionHandlerInterface standard, enabling stateless sessions without the need for dedicated session servers like Redis or Memcached. Perfect for distributed applications and microservices architectures.