Libraries tagged by scoring tables
glaivepro/iaafpoints
1132 Downloads
PHP library to calculate World Athletics (IAAF) scoring points of athletics and World Athletics (IAAF) scoring points for combined events.
atiweb/edss-in-php
11 Downloads
PHP implementation of the Expanded Disability Status Scale (EDSS) calculator based on the Kurtzke/Kappos scoring table
terminal42/dc_multilingual
90128 Downloads
A multilingual DC driver storing the translations in the same table for Contao Open Source CMS
drandin/closure-table-comments
45 Downloads
A system for managing hierarchical tree comments. Storing hierarchical tree structures in a database using the "Closure Table" method combined with "Adjacency List"
dialloibrahima/laravel-model-media
67 Downloads
A lightweight trait for managing media files directly on your Eloquent models, without additional tables. Perfect when you need to attach files to models by simply storing the path as an attribute.
okipa/laravel-model-json-storage
1378 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
juliofarra/yii2-logevent
2 Downloads
Yii2 behavior that automatically audits ActiveRecord changes (INSERT, UPDATE, DELETE) into a log table, storing JSON snapshots and diffs, with support for excluded and masked attributes.
sateler/yii2-changelog
1774 Downloads
Yii2 behavior for storing model/table changelogs
haakco/laravel-ip
236 Downloads
Function to check and manage ip's. Also adds tables for storing.
enigmatix/yii2-confirmation
146 Downloads
Allows the caching of a value and storing in a table to be approved at a later date
urfysoft/transactional-outbox
7 Downloads
Implements the Transactional Outbox pattern for Laravel, ensuring reliable event publishing by storing messages in an outbox table within the same database transaction.
rolandalla/laravel-email-auditing
47 Downloads
The Email Auditing Service tracks all outgoing emails from your system, storing them in the `email_auditing` table.
rokde/flysystem-local-database-adapter
543 Downloads
A flysystem adapter for storing files within your local database table.
mjducharme/laravel-model-json-storage
179 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
phitech/entities
46 Downloads
Provides methods for managing entities that consist two database tables: main and meta. It allows for an indiscrete set of attributes by storing them as key-value sets in the meta table, while the most important attributes and indexes are in the main table. This structure is inspired by the post/postmeta structure in Wordpress databases.