Libraries tagged by scoring tables
glaivepro/iaafpoints
71 Downloads
PHP library to calculate World Athletics (IAAF) scoring points of athletics and World Athletics (IAAF) scoring points for combined events.
terminal42/dc_multilingual
76717 Downloads
A multilingual DC driver storing the translations in the same table for Contao Open Source CMS
okipa/laravel-model-json-storage
1374 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.
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"
sateler/yii2-changelog
1510 Downloads
Yii2 behavior for storing model/table changelogs
haakco/laravel-ip
133 Downloads
Function to check and manage ip's. Also adds tables for storing.
enigmatix/yii2-confirmation
75 Downloads
Allows the caching of a value and storing in a table to be approved at a later date
rolandalla/laravel-email-auditing
29 Downloads
The Email Auditing Service tracks all outgoing emails from your system, storing them in the `email_auditing` table.
rokde/flysystem-local-database-adapter
494 Downloads
A flysystem adapter for storing files within your local database table.
mjducharme/laravel-model-json-storage
175 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.
loadsys/cakephp-libregistry
11925 Downloads
The LibRegistry provides a mechanism for loading and storing instances of non-Cake PHP libraries. It works a lot like Cake 3's TableRegistry. Object instances can be requested by name and instantiated automatically, or can be loaded into the registry manually.