phpoffice/phpword
PHPWord is a pure-PHP library to create, read, and edit documents in DOCX (OOXML), ODT (ODF), RTF, HTML, and PDF. Build sections, headers/footers, styles, fonts, and document properties dynamically from your PHP apps.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| aldaflux/doc-img-bundle | 0.86 | — | 0 | 0 | 0 | 0 | 0 | 0.0 | — | — | — | |
| ddeboer/livedocx-bundle | 0.84 | — | 1 | 1 | 0 | 0 | 0 | 0.0 | — | — | — | |
| 2lenet/pdf-generator-bundle | 0.84 | — | 2 | 2 | 2 | 553 | 0 | 22.4 | 35.0 | MIT | 4 months ago | |
| zendframework/zendservice-livedocx | 0.84 | ZendService\LiveDocx provides a PHP component for interacting with LiveDocx document services. Install via Composer and follow the docs in the documentation folder for usage. Note: repository abandoned since 2019-12-05 and no longer maintained. | 7 | 6 | 8 | 214 | 0 | 0.1 | 14.1 | BSD-3-Clause | — | |
| mikehaertl/phpwkhtmltopdf | 0.83 | — | 1,608 | 1,627 | 233 | 450K | 3 | 18.7 | 34.1 | MIT | 5 years ago | |
| phenx/php-font-lib | 0.83 | Read and parse TrueType, OpenType (TT glyphs) and WOFF fonts in PHP. Extract basic/advanced metadata, metrics, glyph names and shapes, generate Adobe Font Metrics (AFM), and build font subsets. Used by dompdf for font handling. | 1,801 | 1,808 | 254 | 2M | 17 | 36.1 | 53.3 | LGPL-2.1 | 6 months ago | |
| h4cc/wkhtmltopdf-amd64 | 0.83 | Static, precompiled wkhtmltopdf binaries for Linux amd64 installable via Composer. Version matches git tags (e.g., 0.12.4). Provides a PATH constant to locate the binary in code and creates a vendor/bin symlink for easy execution. | 489 | 507 | 168 | 295K | 13 | 13.3 | 43.1 | LGPL-3.0 | 8 years ago | |
| bitandblack/word-extract | 0.82 | Extract and process words from text by minimum length. Get matching words as an array or apply a callback to transform each extracted word within the original string. Simple PHP library installable via Composer. | 1 | 1 | 0 | 145 | 0 | 0.0 | 25.8 | MIT | — | |
| dompdf/dompdf | 0.82 | Dompdf is a PHP HTML-to-PDF converter with a CSS 2.1-focused rendering engine. Supports external stylesheets, complex tables, common image formats, basic SVG, and runs without external PDF libraries. Requires PHP 7.1+ and DOM/MBString. | 11,167 | 11,331 | 1,835 | 7M | 498 | 88.5 | 71.7 | LGPL-2.1 | 2 weeks ago | |
| phpdocumentor/template-abstract | 0.82 | Abstract base template package for phpDocumentor. Provides common structure, assets, and utilities used by documentation templates, making it easier to build and maintain custom phpDocumentor themes with shared, reusable components. | 5 | 5 | 5 | 191 | 11 | 1.7 | 16.9 | — | — | |
| barryvdh/laravel-dompdf | 0.82 | Laravel wrapper for DOMPDF that makes generating PDFs from Blade views straightforward. Supports streaming or downloading, paper size/orientation options, and basic HTML/CSS rendering—ideal for invoices, reports, and other server-side PDF output in Laravel apps. | 7,286 | 7,380 | 976 | 4M | 97 | 81.6 | 67.6 | MIT | 4 months ago | |
| evert/phpdoc-md | 0.82 | Generates Markdown documentation from PHP source using phpDocumentor-style docblocks. Turn packages and libraries into clean README/API docs with configurable templates and output paths—handy for publishing reference docs to GitHub, wikis, or static sites. | 169 | 171 | 44 | 816 | 5 | 3.8 | 12.8 | MIT | — | |
| mmoreram/php-formatter | 0.82 | PHP code formatter with CLI and configurable rules to standardize style across a project. Formats files or entire directories, helps enforce clean, consistent code, and integrates easily into development workflows and CI. | 168 | 169 | 17 | 808 | 2 | 3.0 | 7.7 | MIT | 8 years ago | |
| dalv/wordbundle | 0.82 | — | 0 | 0 | 0 | 0 | 0 | 0.9 | — | MIT | 5 years ago | |
| evosys21/pdflib | 0.79 | PHP addons for FPDF/TCPDF/tFPDF to build advanced tag-formatted multicells and tables. Supports alignment/justification, mixed fonts/styles/colors, padding, frames/backgrounds, links, tabs, and sub/superscripts for rich PDF layouts. | 5 | 5 | 2 | 254 | 1 | 19.7 | 26.0 | MIT | 2 months ago | |
| itbz/fpdf | 0.79 | Discontinued PSR-0/Composer package for FPDF 1.7, namespaced as \fpdf\FPDF. Includes FPDF_EXTENDED with UTF-8 input, easier page totals, relative image paths, cursor move helpers, graceful font fallback, and GetPdf(). | 85 | 86 | 40 | 9K | 0 | 0.8 | 19.6 | NOASSERTION | — | |
| victorjonsson/markdowndocs | 0.79 | Generate single-page Markdown API docs from PHP DocBlocks. Install via Composer and run phpdoc-md to scan your source, include public/protected methods, respect @ignore, and infer missing types using reflection. | 102 | 103 | 30 | 995 | 8 | 3.9 | 16.3 | MIT | 10 years ago | |
| phpdocumentor/phpdocumentor | 0.78 | phpDocumentor is a documentation generator for PHP projects. It scans source code and DocBlocks to build API docs, can parse Markdown/ReST, embed API snippets into guides, and generate UML diagrams to help keep code and documentation in sync. | 4,346 | 4,419 | 647 | 10K | 146 | 81.5 | 37.8 | MIT | 2 months ago | |
| phpdocumentor/shim | 0.78 | Composer installer shim that downloads the official phpDocumentor PHAR from the main repo and places it in vendor/bin for easy use in your project. Tracks released phpDocumentor versions; for bleeding-edge builds, use the main repo. | 7 | 7 | 0 | 33K | 0 | 25.5 | 57.3 | MIT | 2 months ago | |
| saggre/phpdocumentor-markdown | 0.77 | phpDocumentor Markdown template that generates GitHub/GitLab-ready docs from PHP source. Documents classes, interfaces, traits, functions, methods, properties, types, modifiers, and inheritance. Run phpdoc with the template to output Markdown for repos, wikis, or AI context. | 22 | 22 | 9 | 4K | 3 | 1.2 | 32.3 | MIT | — |
How can I help you explore Laravel packages today?