Libraries tagged by HETU

perryfaro/laravel-database-standalone

0 Favers
16009 Downloads

Stand alone setup for laravel database package with migrations

Go to Download


paypaplane/svix-client

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


overals/yii2-geoip2

0 Favers
9645 Downloads

Yii2 GeoIP2 extension. Returns country, city, latitude, longitude, time zone, iso code, continent, subdivisions by IP (uses MaxMind's GeoIP2 databases)

Go to Download


opengento/module-sales-sequence

6 Favers
2366 Downloads

This module allows to setup the sales sequence settings directly withing the configuration.

Go to Download


o3-shop/shop-demodata-installer

0 Favers
2989 Downloads

This tool is used to copy pictures from demo data repository to O3-Shop, during setup process.

Go to Download


mwltr/magedeploy2

27 Favers
25706 Downloads

Deployment Setup for Magento2 using robo and deployer

Go to Download


mullema/k3-panel-view-extended

28 Favers
8052 Downloads

Allow single language pages/site/users in a multi language setup, hide buttons in topbar and sections.

Go to Download


mobilestock/laravel-database-interceptor

1 Favers
5081 Downloads

Laravel Database Interceptor is a library that enables you to intercept database queries managed by PDO and transform the returned values into custom types. It uses Illuminate library abstractions to implement new PDO facade methods like selectOneFirstColumn and selectFirstColumn. It also enables ATTR_EMULATE_PREPARES without any external setting. It is fully compatible with MySQL/MariaDB. Other databases are not supported.

Go to Download


lyranetwork/sylius-lyranetwork-plugin

0 Favers
9095 Downloads

This plugin enables you to setup the Lyra Collect payment gateway on your Sylius website.

Go to Download


lexide/chronos

0 Favers
5141 Downloads

Provides classes that return timestamps

Go to Download


lantongxue/php-nohup

1 Favers
11955 Downloads

A library to run a command in the background, it will return the process's pid, and get it's is running status anytime in the another process, and can be stoped anytime. It support Windows, Linux and Mac osx.

Go to Download


ladumor/laravel-swagger

23 Favers
1008 Downloads

this package used for the setup swagger docs for APIs.

Go to Download


koenster/php-language-detection

5 Favers
40662 Downloads

Detects the preferred language from the browser and compares this with the available languages/locales to return the best language/locale to redirect.

Go to Download


kern046/changelog-parser

10 Favers
6201 Downloads

PHP library used to parse a CHANGELOG.md file and return JSON output

Go to Download


iteks/laravel-openai

7 Favers
1049 Downloads

A powerful package that seamlessly integrates OpenAI's advanced AI capabilities into your Laravel applications. This package offers quick setup and intuitive configuration to leverage AI models for chat, embeddings, and more.

Go to Download


<< Previous Next >>