Libraries tagged by Simple features
richardoentaryo/fpf1.00
12 Downloads
A small, simple, and naked PHP MVC framework skeleton that encapsulates a lot of features also implements security layers.
openbuckets/sdk-php
3 Downloads
The OpenBuckets web-based tool is a powerful utility that allows users to quickly locate open buckets in cloud storage systems through a simple query. In addition, it provides a convenient way to search for various file types across these open buckets, making it an essential tool for security professionals, researchers, and anyone interested in discovering exposed data. This Postman collection aims to showcase the capabilities of OpenBuckets by providing a set of API requests that demonstrate how to leverage its features. By following this collection, you'll learn how to utilize OpenBuckets to identify open buckets and search for specific file types within them.
nguyenhoang/nhgenerator
8 Downloads
Simple Generator of CRUD include Controller, Model, View and Route features.
mparaiso/simpleuserserviceprovider
111 Downloads
Simple User management for Silex intended to mimic FOSUserBundle features, work in progress , not production ready yet !
inwebo/csv
3 Downloads
This PHP class, provides a simple yet powerful way to read and process CSV files. Built as an extension of PHP's SplFileObject, it offers advanced features like column name mapping, data filtering, and sanitization to streamline your CSV processing tasks.
fuziion/http-api-client
0 Downloads
This PHP library provides a simple and versatile HTTP API client for interacting with APIs. It allows you to make GET and POST requests to an API, and it also includes a data handling feature for easily working with API response data.
four43/divergence
6 Downloads
Divergence is a PHP router for creating simple web APIs that can grow with your application by providing more features only when you need them.
flarme/multitenancy-toolkit
79 Downloads
A simple library around spatie multitenancy package adding some features.
ferdivemedya-wq/laravel-entitlements
0 Downloads
Simple and flexible entitlement management for Laravel applications, with support for plans, features, limits, and usage tracking.
erwin32/ldap
41 Downloads
Simple lib to authenticate trough ldap with some extra features
dungang/yii2-simplemde
2 Downloads
A simple, beautiful, and embeddable JavaScript Markdown editor. Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking. https://simplemde.com
diszo2009/multi-captcha
19 Downloads
Multiple(7) types of CAPTCHA in one package. Supports Gif captcha( Animated Gif captcha), Image Captcha( User has to type SOME OR ALL part of code displayed in the image), HoneyPot captcha(It simply adds an empty field asking users to leave it blank. Bots fill it up.), ASCII captcha(It displays the CAPTCHA text as ASCII Art. User has to type SOME OR ALL part of the code.), Math captcha( It asks user to solve simple mathematical expressions.), Recaptcha(Google Recaptcha) and NoCaptcha(Google ReCaptcha v2.0). This package also has captcha refresh feature.
devwebs01/gh-license
4 Downloads
Simple licensing client for Laravel applications - license validation, device fingerprinting, offline grace period, and feature flags.
crustphp/swoolecontext
19 Downloads
A simple coroutine context manager based on swoole context feature for swoole framework
bored-programmers/laragrid
98 Downloads
LaraGrid is a powerful and customizable grid system package for Laravel. It provides an easy way to create sortable, filterable tables with pagination. The package is designed to be highly customizable, allowing developers to define columns, apply filters, and sort data with ease.Key Features:- **Column Definition**: LaraGrid allows you to define the columns that will be displayed in the grid. You can specify the model field and the label for each column.- **Filters**: The package provides several filter classes out of the box, including text, select, date, and boolean filters. These filters can be applied to the columns to filter the grid's data based on user input.- **Sorting**: LaraGrid supports sorting of data based on any column. It also provides support for sorting data based on a related model's field using PowerJoins.- **Pagination**: The package integrates with Laravel's pagination system, allowing you to easily paginate the data in the grid.- **Customizable Appearance**: LaraGrid allows you to customize the appearance of the grid by extending the `BaseLaraGridTheme` class and setting the desired CSS classes.- **Livewire Integration**: LaraGrid is built with Livewire, a full-stack framework for Laravel that makes building dynamic interfaces simple, without leaving the comfort of Laravel.The package is currently in development and is not ready for use in production. It requires PHP 8.1 or higher and Laravel 10.0 or higher.