Libraries tagged by or_IN
johannschopplich/kirby-content-translator
4740 Downloads
Content translation with DeepL – in the Panel or via CLI commands
jcrowe/bad-word-filter
39901 Downloads
PHP Bad word filtering. Checks for the existence of a bad word in a string or array.
irebega/docx-replacer
27178 Downloads
PHP extension that allow you replace text to text or text to image in DOCX file
hydrat-agency/laravel-2fa
8865 Downloads
This package allow you to enable two-factor authentication in your Laravel applications. It stores tokens locally and notify users about their token via mail, SMS or any custom channel. Includes native conditionnal check to trigger or not 2FA, using known devices, IP addresses or IP locations.
hillholliday/craft-user-manual
71291 Downloads
Craft User Manual allows developers (or even content editors) to provide CMS documentation using Craft's built-in sections (singles, channels, or structures) to create a `User Manual` or `Help` section directly in the control panel.
arokettu/monsterid
3706 Downloads
MonsterID is a method to generate a unique monster image based upon a certain identifier (IP address, email address, whatever). It can be used to automatically provide personal avatar images in blog comments or other community services.
onurb/excel-bundle
328413 Downloads
Symfony Bundle to read or write Excel file (including pdf, xlsx, odt), using phpoffice/phpspreadsheet library (replacement of phpoffice/phpexcel, abandonned)
markrassamni/nova-resource-landing-page
42065 Downloads
Decide if a resource should open on the index, create, update, or detail page
aura/signal
58917 Downloads
A SignalSlots/EventHandler implementation; with it, we can invoke handlers ('slots' or 'hooks') whenever an object sends a signal ('notification' or 'event') to the signal manager.
alleyinteractive/wp-find-one
13566 Downloads
Query for and return one WordPress post, term, or other object, bypassing intermediate arrays.
thesis/endian
11529 Downloads
Library for encoding and decoding numbers in either big-endian or little-endian order.
passbase/passbase-php
32918 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
noximo/php-colored-ascii-linechart
3641 Downloads
Pretty line graphs in your console, html or images
ivanovsaleksejs/num-to-text
14014 Downloads
Converts numbers or prices to text representation in various languages. For example, 437605 becomes "four hundred thirty seven thousand six hundred five". Price class for displaying prices with currencies is also available.
gongo/merciful-polluter
12855 Downloads
Emulate `register_globals` and `magic_quotes_gpc` in PHP 5.4 or higher