Libraries tagged by hash table
singlequote/laravel-datatables
21115 Downloads
This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
djokicpn/laravel-email-audit-log
38624 Downloads
This Service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email_audit_log table
gamitg/yii2-detailview4cols
3838 Downloads
This extension is a variation of the DetailView widget of Yii2. It has simply the same code with a few modification to it.
vendic/magento2-clean-cron-schedule
8551 Downloads
Magento 2.2 has issues with giant `cron_schedule` tables. The cron job running time will increase when the table gets bigger, causing heavy CPU usage.
shopapps/has-table-relation
1428 Downloads
Provides a hasTable Eloquent relation to fetch all records from a table.
saritasa/roles-simple
11147 Downloads
User has field role_id and corresponding lookup table
mouf/database.dbconnection
32061 Downloads
This package contains object to perform database connections. Connections are performed using the PDO library. Therefore, the PDO extension must be enabled to use this package. This package will allow you to connect to MySql and PostgreSql databases. The DB Connection class has special features to help you get informations about the database schema, and especially about the constraints between tables.
oneandone/toc
1752 Downloads
Enables a Table of Contents (TOC) know from Websites like Wikipedia as a plugin for each page which has headlines.
evopix/kohana-schema
1045 Downloads
This is a port of Laravels Schema library to Kohana. It provides a database agnostic way of manipulating tables. It works well with all of the databases supported by Doctrine DBAL, and has a unified API across all of these systems.
talex/simple-hash
2 Downloads
Encode number to hash and decode hash into number
v8-ict/laravel-smart-cache
14 Downloads
Allows to capture the entire response with a middleware, and while caching it observer the checksum of the database tables used to create the response, if any related table has a modified checksum, it refreshes the response. This makes it serve live data, but then cached as long as it is not modified. Huge reduction of resource consumption and keep data live.
makbeth/yii2-notifications
39 Downloads
The extension provides support for sending notifications across a variety of delivery channels, including mail, SMS, Slack etc. Notifications may also be stored in a database so they may be displayed in your web interface. In this version issue with the table name has been fixed
katoga/texy-minified
1176 Downloads
Texy converts plain text in easy to read Texy syntax into structurally valid (X)HTML. It supports adding of images, links, nested lists, tables and has full support for CSS. Texy supports hyphenation of long words (which reflects language rules), clickable emails and URL (emails are obfuscated against spambots), national typographic single and double quotation marks, ellipses, em dashes, dimension sign, nonbreakable spaces (e.g. in phone numbers), acronyms, arrows and many others. Texy code can optionally contain HTML tags. Minified version.
pilabrem/dblog
12 Downloads
Package for logging users actions on database and enable to know who has created, updated or delete some line in a table and see data before this action
mr4-lc/laravel-email-audit-log
65 Downloads
This Service provider will monitor all emails that has been sent out of your system. Sent emails will be stored in email_audit_log table