Libraries tagged by dative
platine-php/session
4434 Downloads
Platine Session is the lightweight implementation of php native session handler interface
openxtrem/browscap
35355 Downloads
Standalone replacement for php's native get_browser() function
mrclay/userland-session
54614 Downloads
Provides a an HTTP cookie-based session in plain PHP, allowing concurrent use with existing native sessions.
morningtrain/envato-api
3100 Downloads
A complete native php wrapper for the Envato API
mangirdas/advanced-fs
32760 Downloads
Advanced file-system operations. For those who want a native php implementation of `rm -rf`, etc.
lisachenko/z-engine
22268 Downloads
Library that provides direct access to native PHP structures
lesha888/geophp
33754 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.
leaseweb/gettext-translation-bundle
60034 Downloads
Easy to use and native (faster) gettext translation support
larapacks/authorization
10549 Downloads
Native Laravel Authorization.
jonnitto/prettyembedvideo
36765 Downloads
Prettier embeds for your native videos in Neos CMS - with nice options like high-res preview images, lightbox feature, captions and advanced customization of embed options.
heymoon/doctrine-psql-enum
455 Downloads
Store PHP native enums as PostgeSQL custom enum types
gggeek/polyfill-pinba
1286 Downloads
A pure-php implementation of the API exposed by the native Pinba extension
dlnsk/h-rbac
8107 Downloads
Based on native Laravel's gates and policies. Hierarchical RBAC with callbacks.
chr15k/laravel-mysql-encrypt
5097 Downloads
Laravel database encryption using native MySQL functions
calmohallag/nullable-casting
9164 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.