sebastianbergmann/php-text-template

A simple template engine.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 8th, 2026
Created on November 19th, 2009
Open Issues & Pull Requests: 3 (+0)
GitHub issues: Enabled
Number of forks: 31
Total Stargazers: 7,425 (+0)
Total Subscribers: 9 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 1
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 115 days
Stale 30+ days: 0
Stale 90+ days: 0

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • type/dependencies (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

php-text-template is a simple template engine for PHP.

The tool solves the problem of rendering text with variable substitution by providing a lightweight templating mechanism. It works by accepting a template string and replacing placeholders with provided values, offering a minimal alternative to full-featured template engines when only basic text rendering is needed.

The project suits developers who need straightforward variable interpolation without the overhead of complex template syntax or extensive dependencies. It is particularly useful in testing contexts and build tooling where a simple template engine is sufficient. The tool is installed via Composer and can be added as either a project dependency or a development-time dependency depending on whether templating is needed in production or only during development and testing.

The project maintains a focused scope with minimal activity, reflecting its role as a stable, single-purpose utility rather than an actively evolving framework. Development is sparse, indicating the tool has reached a stable state where the core functionality meets its intended use cases without requiring frequent updates.