Libraries tagged by tale
shibuyakosuke/laravel-ddl-export
7820 Downloads
Export Table definition to spreadsheet by artisan command.
serendipity_hq/component-then-when
167371 Downloads
A library to calculate the time of next retry in apps that need to be fault tolerant and retry failed attempts of doing something.
sarahman/laravel-http-request-api-log
9462 Downloads
This library stores the http request api log into a database table.
sam-it/yii2-singletableinheritance
18853 Downloads
Single Table Inheritance for Yii2
react-inspector/filesystem
1610 Downloads
🗄️ Open Telemetry react/filesystem auto instrumentation
react-inspector/bunny
2102 Downloads
🗄️ Open Telemetry bunny/bunny auto instrumentation
pthreat/laminas-db
1162 Downloads
Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations
prog-time/tg-logger
320 Downloads
A Laravel package for sending logs to Telegram
portrino/px_dbsequencer
4663 Downloads
With this extension you can ensure different unique keys for the configured tables (e.g.: pages, tt_content)
passbase/passbase-php
31907 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
oxmohsen/validating-data
2521 Downloads
example of how to validate incoming data from web app telegram bot to ensure that the data is come from telegram.
otifsolutions/laravel-settings
3755 Downloads
This package creates a complete generic Settings Table and structure to be used in project. For Laravel.
optimistex/math-expression
5766 Downloads
Taken from http://www.phpclasses.org/browse/file/11680.html, cred to Miles Kaufmann
onlinesid/php-data-tabulator
35990 Downloads
A PHP library to transform rows into an aggregated table
omaralalwi/laravel-taxify
254 Downloads
Laravel Taxify provides a set of helper functions and classes to simplify tax (VAT) calculations within Laravel applications. that allow developers to easily integrate tax calculation functionalities into their projects. it's offers a straightforward and efficient solution Designed to streamline the process of handling taxes.