Libraries tagged by workable
fromholdio/silverstripe-gridfield-configurable-sort-headers
29 Downloads
Allows excluding named column headers from being sortable
epiphany/date-factory
5574 Downloads
Simple, mockable, factory for creating dates
edxml/test-corpus
3 Downloads
A collection of portable unit tests for EDXML implementations
dzhemile-dzh/yii2-pdfjs
6 Downloads
Yii2 Extension pdf.js Portable Document Format (PDF) viewer
daviddeutsch/saltwater
106 Downloads
A minimal, portable scaffolding for deploying functionality in harsh environments.
danielprrazevedo/fcm-php
106 Downloads
This package fork has pluritech/fcm-php, https://github.com/Pluritech/fcm-php Portable PHP 5.3
creode/personalised-data
18 Downloads
Creates a new hookable endpoint allowing you to populate personalised user data through a single url.
cornernote/phpass
50 Downloads
Portable PHP password hashing framework
co-stack/reversible-php-encryption
1 Downloads
Provides portable reversible encryption functions based on defuse/php-encryption, an advanced symmetric encryption library
cmskit/template-table
14 Downloads
Template to view entries as a sortable table
chrisharrison/dns-resolver
3066 Downloads
A testable, mockable DNS resolver for PHP.
castillo-n/phpass
2073 Downloads
Portable PHP password hashing framework
caseyamcl/wosclient
85 Downloads
A portable PHP client library to access data in a DDN (WOS) Web Object Scalar API
breadcrumbs/minicrumbs
18 Downloads
Portable lightweight breadcrumbs library
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.