Libraries tagged by bpoint
spryker-shop/merchant-product-offer-service-point-availability-widget
59582 Downloads
MerchantProductOfferServicePointAvailabilityWidget module
setono/sylius-pickup-point-plugin
56039 Downloads
Pickup point plugin for Sylius
hirasso/focal-point-picker
457 Downloads
Zero-dependency custom focal point picker for your WordPress images 🎯
bitbag/bonus-points-plugin
29453 Downloads
Bonus points plugin for Sylius.
salmanzafar/laravel-geo-fence
7144 Downloads
A Laravel Library to calculate distance between two longitude and latitudes
psx/json
209889 Downloads
Read and transform JSON documents through JSON-Patch/Pointer
netsells/laravel-geoscope
21684 Downloads
GeoScope is a laravel package that allows you to easily perform distance queries and geofencing based on latitudes and longitudes.
miracuthbert/laravel-royalty
4034 Downloads
A user points package for Laravel that can be used to give rewards, loyalty or experience points with real time support
blair2004/nexopos
2282 Downloads
The Free Modern Point Of Sale System build with Laravel, TailwindCSS and Vue.js.
pod-point/laravel-mail-export
39595 Downloads
A mailable trait to export mails to a storage disk once being sent
wgirhad/geophp
26695 Downloads
Open-source native PHP library for doing geometry operations. Can read and write a wide variety of formats: (E)WKT, (E)WKB, TWKB, GeoJSON, KML, GPX, GeoRSS. Works with all Simple-Feature geometries (Point, LineString, Polygon...) and can be used to get centroids, bounding-boxes, area, etc.
swen100/geophp
69257 Downloads
GeoPHP is an 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: (E)WKT, (E)WKB, 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.
simplygoodwork/craft-donkeytail
13993 Downloads
Fieldtype that allows you to quickly and easily content manage points on images. You can use it for locations on a faux map, showcasing multiple products within an image, or even pinning the tail on a donkey.
pavlakis/slim-cli
86515 Downloads
Making a mock GET request through the CLI and enabling the same application entry point on CLI scripts.
passbase/passbase-php
31170 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