PHPackages                             webmodules/bootloader - 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. [API Development](/categories/api)
4. /
5. webmodules/bootloader

ActiveLibrary[API Development](/categories/api)

webmodules/bootloader
=====================

Module loader

0.2.0(8y ago)19023MITJavaScript

Since Jul 26Pushed 8y ago8 watchersCompare

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

READMEChangelog (6)Dependencies (2)Versions (30)Used By (3)

bootloader
==========

[](#bootloader)

Module Dependency Loader with bundlify

Including Library
-----------------

[](#including-library)

```
>

MyApp

        bootloader({
            appContext: '',
            indexBundle: "myapp/app",
            debugBundles: [],
            apiServer: "/data/"
        });

```

define
------

[](#define)

```
define({
  module : "my.module",
  extend : "my.parent",
  using : ["mod1","mod2","mod3"]
}).as(function(MyModule,mod1,mod2,mod3){

  return {
    _define_ : function(){
    },
    _instance_ : function(){
    },
    _extended_ : function(){
    },
    _ready_ : function(){

    }
  };

})
```

module
------

[](#module)

```
module(["module1","module2"], function(module1,module2){

});
```

importStyle
-----------

[](#importstyle)

Import StyleSheets packages recursively as mentioned in module.json

```
__importStyle__("style/package/name");
```

Hooks
-----

[](#hooks)

```
bootloader.module404 =  function(moduleName){
  //finally raise alert when module not found
};
```

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity64

Established project with proven stability

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

Recently: every ~101 days

Total

29

Last Release

3146d ago

### Community

Maintainers

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

---

Top Contributors

[![lnt](https://avatars.githubusercontent.com/u/5462166?v=4)](https://github.com/lnt "lnt (67 commits)")

---

Tags

apirudra

### Embed Badge

![Health badge](/badges/webmodules-bootloader/health.svg)

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

PHPackages © 2026

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