PHPackages                             xtwoend/template - 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. xtwoend/template

ActivePackage

xtwoend/template
================

my template base

06CSS

Since Mar 29Pushed 10y ago1 watchersCompare

[ Source](https://github.com/xtwoend/template)[ Packagist](https://packagist.org/packages/xtwoend/template)[ RSS](/packages/xtwoend-template/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

template
========

[](#template)

my template for production

Setup
-----

[](#setup)

Add the package to your project
-------------------------------

[](#add-the-package-to-your-project)

```
  composer require xtwoend/template

```

Declare the service provider and the alias
------------------------------------------

[](#declare-the-service-provider-and-the-alias)

Add the following line to your config/app.php file:

```
  'providers' => [
    // ...
    // Other Service Providers
    // ...
    Xtwoend\TemplateServiceProvider::class,
  ],

```

Publish assets
--------------

[](#publish-assets)

```
  php artisan vendor:publish --provider="Xtwoend\TemplateServiceProvider" --force

```

Install elixir npm
------------------

[](#install-elixir-npm)

```
	npm install

```

Run Gulp
--------

[](#run-gulp)

```
	gulp

```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/707e862eb8fddef4791639520cae4efdc10855859dcf3aa74c1bafa46c5bb575?d=identicon)[xtwoend](/maintainers/xtwoend)

---

Top Contributors

[![xtwoend](https://avatars.githubusercontent.com/u/1768785?v=4)](https://github.com/xtwoend "xtwoend (8 commits)")

### Embed Badge

![Health badge](/badges/xtwoend-template/health.svg)

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

PHPackages © 2026

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