PHPackages                             pushinbr/pam-native-image - 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. pushinbr/pam-native-image

ActivePam-native-plugin

pushinbr/pam-native-image
=========================

High-performance cached native image loading for PAM Native.

v0.1.4(today)023↑2639.1%Apache-2.0PHPPHP ^8.5CI passing

Since Aug 24Pushed todayCompare

[ Source](https://github.com/push-in/pam-native-image)[ Packagist](https://packagist.org/packages/pushinbr/pam-native-image)[ RSS](/packages/pushinbr-pam-native-image/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

PAM Native Image
================

[](#pam-native-image)

**Fast images, predictable memory, native scrolling.**

Load, resize, cache, cancel, and recycle remote or sandboxed images through mature native pipelines—without bundling a feed framework.

[![Latest version](https://camo.githubusercontent.com/53376cbba7949137140ee0677b93916c19459ed8cb579baf4bb6fd323223de46/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70757368696e62722f70616d2d6e61746976652d696d6167653f7374796c653d666c61742d737175617265266c6162656c3d737461626c65)](https://packagist.org/packages/pushinbr/pam-native-image)[![CI](https://camo.githubusercontent.com/b0f33310d6e4c6281b2abe6dda19bc2f91c3947f8e517b6ff248ef4ebc3adfb8/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f707573682d696e2f70616d2d6e61746976652d696d6167652f63692e796d6c3f6272616e63683d6d61696e267374796c653d666c61742d737175617265266c6162656c3d4349)](https://github.com/push-in/pam-native-image/actions)[![PHP](https://camo.githubusercontent.com/c7009b591ef7c8f2be2190010dfcdfe5d60527973019da2d3852a0611a411469/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e352d3737374242343f7374796c653d666c61742d737175617265266c6f676f3d706870266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/c7009b591ef7c8f2be2190010dfcdfe5d60527973019da2d3852a0611a411469/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e352d3737374242343f7374796c653d666c61742d737175617265266c6f676f3d706870266c6f676f436f6c6f723d7768697465)[![Android](https://camo.githubusercontent.com/86e883456abecab1656b905a235d8b7178f4d8f5ef7f4f9e3b927151592c9dbd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416e64726f69642d41504925323032362532422d3344444338343f7374796c653d666c61742d737175617265266c6f676f3d616e64726f6964266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/86e883456abecab1656b905a235d8b7178f4d8f5ef7f4f9e3b927151592c9dbd/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f416e64726f69642d41504925323032362532422d3344444338343f7374796c653d666c61742d737175617265266c6f676f3d616e64726f6964266c6f676f436f6c6f723d7768697465)[![iOS](https://camo.githubusercontent.com/534bb200d9e15574fc852c5a324306333c5356a1cb524a90701a423f3fc1e15d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f694f532d31352532422d3030303030303f7374796c653d666c61742d737175617265266c6f676f3d6170706c65266c6f676f436f6c6f723d7768697465)](https://camo.githubusercontent.com/534bb200d9e15574fc852c5a324306333c5356a1cb524a90701a423f3fc1e15d/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f694f532d31352532422d3030303030303f7374796c653d666c61742d737175617265266c6f676f3d6170706c65266c6f676f436f6c6f723d7768697465)

**[Documentation](https://push-in.github.io/pam-docs/native/overview/) · [Quick start](#quick-start) · [What you can build](#what-you-can-build) · [PAM ecosystem](https://push-in.github.io/pam-docs/ecosystem/) · [Issues](https://github.com/push-in/pam-native-image/issues)**

---

Why PAM Native Image
--------------------

[](#why-pam-native-image)

Load, resize, cache, cancel, and recycle remote or sandboxed images through mature native pipelines—without bundling a feed framework. The public API is strictly typed for PHP 8.5; expensive or frame-sensitive work stays in Rust or the platform SDK instead of crossing the application boundary every frame.

**Best for**A focused capability you can add to any PAM Native application**Native path**Coil 3 · SDWebImage**Application model**Composer package + generated native integration**Design rule**Independent module; no feed, vertical, or application template bundledWhat you can build
------------------

[](#what-you-can-build)

- Poster walls and media catalogs
- Product grids, avatars, and social timelines
- Offline-aware, memory-bounded image surfaces

Quick start
-----------

[](#quick-start)

Already have a PAM Native project? Add only this capability:

```
pam composer require pushinbr/pam-native-image
pam doctor --fix
```

New to PAM? Follow the **[five-minute PAM Native setup](https://push-in.github.io/pam-docs/native/overview/)** once, then return here. Your application stays a normal Composer project with a committed lockfile.

See it in action
----------------

[](#see-it-in-action)

```
return NativeImage::make('https://cdn.example.com/poster.webp')
    ->contentMode(ImageContentMode::Cover)
    ->cachePolicy(ImageCachePolicy::MemoryAndDisk)
    ->crossfade(120);
```

The decoder, resizing, cancellation, memory/disk caching, and recycled-view safety stay native through Coil 3.3 on Android and SDWebImage 5.21 on iOS. It is a horizontal primitive and never installs a feed or application template.

Sources must be HTTPS or sandbox-relative. Always provide semantic image descriptions in the surrounding PAM UI surface, test low-memory eviction and offline behavior, and run `pam production certify` before release.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

5

Last Release

0d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/19325395?v=4)[David William balbino](/maintainers/DavidWilliamBalbino)[@DavidWilliamBalbino](https://github.com/DavidWilliamBalbino)

---

Top Contributors

[![DavidWilliamBalbino](https://avatars.githubusercontent.com/u/19325395?v=4)](https://github.com/DavidWilliamBalbino "DavidWilliamBalbino (11 commits)")

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/pushinbr-pam-native-image/health.svg)

```
[![Health](https://phpackages.com/badges/pushinbr-pam-native-image/health.svg)](https://phpackages.com/packages/pushinbr-pam-native-image)
```

PHPackages © 2026

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