Libraries tagged by site interface

paypaplane/svix-client

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


jeffersongoncalves/laravel-gtm

3 Favers
2488 Downloads

This plugin seamlessly integrates Google Tag Manager (GTM) into your website, enabling streamlined management and deployment of marketing tags, analytics, and tracking pixels. With easy-to-implement script inclusion and customizable options, it simplifies the process of monitoring user interactions and gathering valuable insights without altering your site's core code. Perfect for marketers and developers looking to enhance their tracking capabilities with minimal effort.

Go to Download


nitsan/ns-google-sitekit

0 Favers
408 Downloads

Know what's going on with your TYPO3 site? How users visit and interact with your pages? Get Every Insights with single click button of Popular Google Tools including Google Analytics, Search Console, Google Ads & AdSense, and Tag Manager to your TYPO3 site without coding. Improve your website's performance and SEO.

Go to Download


netbrain/highcharts-js

1 Favers
12932 Downloads

Highcharts is a charting library written in pure HTML5/JavaScript, offering intuitive, interactive charts to your web site or web application.

Go to Download


drupal/dripyard_recipe_builder

0 Favers
197 Downloads

Provides a Drush command to interactively compose Drupal recipes from active site configuration.

Go to Download


sven/forge-cli

63 Favers
696 Downloads

A set of commands to interact with your Laravel Forge servers, sites, and more

Go to Download


particle-academy/fancy-heuristics

1 Favers
204 Downloads

End-user optimization, not search-engine optimization — human + agent interaction analytics for Laravel hosts. Ingests collector events, aggregates focus heatmaps, rolls up sessions by actor, and re-polls sites to verify the embedded Fancy Pixel stays visible.

Go to Download


angelxmoreno/wprestclient

5 Favers
260 Downloads

WPRestClient is a PHP library for seamless WordPress site interaction via the RESTful API

Go to Download


symbiote/silverstripe-microblog

7 Favers
615 Downloads

Provides microblog type functionality for creating interactive sites like Facebook, Twitter and Reddit.

Go to Download


codenamegary/l4-lock

15 Favers
3009 Downloads

A Laravel 4 package to lock down a site and require a simple username/password BEFORE auth is executed. Useful for doing things like locking down a site so a client can test before going live while without interfering with auth and other stock framework options.

Go to Download


form-synergy/site-verification

0 Favers
4 Downloads

This template will attempt to verify the domain name where service will be rendered.

Go to Download


chrismademe/php-site-framework-2

1 Favers
14 Downloads

PHP Framework for building interactive apps/websites

Go to Download


gammamatrix/playground-admin-resource

0 Favers
71 Downloads

Playground: Provides an API and a Blade UI for interacting with Playground Admin, a User and Settings management System for Laravel applications.

Go to Download


circle-interactive/civicrm-api

2 Favers
59 Downloads

An API library to enable and facilitate interacting with a remote CiviCRM site.

Go to Download


drupal/saplings_ai_mcp

0 Favers
110 Downloads

Adds an MCP Server configuration for Drupal site interaction.

Go to Download


<< Previous Next >>