Libraries tagged by naty
marc-mabe/enum-cl
4035 Downloads
Compatibility layer for emulating enumerations in PHP < 8.1 and native enumerations in PHP >= 8.1
mangirdas/advanced-fs
33816 Downloads
Advanced file-system operations. For those who want a native php implementation of `rm -rf`, etc.
leaseweb/gettext-translation-bundle
60177 Downloads
Easy to use and native (faster) gettext translation support
larapacks/authorization
10598 Downloads
Native Laravel Authorization.
jonnitto/prettyembedvideo
37989 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.
jdwx/dns-query
2237 Downloads
Native PHP DNS Resolver and Updater Library (PHP 8.3+)
isap-ou/laravel-enum-helpers
479 Downloads
Adding some helpers functions to PHP8 native enums for laravel projects
hkulekci/nltk
1715 Downloads
NLTK-PHP is a PHP port of the popular Natural Language Toolkit (NLTK) library
gggeek/polyfill-pinba
1427 Downloads
A pure-php implementation of the API exposed by the native Pinba extension
fuwasegu/php-enum-util
8106 Downloads
The extension library for PHP native enum.
fluxter/datatables-bundle
9342 Downloads
Symfony DataTables Bundle with native Doctrine ORM, Elastica and MongoDB support
drdre4life2/custom-command
1392 Downloads
This package extends the native Laravel make command to create custom classes such as actions, DTOs, services, and more.
dlnsk/h-rbac
8138 Downloads
Based on native Laravel's gates and policies. Hierarchical RBAC with callbacks.
chr15k/laravel-mysql-encrypt
7730 Downloads
Laravel database encryption using native MySQL functions
calmohallag/nullable-casting
10050 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.