PHPackages                             atum/nativephp-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. atum/nativephp-loader

ActiveNativephp-plugin[Utility &amp; Helpers](/categories/utility)

atum/nativephp-loader
=====================

A NativePHP Mobile plugin for an animated loading screen

1.0.1(4mo ago)072↓40%MITPHP ^8.2

Since Feb 21Pushed 3mo agoCompare

[ Source](https://github.com/pteal79/nativephp-loader)[ Packagist](https://packagist.org/packages/atum/nativephp-loader)[ RSS](/packages/atum-nativephp-loader/feed)WikiDiscussions main Synced 3w ago

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

NativePHP Loader
================

[](#nativephp-loader)

A NativePHP Mobile plugin that provides beautiful Lottie animated loading screens for iOS and Android apps.

Give your users something delightful to look at while your app loads. This plugin replaces the default static splash screen with smooth, eye-catching Lottie animations that work seamlessly on both platforms.

Choose from the bundled animations or bring your own — just drop in a `.lottie` file and configure the colors to match your brand.

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

[](#installation)

```
composer require atum/nativephp-loader
```

Publishing Assets
-----------------

[](#publishing-assets)

Publish the demo animations and config to your Laravel app:

```
# Publish everything (recommended)
php artisan vendor:publish --tag=nativephp-loader

# Or publish separately
php artisan vendor:publish --tag=nativephp-loader-config
php artisan vendor:publish --tag=nativephp-loader-animations
```

### Example Animations

[](#example-animations)

This plugin includes demo animations:

DemoMeditationNative[![](.github/bricks.gif)](.github/bricks.gif)[![](.github/meditation.gif)](.github/meditation.gif)[![](.github/native.gif)](.github/native.gif)`demo.lottie``meditation.lottie``native.lottie``#23b9d6``#1E40AF``#1a2332`Configuration
-------------

[](#configuration)

Configuration can be controlled via environment variables or by publishing the config file.

### Environment Variables

[](#environment-variables)

Example configurations:

```
# Demo animation (teal theme)
LOADER_ANIMATION_PATH="resources/animations/demo.lottie"
LOADER_BACKGROUND_COLOR="#23b9d6"

# Meditation animation (blue theme)
LOADER_ANIMATION_PATH="resources/animations/meditation.lottie"
LOADER_BACKGROUND_COLOR="#1E40AF"

# Native animation (dark theme)
LOADER_ANIMATION_PATH="resources/animations/native.lottie"
LOADER_BACKGROUND_COLOR="#1a2332"

# Common settings
LOADER_SIZE="0.6"
LOADER_POSITION="center"
LOADER_FADE_IN_DURATION="900"
```

### Custom Animations

[](#custom-animations)

You can use your own Lottie animations by:

1. Placing your `.lottie` file in `resources/animations/`
2. Setting the path in your `.env`:

```
LOADER_ANIMATION_PATH=resources/animations/my-custom-animation.lottie
```

Demo Animations License
-----------------------

[](#demo-animations-license)

The demo animations included in this plugin (`demo.lottie`, `meditation.lottie`, `native.lottie`) are free animations from [LottieFiles](https://lottiefiles.com/free-animations) and are subject to the [LottieFiles License](https://lottiefiles.com/page/license).

License
-------

[](#license)

MIT

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance80

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community6

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

Unknown

Total

1

Last Release

122d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/167c450c5528b16682698e73dc0a8cb5b537244340d1696502cfc3f3f92ebdd1?d=identicon)[pteal79](/maintainers/pteal79)

---

Top Contributors

[![benjam-es](https://avatars.githubusercontent.com/u/1738602?v=4)](https://github.com/benjam-es "benjam-es (5 commits)")

###  Code Quality

TestsPest

### Embed Badge

![Health badge](/badges/atum-nativephp-loader/health.svg)

```
[![Health](https://phpackages.com/badges/atum-nativephp-loader/health.svg)](https://phpackages.com/packages/atum-nativephp-loader)
```

###  Alternatives

[eightynine/filament-reports

Elegant reports in your filament application

10036.1k](/packages/eightynine-filament-reports)

PHPackages © 2026

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