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

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

iboot/core
==========

This is a core package for iboot project

v2.0.2(2y ago)01011MITPHP

Since Oct 4Pushed 2y agoCompare

[ Source](https://github.com/technology-net/core)[ Packagist](https://packagist.org/packages/iboot/core)[ RSS](/packages/iboot-core/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (29)Used By (1)

IBOOT - CORE PACKAGE
--------------------

[](#iboot---core-package)

Description.
------------

[](#description)

This is a core package management

Add config for Laravel 10
-------------------------

[](#add-config-for-laravel-10)

### File `package.json`

[](#file-packagejson)

```

{
    "private": true,
    "scripts": {
        "dev": "npm run development",
        "development": "mix",
        "watch": "mix watch",
        "watch-poll": "mix watch -- --watch-options-poll=1000",
        "hot": "mix watch --hot",
        "prod": "npm run production",
        "production": "mix --production"
    },
    "devDependencies": {
        "axios": "^1.1.2",
        "laravel-mix": "^6.0.49",
        "popper.js": "^1.16.1"
    },
    "dependencies": {
        "autoprefixer": "10.4.5",
        "glob": "^10.3.10"
    }
}

```

### Create new project and add file `webpack.mix.js`

[](#create-new-project-and-add-file-webpackmixjs)

```
const mix = require('laravel-mix');
const glob = require('glob');
const path = require('path');

/*
 |--------------------------------------------------------------------------
 | Mix Asset Management
 |--------------------------------------------------------------------------
 |
 | Mix provides a clean, fluent API for defining some Webpack build steps
 | for your Laravel applications. By default, we are compiling the CSS
 | file for the application as well as bundling up all the JS files.
 |
 */

mix.options({
  processCssUrls: false,
  clearConsole: true,
  terser: {
    extractComments: false,
  }
})

// Run all webpack.mix.js in app
glob.sync(path.resolve(__dirname) + '/vendor/iboot/**/webpack.mix.js').forEach(item => require(item))
glob.sync(path.resolve(__dirname) + '/packages/**/webpack.mix.js').forEach(item => require(item))

```

How to install?
---------------

[](#how-to-install)

```
composer require iboot/core

```

Run Environment
---------------

[](#run-environment)

```
php artisan core:environment

```

- Change your config/auth.php file:

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

```

- Install `node_modules`:

```
npm install

```

Run demo
--------

[](#run-demo)

```
php artisan ser
npm run watch

```

```
Email: admin@icitech.net
Password: password

```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 63.6% 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 ~1 days

Total

12

Last Release

943d ago

Major Versions

v1.0.9 → v2.0.02023-10-06

### Community

Maintainers

![](https://www.gravatar.com/avatar/6949266624eeaea1c1e538eb79db7ad9a7a7add0c225638ae577c854ad08f402?d=identicon)[icitechnet](/maintainers/icitechnet)

---

Top Contributors

[![rickyca10](https://avatars.githubusercontent.com/u/146403949?v=4)](https://github.com/rickyca10 "rickyca10 (28 commits)")[![toitx-ici](https://avatars.githubusercontent.com/u/146401381?v=4)](https://github.com/toitx-ici "toitx-ici (11 commits)")[![ninhnk](https://avatars.githubusercontent.com/u/38484261?v=4)](https://github.com/ninhnk "ninhnk (5 commits)")

### Embed Badge

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

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

PHPackages © 2026

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