Libraries tagged by nativephp
nativephp/mobile-clipboard
1242 Downloads
System clipboard access (copy/paste text) for NativePHP Mobile
yiipress/highlighter
2506 Downloads
Native PHP extension for fast server-side syntax highlighting with syntect
yapro/helpers
9013 Downloads
Functions that does not exist in native PHP
vclayton/unpecl-oauth
128757 Downloads
Native PHP drop-in replacement for the PECL OAuth extension
syncfly/python-in-php
207 Downloads
"Python-In-PHP" allows you to use any Python packages directly in PHP, as if they were native PHP classes. This PHP-Python bridge comes with built-in package manager, which is integrated directly into Composer
spiral/session
55718 Downloads
Secure sessions over native PHP handlers
opensolutions/foil
3413 Downloads
PHP template engine for native PHP templates
morningtrain/envato-api
3619 Downloads
A complete native php wrapper for the Envato API
marceloeatworld/replicate-php
1920 Downloads
#1 PHP client for the Replicate API, compatible with Laravel and native PHP, built on Saloon v4
lesha888/geophp
41790 Downloads
GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
jdwx/dns-query
6004 Downloads
Native PHP DNS Resolver and Updater Library (PHP 8.1+)
eleving/zend-json
20636 Downloads
provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP
djurovicigoor/app-lifecycle
1459 Downloads
App lifecycle state detection plugin for NativePHP Mobile detects foreground/background transitions on Android and iOS.
codingwithrk/no-screenshot
1598 Downloads
A NativePHP Mobile plugin that prevents screenshots, blocks screen recording and global protection in App-switch state in your mobile app.
calmohallag/nullable-casting
17601 Downloads
PHP supports expression casting to primitive type (like int) by using “( type ) expression”, but it currently doesn't allow to use a nullable type as introduced by PHP 7.1 (e.g. ?int). This library provide functions that extend native php casting, adding nullable casting.