PHPackages                             nguyenanhung/template-frontend-package - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. nguyenanhung/template-frontend-package

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

nguyenanhung/template-frontend-package
======================================

Structure Repository Template for Frontend Module Service Package

v1.0.5(1y ago)23MITPHPPHP ^5.6 || ^7.0 || ^8.0

Since Jul 1Pushed 1y ago2 watchersCompare

[ Source](https://github.com/nguyenanhung/template-frontend-package)[ Packagist](https://packagist.org/packages/nguyenanhung/template-frontend-package)[ Docs](https://github.com/nguyenanhung/template-frontend-package)[ RSS](/packages/nguyenanhung-template-frontend-package/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (6)Dependencies (6)Versions (7)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/23f5e9a5d265c7aee19e24bf1ee3af75db589061f813e3e47ba1826d010814e3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6e677579656e616e68756e672f74656d706c6174652d66726f6e74656e642d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/template-frontend-package)[![Total Downloads](https://camo.githubusercontent.com/5e76f6f508cf97aceddbf1de729985d9181df4aa57c55cadaf9e090a4cd4eb11/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e677579656e616e68756e672f74656d706c6174652d66726f6e74656e642d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/template-frontend-package)[![Daily Downloads](https://camo.githubusercontent.com/332e0a444ea6621dc22b427f4e6ce703040b868fbe4e69b8a7d8db1ccf9805a4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64642f6e677579656e616e68756e672f74656d706c6174652d66726f6e74656e642d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/template-frontend-package)[![Monthly Downloads](https://camo.githubusercontent.com/099f010c00b5a88ac2d97043ba3e0b6ec8d6076f894e6b1a770f94187c894c35/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6e677579656e616e68756e672f74656d706c6174652d66726f6e74656e642d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/template-frontend-package)[![License](https://camo.githubusercontent.com/21ecffb5d768cfb16c3bf16608c01812d0133e07f9f4c8753be4adc0efd94e14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6e677579656e616e68756e672f74656d706c6174652d66726f6e74656e642d7061636b6167652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/nguyenanhung/template-frontend-package)[![PHP Version Require](https://camo.githubusercontent.com/2ea5b5b634712ea7288a3740d3e621f539281e63ad682c3513f1bc7b5bc268ea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646570656e64656e63792d762f6e677579656e616e68756e672f74656d706c6174652d66726f6e74656e642d7061636b6167652f706870)](https://packagist.org/packages/nguyenanhung/template-frontend-package)

Template start Frontend Module Package
======================================

[](#template-start-frontend-module-package)

Template for repository Frontend Module - Basic, Simple and Lightweight

Use this Template
-----------------

[](#use-this-template)

First, you can `Use this template` for new project: [Use this template](https://github.com/nguyenanhung/template-frontend-package/generate)

Second, clone your project to your to path in your machine

Finally, your edit file `composer.json` in root folder of project

```
{
    "type": "library",
    "name": "nguyenanhung/template-frontend-package",
    "description": "Structure Repository Template for Frontend Module Service Package",
    "keywords": [
        "frontend",
        "helper",
        "library",
        "php"
    ],
    "homepage": "https://github.com/nguyenanhung/template-frontend-package",
    "license": "MIT",
    "minimum-stability": "stable",
    "authors": [
        {
            "name": "Nguyen An Hung",
            "email": "dev@nguyenanhung.com",
            "homepage": "https://nguyenanhung.com",
            "role": "Developer"
        }
    ],
    "require": {
        "php": ">=7.1.3",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-mbstring": "*",
        "symfony/polyfill": "^1.26",
        "nguyenanhung/my-debug": "^3.0 || ^2.0",
        "nguyenanhung/my-cache": "^3.0 || ^2.0",
        "nguyenanhung/database": "^3.0 || ^2.0",
        "nguyenanhung/security": "^3.0 || ^2.0",
        "nguyenanhung/requests": "^3.0 || ^2.0",
        "nguyenanhung/monitor": "^3.0 || ^2.0",
        "nguyenanhung/image": "^3.0 || ^2.0",
        "nguyenanhung/helpers": "^3.0 || ^2.0",
        "nguyenanhung/seo": "^3.0 || ^2.0",
        "nguyenanhung/web-builder-helper": "^1.0",
        "nguyenanhung/web-builder-templates": "^1.0"
    },
    "require-dev": {
        "tramtro/make-some-noise": "^1.0"
    },
    "autoload": {
        "psr-4": {
            "nguyenanhung\\Frontend\\Your_Project\\": "src/"
        },
        "files": [
            "helpers/helpers.php"
        ]
    }
}
```

Replace name space `Your_Project` to Project Backend space, example: `Google`. After change namespace, project namespace same `"nguyenanhung\\Frontend\\Google\\": "src/"`

Finished, your can writing new awesome helper and library now time.

Contact &amp; Support
---------------------

[](#contact--support)

If any question &amp; request, please contact following information

NameEmailSkypeFacebookHung Nguyennguyenanhung5891@nguyenanhungFrom Vietnam with Love &lt;3

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% 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 ~162 days

Recently: every ~202 days

Total

6

Last Release

650d ago

PHP version history (2 changes)v1.0.0PHP &gt;=7.1.3

v1.0.4PHP ^5.6 || ^7.0 || ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/3694ef9f3367ff9f6bcd668ca1d6726e3c55e6fd379cba9c2d4ab6a24595fbd8?d=identicon)[7135k13m](/maintainers/7135k13m)

---

Top Contributors

[![hungnguyenhp](https://avatars.githubusercontent.com/u/6778496?v=4)](https://github.com/hungnguyenhp "hungnguyenhp (7 commits)")[![nguyenanhung](https://avatars.githubusercontent.com/u/9348255?v=4)](https://github.com/nguyenanhung "nguyenanhung (1 commits)")

---

Tags

phphelperlibraryfrontend

### Embed Badge

![Health badge](/badges/nguyenanhung-template-frontend-package/health.svg)

```
[![Health](https://phpackages.com/badges/nguyenanhung-template-frontend-package/health.svg)](https://phpackages.com/packages/nguyenanhung-template-frontend-package)
```

PHPackages © 2026

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