Libraries tagged by Pint
terminus-plugin-project/terminus-pancakes-plugin
1374 Downloads
Terminus Plugin to open Pantheon Site Databases in your Favorite SQL Client
teknoo/gd-text
29546 Downloads
A class drawing multiline and aligned text on pictures. Uses GD extension.
sookoll/geophp
9509 Downloads
GeoPHP is a open-source native PHP library for doing geometry operations. It is written entirely in PHP and can therefore run on shared hosts. It can read and write a wide variety of formats: WKT (including EWKT), WKB (including EWKB), GeoJSON, KML, GPX, GeoRSS). It works with all Simple-Feature geometries (Point, LineString, Polygon, GeometryCollection etc.) and can be used to get centroids, bounding-boxes, area, and a wide variety of other useful information.
relaypoint/core
747331 Downloads
Generic relay point finding : core classes
relaypoint/chronorelais
747185 Downloads
Relay point search for Chrono Relais
rafikhaceb/pi-barcode
11214 Downloads
Composer ready for pi_barcode (https://www.pitoo.com/codes-a-barres-p3)
plan2net/link-alchemy
462 Downloads
Rewrite absolute URLs that point to internal pages/files, converting them to internal TYPO3 URLs
php-decimal/ext-decimal
7 Downloads
Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP
passbase/passbase-php
31605 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
31138 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.
octahedroid/drupal-decoupled-graphql-basic-recipe
2457 Downloads
A Drupal site as a starting point for a headless CMS, using a GraphQL endpoint to build a decoupled site.
o3-shop/shop-demodata-installer
2929 Downloads
This tool is used to copy pictures from demo data repository to O3-Shop, during setup process.
mstrelan/teamcity-html
13448 Downloads
Provides support for Drupal HTML output printer to phpunit's teamcity result printer.
miniorange/saml-laravel-free
6136 Downloads
miniOrange SAML Single Sign on (SSO) plugin acts as a SAML Service Provider which can be configured to establish the trust between the plugin and a SAML capable Identity Providers to securely authenticate the user to the Laravel site. We support all known IdPs – ADFS, Azure AD, Google Apps, Okta, Salesforce, Shibboleth, SimpleSAMLphp, OpenAM, Centrify, Ping, RSA, IBM, Oracle, OneLogin, Bitium, WSO2, NetIQ etc.
microtime/microtime
40795 Downloads
A simple way to get elapsed time between two points.