php-text-template

repository·main·Indexed 27 days ago

https://github.com/sebastianbergmann/php-text-template

A PHP library designed for text templating, intended for use as a dependency in PHP projects for development or testing purposes.

Tokens
93
Snippets
1
Records
1
Agent score
43%

What's inside php-text-template

  1. Install php-text-template via Composer

    main

    You can add php-text-template to your project using Composer.

    To add it as a standard project dependency, use: composer require phpunit/php-text-template

    If you only require the library for development purposes (e.g., for running a test suite), add it as a development-time dependency using the --dev flag.

    composer require phpunit/php-text-template