Libraries tagged by Wdes
php-etl/satellite-contracts
7905 Downloads
This library describes contracts for defining satellite formats
php-etl/pipeline-contracts
17964 Downloads
This library describes contracts for the Extract-Transform-Load pattern.
php-etl/bucket-contracts
17659 Downloads
This library describes contracts for the data-interchange buckets.
patienceman/filtan
2851 Downloads
Filtan is a powerful Laravel QueryFilter package designed to simplify and enhance the process of filtering Eloquent queries. It enables developers to effortlessly apply filters to queries and customize the results based on dynamic parameters. By integrating Filtan into your Laravel project, you can build complex and flexible filtering mechanisms for your models effortlessly.
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
oneup/contao-points-of-interest
8156 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.
omaralalwi/laravel-taxify
86 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.
oilstone/php-rsql-parser
12713 Downloads
PHP library for parsing RSQL or FIQL queries. Designed for use in RESTful APIs.
oguzcandemircan/laravel-stub-generator
1653 Downloads
:description
octfx/wiki-seo
1783 Downloads
Allows per page meta settings like keywords and description, changing the title and various site verification tags.
nitsan/ns-news-comments
18916 Downloads
All New TYPO3 News Comment Extension helps add comments to your news pages and articles. It comes with a variety of features for managing and customizing comments. It is designed to enhance user experience with a simple interface and is SEO-friendly. *** Live Demo: https://demo.t3planet.com/t3-extensions/seo/news-comments/ *** Premium Version, Documentation & Free Support: https://t3planet.com/typo3-news-comment-extension
mydnic/changelog-commit-for-laravel
1071 Downloads
Automatically generate a changelog inside your Laravel App based on your commit descriptions
muktar-sayedsaleh/zakat-tlv-generator
1921 Downloads
A PHP package that implements the e-invoice QR code signature requirements as designed by the Zakat authority of Saudi Arabia.
mouf/utils.action.action-interface
363104 Downloads
This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.
mouf/html.widgets.menu
237309 Downloads
This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.