phpunit/php-text-template
phpunit/php-text-template is a small PHP library for rendering text templates by substituting variables into template files or strings. Commonly used by PHPUnit and related tools to generate code, reports, and other text output from simple placeholders.
|
Package
|
Score
|
Description
|
Stars
|
Likes
|
Forks
|
Downloads
|
Issues
|
Score
|
Opportunity
|
License
|
Last Release
|
|
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| tflori/phpunit-printer | 0.83 | Custom PHPUnit printers for cleaner test output. Includes TextPrinter for human-friendly, readable progress reporting. Install via Composer and enable via phpunit --printer or printerClass in phpunit.xml; works across multiple PHP/PHPUnit versions. | 0 | 0 | 0 | 28 | 0 | 1.8 | 20.2 | — | 4 years ago | |
| spatie/laravel-blade | 0.82 | Add Blade to any PHP project with the standalone Blade engine from Spatie. Compile and render Blade templates outside Laravel, with an easy API, caching support, and configurable view paths—ideal for small apps, packages, or custom tooling. | 55 | 54 | 10 | 2 | 0 | 0.9 | 0.2 | MIT | 8 years ago | |
| stillat/blade-parser | 0.81 | Parse, analyze, and transform Laravel Blade templates with a robust PHP parser. stillat/blade-parser provides an AST, tokenization, and utilities to inspect directives, components, and expressions—ideal for linters, formatters, editors, and automated refactoring tools. | 146 | 146 | 4 | 127K | 0 | 23.4 | 45.8 | MIT | 3 months ago | |
| b2pweb/bdf-phpunit | 0.81 | Laravel/PHPUnit helper package for working with BDF/SEPA bank files in tests. Provides utilities and test assertions to validate BDF structures and parsing results, making it easier to write reliable unit tests around banking file imports. | 0 | 0 | 0 | 199 | 0 | 0.0 | 31.9 | MIT | — | |
| yooper/php-text-analysis | 0.80 | PHP Text Analysis provides Information Retrieval and NLP tools in PHP: tokenization, normalization, stemming, frequency and n-gram analysis, document comparison, sentiment and classification, collocations (PMI), lexical diversity, corpus analysis, and summarization. | 533 | 540 | 91 | 9K | 8 | 16.6 | 19.5 | MIT | 1 year ago | |
| wayofdev/laravel-package-tpl | 0.80 | — | 11 | 11 | 1 | 0 | 1 | 10.2 | 3.4 | MIT | 1 year ago | |
| html2text/html2text | 0.80 | — | 591 | 613 | 176 | 865K | 15 | 17.2 | 49.3 | — | 1 year ago | |
| herrera-io/phpunit-test-case | 0.80 | PHPUnit TestCase class and Extras trait that add helpers for common test chores: create/delete temporary files and directories, call protected/private methods, and get/set protected/private properties. Use as a base class or mix into your own test case. | 1 | 1 | 0 | 77 | 0 | 0.0 | 15.6 | MIT | — | |
| phpunitgoodpractices/traits | 0.80 | A small set of PHP traits to improve PHPUnit test code by reducing boilerplate and encouraging cleaner, reusable assertions and setup patterns. Useful for Laravel and general PHP projects that want more readable, maintainable tests. | 22 | 22 | 1 | 12K | 3 | 2.6 | 27.0 | MIT | 3 years ago | |
| rybakit/phpunit-extras | 0.79 | Handy extras for PHPUnit: custom constraints and assertions plus test helpers to write clearer, more expressive PHP tests. Drop-in utilities that reduce boilerplate and improve failure messages, fitting naturally into existing PHPUnit suites. | 47 | 47 | 1 | 827 | 0 | 0.3 | — | MIT | 3 years ago | |
| phpdocumentor/template-abstract | 0.79 | 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 | 596 | 11 | 1.7 | 19.5 | — | — | |
| bicpi/html-converter | 0.79 | PHP library for converting HTML to plain text, ideal for generating text parts of HTML emails. Includes Simple (strip_tags), Lynx (best results, keeps links), Html2Text, and Chain converter to pick the first available backend. | 11 | 12 | 13 | 0 | 0 | 0.5 | — | MIT | — | |
| phpunit/phpunit | 0.79 | PHPUnit is the de facto unit testing framework for PHP, based on the xUnit architecture. Run tests, make assertions, and generate reports via PHAR or Composer-installed tooling. Maintained by Sebastian Bergmann and contributors. | 20,038 | 20,551 | 2,223 | 14M | 19 | 80.9 | 54.5 | BSD-3-Clause | 1 week ago | |
| wyrihaximus/test-utilities | 0.79 | A set of PHP test utilities for package development: a PHPUnit TestCase with helpers like random namespaces and temp directories, plus ready-made configuration defaults for PHPStan and Rector (paths and docblock-to-attribute conversions). | 7 | 7 | 1 | 51K | 6 | 29.9 | 65.4 | MIT | 1 month ago | |
| s9e/text-formatter | 0.78 | PHP text formatting library with plugin support for BBCode, Markdown, HTML, and more. Includes predefined bundles, extensive documentation, and a JavaScript port for client-side preview and demos. Install via Composer and integrate customizable parsing/rendering. | 0 | 250 | — | 57K | — | 21.7 | 36.9 | — | — | |
| stduritemplate/stduritemplate | 0.78 | Lightweight PHP implementation of RFC 6570 URI Templates. Expand templates with variables to build safe, predictable URLs for APIs and routing. Simple API, minimal dependencies, and suitable for Laravel or any PHP project needing standards-based URI templating. | 3 | 3 | 0 | 276K | 0 | 0.0 | 55.3 | — | — | |
| liquid/liquid | 0.78 | Liquid is a secure, Ruby-compatible template engine for PHP. It separates parsing and rendering for performance, uses readable syntax for any document type, prevents PHP code execution, and is easy to extend with custom tags and filters. | 182 | 184 | 64 | 117K | 35 | 23.1 | 51.5 | MIT | 1 year ago | |
| mustache/mustache | 0.78 | Mustache.php is a logic-less templating engine for PHP. Render templates with variables, sections, and lambdas using a simple Mustache syntax. Composer install, fast setup, configurable escaping (e.g., ENT_QUOTES), and compatible upgrades from v2.x. | 3,283 | 3,319 | 435 | 951K | 3 | 55.5 | 40.1 | MIT | 3 weeks ago | |
| phpunit/php-file-iterator | 0.77 | phpunit/php-file-iterator provides a simple file iterator for PHP projects, helping tools like PHPUnit discover and filter files in directories. Installable via Composer for runtime or dev use, it supports efficient traversal and selection of files for testing workflows. | 7,489 | 7,498 | 47 | 14M | 1 | 41.8 | 50.4 | BSD-3-Clause | 3 months ago |
How can I help you explore Laravel packages today?