Libraries tagged by native function
nette/safe-stream
4510901 Downloads
Nette SafeStream: provides isolation for thread safe manipulation with files via native PHP functions.
browscap/browscap-php
3358639 Downloads
Standalone replacement for php's native get_browser() function
doctrine/mongodb
10827844 Downloads
PHP Doctrine MongoDB project is a library that provides a wrapper around the native PHP Mongo PECL extension to provide additional functionality.
danielme85/laravel-log-to-db
762899 Downloads
Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.
garetjax/phpbrowscap
845881 Downloads
Standalone replacement for php's native get_browser() function
mratiebatie/laravel-repositories
31281 Downloads
Laravel repositories using the native Eloquent functions.
ajgl/csv-rfc
331905 Downloads
Drop in replacement for native PHP CSV related functions to read and/or write RFC4180 compliant CSV files
chr15k/laravel-mysql-encrypt
7625 Downloads
Laravel database encryption using native MySQL functions
yapro/helpers
7058 Downloads
Functions that does not exist in native PHP
kariricode/property-inspector
749 Downloads
A robust and flexible data sanitization component for PHP, part of the KaririCode Framework, utilizing configurable processors and native functions.
dreamscapes/ldap-core
83198 Downloads
Object encapsulation of PHP's native ldap functions
sonsofphp/json
4856 Downloads
Wrapper around native json php functions
openxtrem/browscap
37237 Downloads
Standalone replacement for php's native get_browser() function
isap-ou/laravel-enum-helpers
362 Downloads
Adding some helpers functions to PHP8 native enums for laravel projects
calmohallag/nullable-casting
9893 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.