Libraries tagged by native function
nette/safe-stream
4435936 Downloads
Nette SafeStream: provides isolation for thread safe manipulation with files via native PHP functions.
browscap/browscap-php
3245532 Downloads
Standalone replacement for php's native get_browser() function
doctrine/mongodb
10758029 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
732207 Downloads
Custom Laravel Log channel handler that can store log events to SQL or MongoDB databases. Uses Laravel native logging functionality.
garetjax/phpbrowscap
842625 Downloads
Standalone replacement for php's native get_browser() function
mratiebatie/laravel-repositories
29409 Downloads
Laravel repositories using the native Eloquent functions.
ajgl/csv-rfc
313989 Downloads
Drop in replacement for native PHP CSV related functions to read and/or write RFC4180 compliant CSV files
yapro/helpers
6865 Downloads
Functions that does not exist in native PHP
chr15k/laravel-mysql-encrypt
5030 Downloads
Laravel database encryption using native MySQL functions
openxtrem/browscap
35228 Downloads
Standalone replacement for php's native get_browser() function
calmohallag/nullable-casting
9074 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.
emersion/php-wrappers
7421 Downloads
High-performance wrappers for native FTP and SFTP functions.
vandres/craft-matrix-extended
1166 Downloads
Adds functionality to the native Matrix field type
quasarstream/av
595 Downloads
This PHP library leverages the Foreign Function Interface (FFI) to directly interact with native FFmpeg shared libraries (libavcodec, libavfilter, libavformat, etc.), providing low-level access to powerful multimedia processing capabilities within PHP.
betterphp/php-native-mock
9632 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.