PHPackages                             creative-syntax/page-loader - 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. creative-syntax/page-loader

ActiveLaravel-package[Utility &amp; Helpers](/categories/utility)

creative-syntax/page-loader
===========================

A laravel package for auto page loading system

v2.0.0(3y ago)339MITPHPPHP &gt;=5.4.0

Since May 7Pushed 3y ago1 watchersCompare

[ Source](https://github.com/dev-arindam-roy/Laravel-Page-Loader-Package-)[ Packagist](https://packagist.org/packages/creative-syntax/page-loader)[ RSS](/packages/creative-syntax-page-loader/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Laravel Page Loader Package-
============================

[](#laravel-page-loader-package-)

### A package for customize page loading system in easiest way. Just install it

[](#a-package-for-customize-page-loading-system-in-easiest-way-just-install-it)

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

[](#installation)

> **No dependency on PHP version and LARAVEL version**

### STEP 1: Run the composer command:

[](#step-1-run-the-composer-command)

```
composer require creative-syntax/page-loader
```

### STEP 2: Laravel without auto-discovery:

[](#step-2-laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
CreativeSyntax\PageLoader\CSPageLoader::class,
```

### STEP 3: Publish the package config: (If you want to customize)

[](#step-3-publish-the-package-config-if-you-want-to-customize)

```
php artisan vendor:publish --provider="CreativeSyntax\PageLoader\CSPageLoader" --force

-OR-

php artisan vendor:publish --tag="page-loader:config"
```

customization like:
-------------------

[](#customization-like)

> **in config folder, you will get a file -page-loader.php**

---

```
return [
    'is-active' => true, // if false then disable the loader
    'color' => '#0277BD' // you can change the color of the loader
];
```

license:
--------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/dev-arindam-roy/Laravel-Page-Loader-Package-/blob/master/LICENSE) for more information.

Post Issues: if found any
-------------------------

[](#post-issues-if-found-any)

If have any issue please [write me](https://github.com/dev-arindam-roy/Laravel-Page-Loader-Package-/issues).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity41

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

3

Last Release

1108d ago

Major Versions

v1.0.1 → v2.0.02023-05-07

### Community

Maintainers

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

---

Top Contributors

[![dev-arindam-roy](https://avatars.githubusercontent.com/u/24665327?v=4)](https://github.com/dev-arindam-roy "dev-arindam-roy (7 commits)")

---

Tags

creative-syntaxonexcrmarindampage-loaderlaravel-page-loader

### Embed Badge

![Health badge](/badges/creative-syntax-page-loader/health.svg)

```
[![Health](https://phpackages.com/badges/creative-syntax-page-loader/health.svg)](https://phpackages.com/packages/creative-syntax-page-loader)
```

###  Alternatives

[vrana/jush

JUSH - JavaScript Syntax Highlighter

272.7M9](/packages/vrana-jush)

PHPackages © 2026

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