Libraries tagged by task set
bmarshall511/gulp_starter
91 Downloads
Rapidly setup gulp with pre-built tasks that help enforce coding standards, provide backwards compatibility, generates documentation & helps boost performance.
olakunlevpn/php-helpers
4 Downloads
PHP Helpers is a versatile and comprehensive collection of PHP utility functions designed to streamline your PHP development process. Whether you're building web applications, APIs, or working on other PHP projects, our package provides an extensive set of tools to simplify common tasks and boost your productivity
hopeter1018/developer-tool
48 Downloads
A set of tools to do developer tasks for myself
brunnofoggia/codeigniter-codeblaze
38 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.
beinsystems/utilities
23 Downloads
A set of utility classes for various tasks, including environment loading, error handling, unique ID generation, and database extension.
webtack/generic-controller
131 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.
ggioffreda/git-guardian
21 Downloads
A set of useful tools for backing up and execute tasks in bulk on remote repositories.
dcs/user-core-bundle
123 Downloads
The DCSUserCoreBundle is the main part of a set of libraries that help you in the most common tasks for managing users
assegaiphp/common
4 Downloads
The assegai/common package is a collection of commonly used utility classes and functions for AssegaiPHP projects. This package provides a set of tools that are designed to make it easier for developers to perform common tasks such as working with arrays, strings, and paths. The package also includes classes for handling errors and logging, as well as a simple yet powerful configuration management system. The package is designed to be lightweight, with minimal dependencies, and is fully compatible with any AssegaiPHP based project. Whether you're building a small web application or a large enterprise system, assegai/common provides the essential building blocks you need to get started quickly and easily.
rzq_tawk/tawk_to_bot
20 Downloads
setting up tawkto chatbot for rzq stores
samlitowitz/feed-me
11 Downloads
Feed-Me provides a set of interfaces to talk about streams of content.
passbase/passbase-php
30963 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
7528 Downloads
Contains a set of masks to customize text inputs.