Libraries tagged by nativephp
bentools/doctrine-native-enums
100868 Downloads
Provides 1st class suport for native PHP enums in Doctrine.
devanych/view-renderer
1129 Downloads
Simple PHP View Renderer
yapro/helpers
6419 Downloads
Functions that does not exist in native PHP
vclayton/unpecl-oauth
115050 Downloads
Native PHP drop-in replacement for the PECL OAuth extension
spiral/session
22039 Downloads
Secure sessions over native PHP handlers
sookoll/geophp
8673 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.
nativecli/nativecli
81 Downloads
CLI helper for NativePHP Projects
morningtrain/envato-api
3024 Downloads
A complete native php wrapper for the Envato API
mangirdas/advanced-fs
31350 Downloads
Advanced file-system operations. For those who want a native php implementation of `rm -rf`, etc.
lisachenko/z-engine
22257 Downloads
Library that provides direct access to native PHP structures
lesha888/geophp
32856 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.
eleving/zend-json
12875 Downloads
provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP
didix16/php-datatransformer
7140 Downloads
A simple library that allows transform any kind of data to native php data or whatever
customergauge/session
22050 Downloads
Native PHP Session adapter for Laravel Authentication
calmohallag/nullable-casting
8322 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.