PHPackages                             avik/ignite - 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. [Framework](/categories/framework)
4. /
5. avik/ignite

ActiveLibrary[Framework](/categories/framework)

avik/ignite
===========

Application bootstrap and assembly layer for the Avik framework

v1.1.1(3mo ago)0142MITPHPPHP &gt;=8.1

Since Dec 28Pushed 3mo agoCompare

[ Source](https://github.com/aviyandev/avik-ignite)[ Packagist](https://packagist.org/packages/avik/ignite)[ RSS](/packages/avik-ignite/feed)WikiDiscussions main Synced today

READMEChangelogDependencies (12)Versions (4)Used By (2)

avik/ignite
===========

[](#avikignite)

Ignite is the application bootstrap and assembly layer of the Avik framework.

It is responsible for preparing the application environment before any HTTP request, CLI command, or job is executed.

---

Purpose
-------

[](#purpose)

Ignite assembles an Avik application by:

- Loading environment variables
- Loading configuration files
- Initializing the dependency container
- Registering service providers
- Booting service providers

Ignite does NOT handle routing, controllers, or HTTP execution.

---

Typical Usage
-------------

[](#typical-usage)

```
use Avik\Ignite\Application;
use Avik\Ignite\Bootstrap\{
    LoadEnvironment,
    LoadConfiguration,
    RegisterProviders,
    BootProviders
};

$app = new Application(__DIR__);

(new LoadEnvironment())->bootstrap($app);
(new LoadConfiguration())->bootstrap($app);

(new RegisterProviders())->bootstrap($app, [
    FlowServiceProvider::class,
    PathServiceProvider::class,
    CanvasServiceProvider::class,
]);

(new BootProviders())->bootstrap($app);
```

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance82

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community11

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

Total

3

Last Release

97d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39535998?v=4)[Vineet Kumar](/maintainers/aviyandev)[@aviyandev](https://github.com/aviyandev)

---

Top Contributors

[![aviyandev](https://avatars.githubusercontent.com/u/39535998?v=4)](https://github.com/aviyandev "aviyandev (5 commits)")

### Embed Badge

![Health badge](/badges/avik-ignite/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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