Libraries tagged by user CLI
rinvex/laravel-statistics
4030 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
234347 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.
ruelluna/canvas-pointer
191 Downloads
A Filament field that allows users to click and point markers on an image.
sburina/laravel-whmcs-up
1263 Downloads
WHMCS API client and user provider for Laravel
luyadev/luya-core
165563 Downloads
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
luyadev/luya
6881 Downloads
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
amazing/media2click
29986 Downloads
TYPO3 CMS extension media2click: Render external content like videos an iframes with privacy in mind: User has to click on placeholder to load the actual content.
zephir/luya
1719 Downloads
LUYA is a scalable web framework and content management system with the goal to please developers, clients and users alike.
passbase/passbase-php
29182 Downloads
# Introduction Welcome to the Passbase Verifications API docs. This documentation will help you understand our models and the Verification API with its endpoints. Based on this you can build your own system (i.e. verification) and hook it up to Passbase. In case of feedback or questions you can reach us under this email address: [[email protected]](mailto:[email protected]). A User submits a video selfie and valid identifying __Resources__ during a __Verification__ guided by the Passbase client-side integration. Once all the necessary __Resources__ are submitted, __Data points__ are extracted, digitized, and authenticated. These Data points then becomes part of the User's __Identity__. The User then consents to share __Resources__ and/or __Data points__ from their Identity with you. This information is passed to you and can be used to make decisions about a User (e.g. activate account). This table below explains our terminology further. | Term | Description | |-----------------------------------------|-------------| | [Identity](#tag/identity_model) | A set of Data points and Resources related to and owned by one single User. This data can be accessed by you through a Verification. | | Data points | Any data about a User extracted from a Resource (E.g. Passport Number, or Age). | | [Resource](#tag/resource_model) | A source document used to generate the Data points for a User (E.g. Passport). | | [User](#tag/user_model) | The owner of an email address associated with an Identity. | | Verification | A transaction through which a User consents to share Data points with you. If the Data points you request are not already available in the User's Identity, the Passbase client will ask the User to submit the necessary Resource required to extract them. | | Re-authentication (login) | A transaction through which a User can certify the ownership of Personal data previously shared through an Authentication. | # Authentication There are two forms of authentication for the API: • API Key • Bearer JWT Token
lesstif/confluence-rest-api
12314 Downloads
Confluence REST API Client for PHP Users.
miniorange/oauth-laravel-free
2201 Downloads
Laravel OAuth Single Sign On Solution. Make yourLaravel application as OAuth Client using this plugin. Laravel end users can login into Laravel application using their OAuth Provider / Server credentials.
oneup/contao-points-of-interest
8451 Downloads
Use this Contao module to highlight the points of interest of your products. Just a click to open a brief description of each point, allowing your user to get a deep and fast understanding of your product features.
datatables.net/datatables.net-rowreorder
3287 Downloads
RowReorder adds end user reordering of rows in a DataTable through click-and-drag mouse and touch operations. RowReorder provides full support for Editor allowing end users to update sequential information in a fast and easy manner. This is RowReorder for DataTables
php-extended/php-http-client-user-agent
21227 Downloads
A psr-18 compliant middleware client that handles user-agent headers
krowinski/one-click-captcha
1267 Downloads
Simple captcha that requires from user to only click a cut circle on image with several other circles. You can customize color of circles, background, width and height of image. Its very lightweight require no js just simple form in html and php gd extension.