PHPackages                             puneetxp/the\_template\_php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Templating &amp; Views](/categories/templating)
4. /
5. puneetxp/the\_template\_php

ActiveTemplate[Templating &amp; Views](/categories/templating)

puneetxp/the\_template\_php
===========================

PHP template for The framework

0.0.4.24(1y ago)063Apache-2.0HTML

Since Jan 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/puneetxp/the_template_php)[ Packagist](https://packagist.org/packages/puneetxp/the_template_php)[ RSS](/packages/puneetxp-the-template-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (26)Used By (0)

The Framework cum Start Pack
============================

[](#the-framework-cum-start-pack)

Roadmap to compile in multiple Languages Roadmap to be decide.

First Step

Go to App/Karl/setup/model/ where is json you can create new json file accordingly

```
{
    "name": "user",//MODEL NAME
    "table": "users",//TABLE NAME
    "crud": ["c", "r", "u","d"],//CREATE UPDATE READ DELETE
    "data": [{
            "name": "password",//name of database
            "mysql_data": "varchar(255)",//mysql database
            "sql_attribute": "NULL",//mysql sql_attribute
            //if there is no sql_attribute then it is NOT NULL so you can skip it
            "datatype": "string"//for interface file
        }],
    "roles": {
        "read": ["admin"],//roles allow to read
        "update": ["admin"],//roles allow to update
        "write": ["admin"],//roles allow to write
        "delete": ["-"]//roles allow to delete
    }
}
```

Then Run App/Karl/setup/autosetup.php

That will create Controller, Routes, Model, Also Interface in typesript for your front end

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~23 days

Recently: every ~84 days

Total

25

Last Release

655d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/c2220e2a1d2dc0b8a974ba097a3756b27293fcd4c7d0ef4cfd152c3aa2f3977e?d=identicon)[puneetxp](/maintainers/puneetxp)

---

Top Contributors

[![puneetxp](https://avatars.githubusercontent.com/u/19248561?v=4)](https://github.com/puneetxp "puneetxp (49 commits)")

### Embed Badge

![Health badge](/badges/puneetxp-the-template-php/health.svg)

```
[![Health](https://phpackages.com/badges/puneetxp-the-template-php/health.svg)](https://phpackages.com/packages/puneetxp-the-template-php)
```

###  Alternatives

[mustache/mustache

A Mustache implementation in PHP.

3.3k44.6M291](/packages/mustache-mustache)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[whitecube/nova-flexible-content

Flexible Content &amp; Repeater Fields for Laravel Nova.

8053.0M25](/packages/whitecube-nova-flexible-content)[mopa/bootstrap-bundle

Easy integration of twitters bootstrap into symfony2

7042.9M33](/packages/mopa-bootstrap-bundle)[limenius/react-bundle

Client and Server-side react rendering in a Symfony Bundle

3871.2M](/packages/limenius-react-bundle)[nicmart/string-template

StringTemplate is a very simple string template engine for php. I've written it to have a thing like sprintf, but with named and nested substutions.

2101.7M30](/packages/nicmart-string-template)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
