Libraries tagged by task set
hopeter1018/developer-tool
48 Downloads
A set of tools to do developer tasks for myself
brunnofoggia/codeigniter-codeblaze
37 Downloads
Toolkit to build web applications faster using purely CodeIgniter. It makes able to develop projects much faster than you could if you were writing code using native features by providing a rich set of functionalities for commonly needed tasks.
berny/cache
21 Downloads
Unified set of tools for common caching tasks
webtack/generic-controller
119 Downloads
Generic Controllers includes a set of generic representations that are ideally suited for solving a number of routine tasks.
nobodyiscertain/laravel-db-commands
2234 Downloads
A set of Artisan commands to help with database tasks.
marcuwynu23/narciso
5 Downloads
'Narciso' is a web library built on top of native PHP, designed to provide developers with a set of tools and functionalities to simplify and enhance web development tasks. It aims to streamline common web development processes such as handling HTTP requests, managing sessions, accessing databases, and generating dynamic content.
hilalahmad/string-util
3 Downloads
php-string-util is a versatile PHP library designed to simplify and enhance string manipulation tasks in your PHP projects. Whether you're working on web development, data processing, or any other application requiring robust string handling, this utility provides a comprehensive set of functions.
ggioffreda/git-guardian
19 Downloads
A set of useful tools for backing up and execute tasks in bulk on remote repositories.
devamiri/devbolt
22 Downloads
DevBolt is a PHP framework designed to streamline web application development. It provides a robust structure for your application and a set of tools to make common web development tasks easier.
dcs/user-core-bundle
113 Downloads
The DCSUserCoreBundle is the main part of a set of libraries that help you in the most common tasks for managing users
rzq_tawk/tawk_to_bot
18 Downloads
setting up tawkto chatbot for rzq stores
samlitowitz/feed-me
10 Downloads
Feed-Me provides a set of interfaces to talk about streams of content.
passbase/passbase-php
29134 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
brenofortunato/input-customizer
7114 Downloads
Contains a set of masks to customize text inputs.
rvc/maskercat
1 Downloads
Concatenate a set of pre-define or custom character, strings or patterns to an given String, resulting in a mask of characters in the front, back, or both sides of the input.