Libraries tagged by asmo
studiomitte/solr-numbered-pagination
66997 Downloads
Limit the amount of used pages in EXT:solr in the pagination
stephenlake/laravel-properties
6002 Downloads
Associate generic data to any other model without polluting your application model logic, for Laravel.
soosyze/kses
66642 Downloads
An HTML/XHTML filter written in PHP. Checks on attribute values. Can be used to avoid Cross-Site Scripting (XSS), Buffer Overflows and Denial of Service attacks, among other things.
setasign/setafpdf
110316 Downloads
SetaFPDF is a clone of FPDF with an almost compatible interface while using SetaPDF-Core internally for the PDF generation.
rokka/utils
271601 Downloads
Some utility methods for rokka to be shared among projects
petkopara/crud-generator-bundle
58329 Downloads
Symfony3 bundle for CRUD generation with pagination, filtering, sorting, page size, bulk delete and bootstrap3 markup. This Generator supports Doctrine association mapping.
passbase/passbase-php
37608 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
mmamedov/page-cache
13724 Downloads
PageCache is a lightweight PHP library for full page cache. It uses various strategies to differentiate among separate versions of the same page.
luracast/config
171253 Downloads
lazy load configuration data from php files returning associative arrays
kba-team/markdown-table
75620 Downloads
Create a markdown table string from an associative array.
jpunanua/yii2-seotools
6928 Downloads
Component and module to manage unique seo title, description, keywords and unique text associated with a page
giftcards/fixed-width
81058 Downloads
Library for working with fixed width files as well as their associated specs
expalmer/php-bad-words
38184 Downloads
PHP Bad words filtering. Checks for existence of bad word in a string but checks too an alone word or among the string
dodo-it/entity-generator
148318 Downloads
Entity generator from database for almost any DBAL
designmynight/laravel-recursive-collection
26632 Downloads
A package to convert nested arrays and associative arrays into nested collections