Libraries tagged by be_user
datatables.net/datatables.net-fixedheader-bs
121 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 [Bootstrap](https://getbootstrap.com/docs/3.3/)
datatables.net/datatables.net-fixedheader-bm
3 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 [Bulma](https://bulma.io/)
adaptech/finapi-webform
497 Downloads
The following pages give you some general information on how to use our APIs.The actual API services documentation then follows further below. You can use the menu to jump between API sections.This page has a built-in HTTP(S) client, so you can test the services directly from within this page, by filling in the request parameters and/or body in the respective services, and then hitting the TRY button. Note that you need to be authorized to make a successful API call. To authorize, refer to the 'Authorization' section of Access, or in case you already have a valid user token, just use the QUICK AUTH on the left.Please also remember that all user management functions should be looked up in Access.You should also check out the Web Form 2.0 Public Documentation as well as Access Public Documentation for more information. If you need any help with the API, contact [email protected].
typo3/uaparser
79 Downloads
This package can be use to acces the User Agent in a secure and clean way.
thephongit97/laravel-samesite-clients
2 Downloads
Some user agents are known to be incompatible with the `SameSite=None` attribute. This middleware will try to determine and overwrite the Cookie value.
symbiote/silverstripe-local-personalisation
137 Downloads
Builds a profile of a site user in their browser, to be used for content personalisation
skorp/laravel-samesite-incompatible-clients
36 Downloads
Some user agents are known to be incompatible with the `SameSite=None` attribute. This middleware will try to determine and overwrite the Cookie value.
mouf/utils.cache.session-cache
11 Downloads
This package contains a cache mechanism that relies on the session of the user. Therefore, the cache is a bit special, since it is kept for the duration of the session, and is only accessible by the current user. The session has to be started (using session_start()).
maksimkurb/bootalert
15 Downloads
This package will allow you to add system notifications for the user in queue from which they will be removed after display to the user.
bright-cloud-studio/page-tag-navigation
37 Downloads
Create helpful category tags which can be assigned to pages to help users navigate complex sites
aurawindsurfing/messenger
25 Downloads
Super simple user 1v1 messaging system to be used within Laravel application.
tba-api/tba-api-client-php
6 Downloads
# Overview Information and statistics about FIRST Robotics Competition teams and events. # Authentication All endpoints require an Auth Key to be passed in the header `X-TBA-Auth-Key`. If you do not have an auth key yet, you can obtain one from your [Account Page](/account). A `User-Agent` header may need to be set to prevent a 403 Unauthorized error.
sakirhossn/contact-form-php
1 Downloads
This is a custom contact page of a simple website. Where user's query regarding the website will be sent site owner via mail using PHPMailer library. This mail body is fully customized
ridhopujiono/fcm-send-notification
0 Downloads
This makes it easier for you to send notifications with FCM. be it sending personally or to all users
qi-interactive/cron
138 Downloads
Manages linux crontab file by adding and deleting the appropriate entries. It is able to track the source file so that after the changes to this file, he will be able to enter and update the user's crontab file in safe way (doesn't remove entries added by user using crontab -e).