Libraries tagged by abo
sylius-labs/sylius-1-11-shim-bundle
90687 Downloads
Adds some functionalities from Sylius 1.11 to Sylius 1.12 and above
sonrisa/sitemap-component
17122 Downloads
Standalone sitemap builder 100% standards compliant. Build for PHP5.3 and above.
schams-net/nagios
20555 Downloads
Monitors TYPO3 instances and warns about insecure extensions, old TYPO3 versions, wrong PHP versions, etc. Requires a Nagios monitoring server.
rekalogika/reconstitutor
3262 Downloads
A thin layer above Doctrine events to help you reconstitute/hydrate your entities. The most common example being handling file uploads, but also many other purposes. It lets you augment Doctrine's hydration with your logic in a concise and expressive class.
placetopay/app-version
42410 Downloads
Provides information about the current app
php-extended/polyfill-php80-str-utils
27304 Downloads
A php implementation of string functions introduced in php8 and above
php-extended/php-system
58707 Downloads
A generic way to find informations about the running system
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
packagelist/closurecompiler-bin
24982 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
opheus2/laravel-countries
1473 Downloads
Get informations about countries and their currency.
nikhilbhatia22/laravel-validator-color
22508 Downloads
Validate that a certain value is a valid CSS color string in Laravel 5 and above
mwstake/mediawiki-component-alertbanners
19070 Downloads
Provides an API for showing banners above the content of a page
mg-code/yii2-session-timeout-warning
11140 Downloads
Users are warned about expiring session.
metadrop/composer-comments
14266 Downloads
Add comments to your required packages to provide more info about why they are being used
magenizr/magento2-envbar
4931 Downloads
Envbar allows you to differentiate between environments by adding a custom colored bar above the top navigation. This should help backend users to identify the environment ( e.g local, develop, staging, production ) and prevent anyone from accidentally changing content on the wrong environment.