Libraries tagged by deso

paypaplane/svix-client

0 Favers
16515 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


orpheusnet/bencode-torrent

11 Favers
7700 Downloads

PHP Library for decoding and encoding BitTorrent BEncoded data, built for Gazelle

Go to Download


opsway/doctrine-orm-swoole

16 Favers
12826 Downloads

Doctrine EntityManager Decorator for Swoole & coroutine (concurrency requests) support

Go to Download


open-y-subprojects/openy_content_core

0 Favers
64301 Downloads

Demo content core for YMCA Website Services distribution.

Go to Download


omaralalwi/laravel-taxify

43 Favers
270 Downloads

Laravel Taxify provides a set of helper functions and classes to simplify tax (VAT) calculations within Laravel applications. that allow developers to easily integrate tax calculation functionalities into their projects. it's offers a straightforward and efficient solution Designed to streamline the process of handling taxes.

Go to Download


oilstone/php-rsql-parser

3 Favers
14622 Downloads

PHP library for parsing RSQL or FIQL queries. Designed for use in RESTful APIs.

Go to Download


oguzcandemircan/laravel-stub-generator

7 Favers
3074 Downloads

:description

Go to Download


octfx/wiki-seo

8 Favers
2286 Downloads

Allows per page meta settings like keywords and description, changing the title and various site verification tags.

Go to Download


nitsan/ns-news-comments

5 Favers
22195 Downloads

All New TYPO3 News Comment Extension helps add comments to your news pages and articles. It comes with a variety of features for managing and customizing comments. It is designed to enhance user experience with a simple interface and is SEO-friendly. *** Live Demo: https://demo.t3planet.com/t3-extensions/seo/news-comments/ *** Premium Version, Documentation & Free Support: https://t3planet.com/typo3-news-comment-extension

Go to Download


networkteam/json-seq

2 Favers
25407 Downloads

JSON Text Sequences (RFC7464) encoder and decoder

Go to Download


netopia/payment2

0 Favers
1617 Downloads

The Payments API was designed and implemented by NETOPIA Payments development team and is meant to be used in third party applications to cover the payment process.

Go to Download


netgen/media-site-data

7 Favers
7157 Downloads

Demo data for Netgen Media Site

Go to Download


muktar-sayedsaleh/zakat-tlv-generator

6 Favers
2902 Downloads

A PHP package that implements the e-invoice QR code signature requirements as designed by the Zakat authority of Saudi Arabia.

Go to Download


mouf/utils.action.action-interface

0 Favers
367731 Downloads

This package contains an interface used by many objects to say they can do stuff. Actually, they can perform one particular action and has been designed for that. The action performed is completely up to the implementer (sending a mail, storing a result in database, displaying something on the screen...) The concept is very simple, and very powerful at the same time.

Go to Download


mouf/html.widgets.menu

1 Favers
239592 Downloads

This package contains objects describing a menu of an application. The menu is described, but this package does not render the menu in any way. You will have to use another package to render the menu in HTML. Usually, templates will provide their own menu renderers.

Go to Download


<< Previous Next >>