Libraries tagged by php native
tomatophp/filament-discord
2147 Downloads
Send Notification to discord channel Webhook using native FilamentPHP Notification Facade class
chr15k/laravel-mysql-encrypt
5090 Downloads
Laravel database encryption using native MySQL functions
openxtrem/browscap
35351 Downloads
Standalone replacement for php's native get_browser() function
heymoon/doctrine-psql-enum
442 Downloads
Store PHP native enums as PostgeSQL custom enum types
dreamscapes/ldap-core
83139 Downloads
Object encapsulation of PHP's native ldap functions
vclayton/unpecl-oauth
116208 Downloads
Native PHP drop-in replacement for the PECL OAuth extension
swoole-bundle/z-engine
11939 Downloads
Library that provides direct access to native PHP structures
spiral/session
25813 Downloads
Secure sessions over native PHP handlers
sookoll/geophp
9125 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.
mangirdas/advanced-fs
32710 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
33726 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.
calmohallag/nullable-casting
9139 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.
brandon/nbt
197 Downloads
A NBT parser that parses to native PHP types
vcn/enum
27304 Downloads
[Deprecated] Enumeration data types with pattern match operations. This package is obsolete because PHP has native enums now.