Libraries tagged by dative
isap-ou/laravel-enum-helpers
4302 Downloads
Adding some helpers functions to PHP8 native enums for laravel projects
horde/nls
6071 Downloads
Native language support library
hiblaphp/hibla
12 Downloads
The Hibla Asynchronous Ecosystem: A unified, Fiber-native stack for modern PHP 8.4+
gtapps/laravel-agentic
110 Downloads
An agent-native action layer for Laravel. Define an action once; expose it to humans and agents everywhere — with approvals and audit built in.
gggeek/polyfill-pinba
2758 Downloads
A pure-php implementation of the API exposed by the native Pinba extension
fuwasegu/php-enum-util
9884 Downloads
The extension library for PHP native enum.
eleving/zend-json
20447 Downloads
provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP
egroupware/nls
14817 Downloads
Native language support library
dlnsk/h-rbac
8671 Downloads
Based on native Laravel's gates and policies. Hierarchical RBAC with callbacks.
djurovicigoor/app-lifecycle
1403 Downloads
App lifecycle state detection plugin for NativePHP Mobile detects foreground/background transitions on Android and iOS.
dancycodes/hyper
254 Downloads
Laravel-native reactive frontends using Datastar. Build dynamic UIs with Blade templates.
codingwithrk/no-screenshot
1321 Downloads
A NativePHP Mobile plugin that prevents screenshots, blocks screen recording and global protection in App-switch state in your mobile app.
chr15k/laravel-mysql-encrypt
10424 Downloads
Laravel database encryption using native MySQL functions
cboxdk/laravel-id
1289 Downloads
cboxdk/laravel-id: a Laravel-native auth and identity framework. AuthN, SSO/SAML, SCIM, OAuth/OIDC provider, RBAC, billing-fed entitlements, tamper-evident audit.
calmohallag/nullable-casting
17358 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.