Libraries tagged by user data
datatables.net/datatables.net-fixedheader-bs5
2238 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
datatables.net/datatables.net-fixedheader-bs4
2744 Downloads
When displaying large amounts of data in a table, it can often be useful for the end user to have the column titles always visible. This is particularly true if using DataTables with pagination disabled, or the display length is set to a high value. The FixedHeader extension provides this ability. This is FixedHeader for DataTables with styling for [Bootstrap4](https://getbootstrap.com/docs/4.6/getting-started/introduction/)
datatables.net/datatables.net-colreorder-dt
1263 Downloads
ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers. This is ColReorder for DataTables with styling for [DataTables](https://datatables.net/)
datatables.net/datatables.net-colreorder
1805 Downloads
ColReorder allows the end user to modify the column order of a table through drop-and-drag of column headers. This is ColReorder for DataTables
boaideas/laravel-cli-create-user
10558 Downloads
An artisan command to create, list and remove users in a laravel application from the cli
delight-im/privacy-policy
294 Downloads
Programmatically composable privacy policies for humans and machines
viharm/php-db-auth
2129 Downloads
PHP library for looking up users in a database table field
jasongrimes/silex-simpleuser
17014 Downloads
A simple database-backed user provider for Silex, with associated services and controllers.
davec49/silex2-simpleuser
1031 Downloads
A simple database-backed user provider for Silex 2.0, with associated services and controllers forked from jasongrimes/SimpleUser.
tomatophp/tomato-forms
1301 Downloads
Build a full Forms with Fields on Database and save it to user meta
railroad/points
79530 Downloads
A user point tracking system, which is commonly used for tracking user XP, like in a video game.
magenizr/magento2-adminuser
2616 Downloads
Identify rarely used admin accounts. It shows you the date and time of the last login as well as failed login attempts.
rinvex/laravel-statistics
4034 Downloads
Rinvex Statistics is a lightweight, yet detailed package for tracking and recording user visits across your Laravel application. With only one simple query per request, important data is being stored, and later a cronjob crush numbers to extract meaningful stories from within the haystack.
crossjoin/browscap
234368 Downloads
The standalone PHP Browscap parser Crossjoin\Browscap detects browser properties as well as device information based on the user agent string of the requesting browsers and search engines, using the data from the Browser Capabilities Project. It's several hundred times faster than the build-in PHP function get_browser(), and faster than other Browscap PHP libraries, with much lower memory consumption. Optionally Crossjoin\Browscap automatically updates the Browscap data, so you're always up-to-date. The newest version is build for PHP 7.x, for PHP >= 5.6 use version 2.x, for PHP >= 5.3 use version 1.x.
mouf/security.userfiledao
143650 Downloads
This package contains an implementation of a UserDao, that stores the application users in a simple PHP file. It can be used together with the MoufUserService to provide easy access management to an application. Since the users are stored in a PHP file, this very special DAO does not require a database!