Search by

pteal79 / share-text

pteal79

NativePHP Mobile v4 plugin that opens the native share sheet with plain text

Package info

github.com/pteal79/share-text

Language:Swift

Type:nativephp-plugin

pkg:composer/pteal79/share-text

Statistics

Installs: 3

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

0.0.1 2026-09-17 22:39 UTC

This package is auto-updated.

Last update: 2026-09-17 22:46:23 UTC


README

A NativePHP Mobile v4 plugin that opens the native share sheet with plain text.

nativephp/mobile-share shares a URL or a file. This shares text, so it arrives in WhatsApp, Messages or Mail as a message.

use Pteal79\ShareText\Facades\ShareText;

ShareText::text($text, subject: 'Job List');

Installation

composer require pteal79/share-text
php artisan native:plugin:register pteal79/share-text
php artisan native:plugin:list

Rebuild the app afterwards (php artisan native:run); native code compiles in at build time.

Bridge function

Name Parameters Returns
ShareText.Text text (required), subject (optional) { presented: true }, or an error when text is blank