Libraries tagged by form-flow
canalplugin/qr
2 Downloads
a qr generator for flood/canal
canalplugin/pdf
2 Downloads
a pdf-generator-block for flood/canal
canalplugin/invoice
5 Downloads
An invoice generator for flood/canal & flood/hydro
flood/component-storage
575 Downloads
Storage Functionality for Flood/* projects.
n2n/n2n-monitor
3804 Downloads
Monitor used for slow query alerts and frontend exceptions handler
digital-holding/php-gus-client
6883 Downloads
PHP Client library for Główny Urząd Statystyczny (Polish Central Statistical Office, known also as "Statistics Poland").
bagisto-eu/stock-notify
700 Downloads
Receive email reports for low inventory stock
wpoets/awesome-enterprise
344 Downloads
The Awesome Enterprise Core Framework for low code development in PHP
rahimi-ali/pulse-slow-mongo-queries
4312 Downloads
A Laravel Pulse card for slow MongoDB queries
oscmarb/phpunit-speedgun
3 Downloads
Search for slow tests in your PHPUnit test suite
do-it-s/easy-auth
30 Downloads
Passwordless auth (passkeys + device UUID) with an invitation-chain tenant/role model, designed for low IT-literacy organizations.
decent-newsroom/nostr-kernel-bundle
25 Downloads
Reusable Symfony bundle for low-level Nostr event and identity concerns
xhdapr/php-sdk
4 Downloads
Dapr Implementation in PHP for lower php level
varion/nghttp2
3 Downloads
PHP extension for low-level HTTP/2 primitives powered by nghttp2
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.