Libraries tagged by github login
mecodeninja/githubwebhooks
32 Downloads
Provides a listener for GitHub Webhooks, runs business logic, creates a Status(es) in GitHub based on the results of the business logic.
vherbaut/laravel-inbound-webhooks
1 Downloads
A Laravel package to handle inbound webhooks from any provider with signature validation, logging, and replay capabilities.
n-coders-dev/php-airbrake
73 Downloads
A PHP 5.3 library for sending errors to the Airbrake.io service. Fork from https://github.com/dbtlr/php-airbrake
mediadesk/gitlogger
1 Downloads
The Git Commit Logger Laravel Package designed to streamline the process of logging and monitoring Git commits within your Laravel applications.
heedworks/loggr-php
419 Downloads
PSR-0 compliant version of the Loggr PHP agent (http://github.com/loggr/loggr-php)
harunmahfud/yii2-audit
133 Downloads
Yii2 Audit. Forked from https://github.com/bedezign/yii2-audit
geometria-lab/shiterator
234 Downloads
PHP client for Shiterator https://github.com/GeometriaLab/Shiterator
divad942/yii2-audit
21 Downloads
Yii2 Audit - fork of https://github.com/bedezign/yii2-audit
test123test234/sdk-php
0 Downloads
This is an **example** API to demonstrate features of the OpenAPI specification. # Introduction This API definition is intended to to be a good starting point for describing your API in [OpenAPI/Swagger format](https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.2.md). It also demonstrates features of the [create-openapi-repo](https://github.com/Redocly/create-openapi-repo) tool and the [Redoc](https://github.com/Redocly/Redoc) documentation engine. Beyond the standard OpenAPI syntax, we use a few [vendor extensions](https://github.com/Redocly/Redoc/blob/master/docs/redoc-vendor-extensions.md). # OpenAPI Specification The goal of The OpenAPI Specification is to define a standard, language-agnostic interface to REST APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection. When properly defined via OpenAPI, a consumer can understand and interact with the remote service with a minimal amount of implementation logic. Similar to what interfaces have done for lower-level programming, OpenAPI removes the guesswork in calling the service.
omnitech-solutions/flowlight
2 Downloads
Lightweight workflow orchestration library for PHP. Provides a clean, composable pattern for chaining actions into pipelines, handling success and failure consistently, and keeping business logic organized and testable. Highly inspired by Ruby’s LightService gem (https://github.com/adomokos/light-service).