PHPackages                             daison/essential - 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. daison/essential

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

daison/essential
================

Your one stop base-code builder

v0.1.4(8y ago)118MITPHP

Since Apr 18Pushed 8y ago1 watchersCompare

[ Source](https://github.com/daison12006013/essential)[ Packagist](https://packagist.org/packages/daison/essential)[ RSS](/packages/daison-essential/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (5)Dependencies (4)Versions (6)Used By (0)

Essential
=========

[](#essential)

Easier way to build a base code dedicated to your company!

How it Works
============

[](#how-it-works)

Sometimes you built the same directory structure, or you customized your own project; as the time goes by, you will do the same thing with future projects. The problem here, you always do copy pasting of your **base code**, yet you can do it using this package.

Install
=======

[](#install)

```
> composer require daison/essential --dev

```

Generate Config
===============

[](#generate-config)

To generate a config, you have to call

```
> ./vendor/bin/essential init

```

The above command should generate a file called `essential.json`, the file contains these keys

- **template**
    - The template folder to use
- **build\_path**
    - The temporary build path to use
- **replace**
    - the variables you will provide
- **scripts**
    - before
        - the scripts you would like to run before it will execute the replacer
    - after
        - the scripts you would like to run after the replacer was executed

### What it does:

[](#what-it-does)

- a VARIABLE based replacer to your own templates
- On your template folder, it actually iterates all the files; let us say you have `AUTHOR_NAME` inside your config and all files that has `{AUTHOR_NAME}` will be replaced.
- You can put bash scripts in it as a json, as long as you follow the rules of json format!

### Where should you use it?

[](#where-should-you-use-it)

- Most probably creating your own project installer.
- Write your own base code dedicated to all your projects.

### Missing Implementations:

[](#missing-implementations)

- Unit testing is still ongoing and will add this in the TravisCI.org
- Sample way thru a Video Recorded (Will do later)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity57

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 ~0 days

Total

5

Last Release

2950d ago

### Community

Maintainers

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

---

Top Contributors

[![daison12006013](https://avatars.githubusercontent.com/u/4581415?v=4)](https://github.com/daison12006013 "daison12006013 (9 commits)")

### Embed Badge

![Health badge](/badges/daison-essential/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[illuminate/queue

The Illuminate Queue package.

20331.4M1.2k](/packages/illuminate-queue)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)

PHPackages © 2026

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