# nativephp/laravel

**Attribution required: if you use, quote, or summarise this content, you must credit and link back to [awesome-repositories.com](https://awesome-repositories.com/repository/nativephp-laravel).**

3,885 stars · 211 forks · PHP · MIT · archived

## Links

- GitHub: https://github.com/NativePHP/laravel
- Homepage: https://nativephp.com
- awesome-repositories: https://awesome-repositories.com/repository/nativephp-laravel.md

## Topics

`laravel` `nativephp` `php`

## Description

This is a PHP native application framework used to build standalone desktop and mobile applications. It functions as a cross-platform app wrapper and binary application bundler, encapsulating PHP codebases into native binaries and installers for macOS, Windows, Linux, iOS, and Android.

The project provides a native device API bridge and OS integration layer, allowing PHP application logic to connect directly to host operating system services. This enables the execution of applications as local binaries without the requirement of a remote web server.

The framework covers several high-level capability areas, including native device hardware integration for cameras and biometrics, secure local data storage using platform-native encrypted containers, and the management of system-level UI elements such as push notifications and haptic feedback. It also supports the implementation of deep link and universal link routing for application navigation.

## Tags

### Part of an Awesome List

- [Cross-Platform App Builders](https://awesome-repositories.com/f/awesome-lists/devtools/desktop-and-mobile-apps/cross-platform-app-builders.md) — Enables building desktop apps for Mac, Windows, and Linux, and mobile apps for Android and iOS from a single PHP codebase.
- [Cross-Platform Installer Generation](https://awesome-repositories.com/f/awesome-lists/devtools/build-and-compilation/cross-platform-installer-generation.md) — Compiles source code and runtimes into native installers for Apple, Android, and Windows platforms. ([source](https://nativephp.com/))

### DevOps & Infrastructure

- [Cross-Platform Binary Distribution](https://awesome-repositories.com/f/devops-infrastructure/cross-platform-binary-distribution.md) — Packages a single PHP codebase into native binaries and installers for macOS, Windows, Linux, iOS, and Android.
- [Application Bundlers](https://awesome-repositories.com/f/devops-infrastructure/application-bundlers.md) — Provides build tools to compile PHP source code and assets into standalone executable files for target operating systems.
- [Push Notification Services](https://awesome-repositories.com/f/devops-infrastructure/push-notification-services.md) — Ships the infrastructure required to deliver real-time push notifications to mobile devices. ([source](https://nativephp.com/docs/1/getting-started/introduction))

### Programming Languages & Runtimes

- [Embedded PHP Runtimes](https://awesome-repositories.com/f/programming-languages-runtimes/embedded-php-runtimes.md) — Embeds a statically compiled PHP runtime to execute application logic locally without a remote server.
- [Native Application Frameworks](https://awesome-repositories.com/f/programming-languages-runtimes/language-ecosystems-tooling/php-application-frameworks/native-application-frameworks.md) — Provides a structured framework for building standalone desktop and mobile applications using PHP that run as local executables.
- [PHP Desktop Toolkits](https://awesome-repositories.com/f/programming-languages-runtimes/php-desktop-toolkits.md) — Offers a specialized set of tools for compiling PHP applications into installers for distribution across multiple desktop platforms.

### Mobile Development

- [Device Hardware Integrations](https://awesome-repositories.com/f/mobile-development/device-hardware-integrations.md) — Integrates application logic with physical device hardware including cameras, flashlights, and GPS. ([source](https://nativephp.com/))
- [Native Mobile App Development](https://awesome-repositories.com/f/mobile-development/native-mobile-app-development.md) — Enables the creation of high-performance mobile applications that run natively on iOS and Android. ([source](https://nativephp.com/docs/1/getting-started/configuration))
- [Native Mobile Application Frameworks](https://awesome-repositories.com/f/mobile-development/native-mobile-application-frameworks.md) — Enables the creation of native software for iOS and Android devices using a common PHP codebase. ([source](https://nativephp.com/docs))
- [Deep Link Routing](https://awesome-repositories.com/f/mobile-development/deep-link-routing.md) — Handles external URLs to route users to specific screens within the application.
- [Mobile Capabilities](https://awesome-repositories.com/f/mobile-development/mobile-capabilities.md) — Provides integration for essential mobile features such as push notifications, deep links, and secure storage. ([source](https://nativephp.com/))
- [Push & Notifications](https://awesome-repositories.com/f/mobile-development/mobile-capabilities/push-notifications.md) — Implements services for sending and receiving alerts and data payloads via platform-specific push services. ([source](https://nativephp.com/docs/getting-started/sponsoring))
- [Mobile Notification Managers](https://awesome-repositories.com/f/mobile-development/mobile-notification-managers.md) — Provides systems for managing notification channels, grouping alerts, and triggering native dialogs or toasts. ([source](https://nativephp.com/docs/1/the-basics/app-lifecycle))
- [Native Hardware Integrations](https://awesome-repositories.com/f/mobile-development/native-hardware-integrations.md) — Integrates mobile and desktop hardware features like cameras and biometrics into application workflows. ([source](https://nativephp.com/docs/1/getting-started/introduction))
- [Universal Link Handling](https://awesome-repositories.com/f/mobile-development/universal-link-handling.md) — Processes web URLs to route users to specific content within the native application. ([source](https://nativephp.com/docs/getting-started/sponsoring))
- [Engagement Tools](https://awesome-repositories.com/f/mobile-development/user-engagement-tracking/engagement-tools.md) — Triggers haptic feedback, push notifications, and native dialogs to drive user interaction. ([source](https://nativephp.com/docs/1/getting-started/configuration))

### Operating Systems & Systems Programming

- [Application Bundling](https://awesome-repositories.com/f/operating-systems-systems-programming/application-bundling.md) — Wraps binaries into platform-specific application bundles for native OS integration across macOS, Windows, and Linux.
- [Desktop Application Development](https://awesome-repositories.com/f/operating-systems-systems-programming/desktop-environment-frameworks/desktop-environment-components/desktop-application-development.md) — Provides tools to package and deploy PHP applications as native software for macOS, Windows, and Linux. ([source](https://nativephp.com/docs))
- [Native API Bridges](https://awesome-repositories.com/f/operating-systems-systems-programming/kernel-core-internals/system-programming-primitives/system-abstractions/native-interoperability-bindings/native-system-integrations/native-api-bridges.md) — Implements interfaces for invoking native platform methods and hardware capabilities directly from PHP script code. ([source](https://nativephp.com/docs/1/getting-started/installation))
- [Native API Bridges](https://awesome-repositories.com/f/operating-systems-systems-programming/os-level-integrations/native-api-bridges.md) — Provides a mechanism allowing PHP logic to securely access low-level operating system functions and binaries.
- [OS-Level Integrations](https://awesome-repositories.com/f/operating-systems-systems-programming/os-level-integrations.md) — Interfaces PHP application logic with operating system functions for notifications, haptic feedback, and native dialogs.

### Security & Cryptography

- [Biometric Authentication](https://awesome-repositories.com/f/security-cryptography/biometric-authentication.md) — Verifies user identity using platform-native biometric systems like Face ID, Touch ID, and fingerprint scanning. ([source](https://nativephp.com/docs/1/getting-started/introduction))
- [Keychain Storage](https://awesome-repositories.com/f/security-cryptography/data-security/keychain-storage.md) — Stores sensitive credentials and tokens using platform-native secure enclaves like Keychain and Keystore. ([source](https://nativephp.com/docs/getting-started/sponsoring))
- [On-Device Data Protection](https://awesome-repositories.com/f/security-cryptography/device-security-signals/on-device-data-protection.md) — Protects user data using biometric authentication and secure on-device hardware storage. ([source](https://nativephp.com/docs/1/the-basics/app-lifecycle))
- [Mobile Application Security](https://awesome-repositories.com/f/security-cryptography/mobile-application-security.md) — Implements security controls for protecting sensitive user data and managing device-level permissions. ([source](https://nativephp.com/docs/1/getting-started/configuration))
- [Secure Storage](https://awesome-repositories.com/f/security-cryptography/secure-storage.md) — Implements secure local storage for sensitive credentials using platform-native encrypted mechanisms. ([source](https://nativephp.com/docs/1/getting-started/introduction))

### User Interface & Experience

- [Native Desktop Application Frameworks](https://awesome-repositories.com/f/user-interface-experience/native-desktop-application-frameworks.md) — Provides a framework for building standalone desktop software that runs as local executables without a browser.
- [Native System Dialogs](https://awesome-repositories.com/f/user-interface-experience/dialogs/file-dialogs/native-system-dialogs.md) — Triggers native OS dialogs, haptic feedback, and system sharing menus for a native user experience. ([source](https://nativephp.com/))

### Web Development

- [Desktop Application Frameworks](https://awesome-repositories.com/f/web-development/desktop-application-frameworks.md) — Wraps PHP web frameworks into native shells to create standalone cross-platform desktop software. ([source](https://nativephp.com/))
- [Native Container Wrapping](https://awesome-repositories.com/f/web-development/local-web-app-hosting/packaged-app-distributions/native-container-wrapping.md) — Packages PHP web frameworks into a native shell for standalone desktop and mobile execution.

### Data & Databases

- [Offline-First Persistence](https://awesome-repositories.com/f/data-databases/offline-first-persistence.md) — Allows application logic to run directly on the device to function without an internet connection. ([source](https://nativephp.com/docs/1/getting-started/installation))

### Networking & Communication

- [Deep Link Handlers](https://awesome-repositories.com/f/networking-communication/deep-link-handlers.md) — Registers and processes custom URI schemes to enable deep linking and cross-application navigation. ([source](https://nativephp.com/docs/1/getting-started/introduction))

### Software Engineering & Architecture

- [OS Service Hooks](https://awesome-repositories.com/f/software-engineering-architecture/event-driven-hook-systems/os-service-hooks.md) — Connects application logic to OS services for native notifications, dialogs, and haptic feedback.
