Libraries tagged by identifier

paypaplane/svix-client

0 Favers
24611 Downloads

Welcome to the Svix API documentation! Useful links: [Homepage](https://www.svix.com) | [Support email](mailto:[email protected]) | [Blog](https://www.svix.com/blog/) | [Slack Community](https://www.svix.com/slack/) # Introduction This is the reference documentation and schemas for the [Svix webhook service](https://www.svix.com) API. For tutorials and other documentation please refer to [the documentation](https://docs.svix.com). ## Main concepts In Svix you have four important entities you will be interacting with: - `messages`: these are the webhooks being sent. They can have contents and a few other properties. - `application`: this is where `messages` are sent to. Usually you want to create one application for each user on your platform. - `endpoint`: endpoints are the URLs messages will be sent to. Each application can have multiple `endpoints` and each message sent to that application will be sent to all of them (unless they are not subscribed to the sent event type). - `event-type`: event types are identifiers denoting the type of the message being sent. Event types are primarily used to decide which events are sent to which endpoint. ## Authentication Get your authentication token (`AUTH_TOKEN`) from the [Svix dashboard](https://dashboard.svix.com) and use it as part of the `Authorization` header as such: `Authorization: Bearer ${AUTH_TOKEN}`. For more information on authentication, please refer to the [authentication token docs](https://docs.svix.com/api-keys). ## Code samples The code samples assume you already have the respective libraries installed and you know how to use them. For the latest information on how to do that, please refer to [the documentation](https://docs.svix.com/). ## Idempotency Svix supports [idempotency](https://en.wikipedia.org/wiki/Idempotence) for safely retrying requests without accidentally performing the same operation twice. This is useful when an API call is disrupted in transit and you do not receive a response. To perform an idempotent request, pass the idempotency key in the `Idempotency-Key` header to the request. The idempotency key should be a unique value generated by the client. You can create the key in however way you like, though we suggest using UUID v4, or any other string with enough entropy to avoid collisions. Svix's idempotency works by saving the resulting status code and body of the first request made for any given idempotency key for any successful request. Subsequent requests with the same key return the same result. Please note that idempotency is only supported for `POST` requests. ## Cross-Origin Resource Sharing This API features Cross-Origin Resource Sharing (CORS) implemented in compliance with [W3C spec](https://www.w3.org/TR/cors/). And that allows cross-domain communication from the browser. All responses have a wildcard same-origin which makes them completely public and accessible to everyone, including any code on any site.

Go to Download


oanhnn/laravel-ulid

4 Favers
6 Downloads

A Laravel package for ULID (Universally Unique Lexicographically Sortable Identifier)

Go to Download


michaelstaatz/static_info_tables_bic_de

0 Favers
45 Downloads

Static info tables - German Bank Identifier Codes

Go to Download


markshust/magento2-module-hierarchycomplexidcompatibility

4 Favers
1265 Downloads

The Hierarchy Complex ID Compatibility module makes the hierarchy compatible with long URL identifiers containing subpaths.

Go to Download


liftkit/token

1 Favers
1586 Downloads

Library for working with string identifiers

Go to Download


laravolt/eloquent-uuid

8 Favers
1303 Downloads

Universally Unique Identifier (UUID) for Laravel Eloquent

Go to Download


hejunjie/id-generator

3 Favers
81 Downloads

轻量级 PHP ID 生成器,提供雪花算法、UUID、时间戳和自定义可读 ID 等多种策略,确保全局唯一性与高并发性能,可轻松集成到任何 PHP 项目,适用于订单号、资源标识、日志追踪等多种业务场景 | A lightweight PHP ID generator supporting Snowflake, UUID, timestamp, and custom readable ID strategies. Ensures global uniqueness and high-performance, easily integrable into any PHP project, suitable for order numbers, resource identifiers, log tracking, and various other business scenarios

Go to Download


flowrise-hms/patient

0 Favers
33 Downloads

Patient management module for FlowRise HMS providing comprehensive patient registration, identification, demographics management, and emergency contact handling. Implements MRN auto-generation, UUID-based identifiers for interoperability, and PII encryption for data protection.

Go to Download


dflydev/identity-generator

4 Favers
193 Downloads

Provides a standard interface for generating unique identifiers.

Go to Download


davidvandertuijn/uuid

0 Favers
2765 Downloads

Universally Unique Identifier (UUID) Generator

Go to Download


as3/short-mongo-id

5 Favers
23001 Downloads

Generates a short string identifier from a Mongo object id value.

Go to Download


aria-php/constellation-client

0 Favers
21 Downloads

PHP 8.2+ client library for Constellation scientific identifier resolution service

Go to Download


ampersand/category-code

4 Favers
43637 Downloads

Add a unique identifier to categories so that they may be identified by external systems

Go to Download


achilleskal/greek-ota

0 Favers
13 Downloads

Greek administrative divisions with stable identifiers — regions, regional units, municipalities, municipal units, communities and settlements, extracted from ELSTAT's official registers with full provenance and change history.

Go to Download


sandfoxme/monsterid

0 Favers
1210 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.

Go to Download


<< Previous Next >>