Libraries tagged by nativephp
bentools/doctrine-native-enums
110301 Downloads
Provides 1st class suport for native PHP enums in Doctrine.
pantheon-systems/wp-native-php-sessions
1762 Downloads
native PHP sessions stored in the database for WordPress.
devanych/view-renderer
2387 Downloads
Simple PHP View Renderer
yapro/helpers
7267 Downloads
Functions that does not exist in native PHP
vclayton/unpecl-oauth
117627 Downloads
Native PHP drop-in replacement for the PECL OAuth extension
swoole-bundle/z-engine
12697 Downloads
Library that provides direct access to native PHP structures
spiral/session
33074 Downloads
Secure sessions over native PHP handlers
sookoll/geophp
9727 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.
morningtrain/envato-api
3193 Downloads
A complete native php wrapper for the Envato API
mobicms/render
5459 Downloads
Native PHP template engine
mangirdas/advanced-fs
34720 Downloads
Advanced file-system operations. For those who want a native php implementation of `rm -rf`, etc.
lesha888/geophp
35085 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
2477 Downloads
Native PHP DNS Resolver and Updater Library (PHP 8.3+)
eleving/zend-json
14346 Downloads
provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP
calmohallag/nullable-casting
10379 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.