Libraries tagged by then
dmelo/pchart
18078 Downloads
pChart is a PHP library that will help you to create anti-aliased charts or pictures directly from your web server. You can then display the result in the client browser, sent it by mail or insert it into PDFs. pChart provide object oriented coding syntax and is fully in line with the new web standards allowing you to enhance your web2.0 applications.
chekote/behat-retry-extension
146395 Downloads
Automatically retry "Then" steps in Behat
serendipity_hq/component-then-when
178516 Downloads
A library to calculate the time of next retry in apps that need to be fault tolerant and retry failed attempts of doing something.
sqltools/where
102906 Downloads
PHP7.1 Fluent, immutable SQL query builder. Connectionless, framework-agnostic, no dependency.
phpgt/promise
4676 Downloads
Pleasantly work with asynchronous code.
thenpingme/laravel
135905 Downloads
Zero config scheduled task monitoring for Laravel
thenbsp/wechat
8178 Downloads
微信公众平台第三方 SDK 开发包,优雅、健壮,可扩展,遵循 PSR 开发规范。
wave-framework/sdk-generator
31930 Downloads
Generates a schema file describing a wave app, then builds a PHP SDK from it
thesceneman/silverstripe-glossary
2335 Downloads
Adds a Glossary section to CMS admin where glossary terms can be defined. These terms can then be added to content via the WYSIWYG and the definitions will be rendered as interactive rollovers within webpage content.
tastaturberuf/contao-image-copyright-bundle
3190 Downloads
With this Contao bundle you can easily add a copyright notice to all images and then display them in a module.
symbiote/silverstripe-dynamiclists
10060 Downloads
A Module that allows users to create custom data lists. These lists can then be used in a form control (specified via code by a developer) or within a user defined form to be able to define controlled vocabularies managed in a central location that might be used across several forms.
service-to/validate-email
1638 Downloads
Library to validate an email address against its mail servers by doing a name server lookup and then connecting to its MX records.
primitivesense/laravel-raw-sqs-connector
91351 Downloads
Allows for the consumption of raw messages produced outside of Laravel from SQS to then be handled natively within Laravel's Queue and Job system
phinor/pchart
12688 Downloads
pChart is a PHP library that will help you to create anti-aliased charts or pictures directly from your web server. You can then display the result in the client browser, sent it by mail or insert it into PDFs. pChart provide object oriented coding syntax and is fully in line with the new web standards allowing you to enhance your web2.0 applications.
passbase/passbase-php
37657 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