Libraries tagged by php native
chr15k/laravel-mysql-encrypt
4745 Downloads
Laravel database encryption using native MySQL functions
openxtrem/browscap
33933 Downloads
Standalone replacement for php's native get_browser() function
vclayton/unpecl-oauth
115250 Downloads
Native PHP drop-in replacement for the PECL OAuth extension
spiral/session
22917 Downloads
Secure sessions over native PHP handlers
sookoll/geophp
8796 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.
mobicms/render
5312 Downloads
Native PHP template engine
mangirdas/advanced-fs
31947 Downloads
Advanced file-system operations. For those who want a native php implementation of `rm -rf`, etc.
lisachenko/z-engine
22258 Downloads
Library that provides direct access to native PHP structures
lesha888/geophp
33082 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.
greencape/xml-converter
49167 Downloads
A PHP XML parser and compiler that provides an easy way to convert XML into native PHP arrays and back again. No dependencies on external libraries or extensions.
calmohallag/nullable-casting
8518 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.
vcn/enum
26799 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.
mrclay/userland-session
53781 Downloads
Provides a an HTTP cookie-based session in plain PHP, allowing concurrent use with existing native sessions.
bugbuster/browscap-php
968 Downloads
Standalone replacement for php's native get_browser() function
betterphp/php-native-mock
9483 Downloads
PHP Native Mock is a helper class that allows for easy mocking of native PHP functions and class methods in unit tests using the UOPZ extension.