PHPackages                             despark/igni-core - 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. despark/igni-core

AbandonedArchivedLibrary[Framework](/categories/framework)

despark/igni-core
=================

Igni CMS Kernel

2.0.4(7y ago)139325[10 issues](https://github.com/despark/igni-core/issues)[6 PRs](https://github.com/despark/igni-core/pulls)MITPHPPHP &gt;=5.6.4

Since Sep 19Pushed 6y ago8 watchersCompare

[ Source](https://github.com/despark/igni-core)[ Packagist](https://packagist.org/packages/despark/igni-core)[ RSS](/packages/despark-igni-core/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (16)Versions (37)Used By (0)

[![](https://camo.githubusercontent.com/812ea17970564244d0aa2c600b85674e2f680bf9dafc2ad288c3680c620f6bf3/68747470733a2f2f6465737061726b2e636f6d2f7075626c69632f696d616765732f6465737061726b2d6c6f676f2e737667)](https://camo.githubusercontent.com/812ea17970564244d0aa2c600b85674e2f680bf9dafc2ad288c3680c620f6bf3/68747470733a2f2f6465737061726b2e636f6d2f7075626c69632f696d616765732f6465737061726b2d6c6f676f2e737667)

[![Latest Stable Version](https://camo.githubusercontent.com/cbdabd9ec10b2108da118f73509b07728f8dfa3e65b02006d159b22cf92dc91f/68747470733a2f2f706f7365722e707567782e6f72672f6465737061726b2f69676e692d636f72652f762f737461626c652e737667)](https://packagist.org/packages/despark/igni-core)

Despark's igniCMS
=================

[](#desparks-ignicms)

UNSUPORTED
----------

[](#unsuported)

This project is not maintained anymore. Still we ❤️ you!

About
-----

[](#about)

**igniCMS** is an administrative interface builder for Laravel 5.6.

*For older Laravel versions (5.4 &amp; 5.5) please use [version 1.7](https://github.com/despark/igni-core/tree/1.7) of the igniCMS.*

Prerequisites
-------------

[](#prerequisites)

- nodejs &gt;= 4.0
- yarn or npm
- bower
- gulp
- composer

Installation
------------

[](#installation)

1. Run `composer require despark/igni-core`.
2. Add igniCMS service providers before the *application service providers* in the `config/app.php`, as shown below **(Optional for Laravel 5.5+)**

*Example*

```
 ...
  /*
  * igniCMS Service Providers
  */
  Despark\Cms\Providers\AdminServiceProvider::class,
  Despark\Cms\Providers\IgniServiceProvider::class,
  Despark\Cms\Providers\EntityServiceProvider::class,
  Despark\Cms\Providers\JavascriptServiceProvider::class,

  /*
  * Package Service Providers...
  */
  Laravel\Tinker\TinkerServiceProvider::class,
 ...
```

3. Config your database settings in your `.env` file.

```
    DB_CONNECTION=mysql
    DB_HOST=127.0.0.1
    DB_PORT=3306
    DB_DATABASE=mydbw
    DB_USERNAME=user
    DB_PASSWORD=password

```

4. Run this command in the terminal (it'll set all necessary resources to use the CMS. *To complete this step you should have **composer**, **npm** &amp; **bower**, installed globally*):

```
  php artisan igni:install

```

5. Config your `config/auth.php` file to use Igni's User model

*Example*

```
  ...
   'providers' => [
       'users' => [
           'driver' => 'eloquent',
           'model' => App\Models\User::class,
       ],
  ...
```

6. All done! Now go to the `/admin` and use your credentials

GDPR Compliance
---------------

[](#gdpr-compliance)

- IgniCMS provides you with out of the box functionalities, which will make the process of GDPR compliance on boarding easier. In our [Github page](https://despark.github.io/igni-core/) you will understand how to use them.

Additional information
----------------------

[](#additional-information)

- You can find more info about IgniCMS in our [Github page](https://despark.github.io/igni-core/).

Copyright and License
---------------------

[](#copyright-and-license)

igniCMS was written by Despark for the Laravel framework and is released under the MIT License. See the LICENSE file for details.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance5

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 67.3% 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 ~8 days

Total

30

Last Release

2910d ago

Major Versions

1.7 → 2.02018-04-17

1.8 → 2.0.22018-04-23

1.8.2 → 2.0.32018-04-27

### Community

Maintainers

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

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

---

Top Contributors

[![ageshev](https://avatars.githubusercontent.com/u/9364161?v=4)](https://github.com/ageshev "ageshev (187 commits)")[![lsimeonov](https://avatars.githubusercontent.com/u/17702047?v=4)](https://github.com/lsimeonov "lsimeonov (89 commits)")[![ibpavlov](https://avatars.githubusercontent.com/u/3340235?v=4)](https://github.com/ibpavlov "ibpavlov (2 commits)")

---

Tags

bowercmscomposerdesparkgulplaravelnpmframeworklaravelcorecmsdespark

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/despark-igni-core/health.svg)

```
[![Health](https://phpackages.com/badges/despark-igni-core/health.svg)](https://phpackages.com/packages/despark-igni-core)
```

###  Alternatives

[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[despark/ignicms

Administrative interface builder for Laravel 5.1

222.5k1](/packages/despark-ignicms)[kompo/kompo

Laravel &amp; Vue.js FullStack Components for Rapid Application Development

11812.4k21](/packages/kompo-kompo)[bpocallaghan/laravel-admin-starter

The Laravel Framework.

3511.4k](/packages/bpocallaghan-laravel-admin-starter)

PHPackages © 2026

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