Libraries tagged by enumable
ninjaphp/ninja
610 Downloads
A simple but very effective PHP firewall. It enables you to easily block most SQL and XSS injections. It also includes a white-/blacklisting of IP's and throttling request using Leaky Bucket.
nickdekruijk/settings
639 Downloads
A basic cache enabled Setting model, migration and helper for your Laravel project
nibynool/password-policy
7 Downloads
A set of password policies to enable easy validation of a range of password requirements
nguyendachuy/laravel-delhivery-api
139 Downloads
Delhivery API (V1) Laravel SDK. Integration of Delhivery API in your laravel application is easy, This package enables you to utilize most of your Delhivery functions.
nexcess-magento/db-override
29 Downloads
A module to enable experimental mariadb 10.5 & 10.6 support before offical support is available.
newfrontiers/breeze
5146 Downloads
Basic support for Breeze enabled appplications
netvlies/bol-openapi-php-sdk
1785 Downloads
The Bol OpenApi SDK for PHP developers enables you to easily develop products over the Bol OpenApi.
moova/flysystem-cached-adapter
7 Downloads
An adapter decorator to enable meta-data caching.
monogramm/mautic-ldap-auth-bundle
596 Downloads
This plugin enables LDAP authentication for mautic.
molajo/filesystem
293 Downloads
Simple, uniform file and directory services API for PHP applications that enables applications to interact with any filesystem for which an adapter has been defined in a common way.
mojahed/mparser
76 Downloads
MParser is a powerful PHP package that simplifies parsing complex strings with custom tokens and expressions. With a flexible trait-based architecture, it enables effortless creation and extension of parsing functionality. Easily integrate MParser into your projects for efficient string processing and data extraction in a user-friendly manner.
mohsinqk/ce-timeline
8 Downloads
Enables a new content element of type Timeline
moarty/cassandra-php-stubs
27627 Downloads
The Cassandra php driver library IDE stubs which enables autocompletion in modern IDEs.
mkd/laravel-fast-api
3 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
mits87/eloquent-nested-attributes
361 Downloads
Nested attributes allow you to save attributes on associated records through the parent. By default nested attribute updating is turned off and you can enable it using the $nested attribute. When you enable nested attributes an attribute writer is defined on the model.