Libraries tagged by API Document
waad/scramble-swagger
224 Downloads
A Laravel package for generating Swagger/OpenAPI documentation
ug-code/laranova
31 Downloads
Postman-like API test interface for Laravel. Pre-script Faker tags, HTTP Client wrapper, SPA UI.
specdocular/laravel-openapi
458 Downloads
Generate OpenAPI Specification for Laravel Applications
sciarcinski/laravel-swagger
3132 Downloads
OpenApi or Swagger integration to Laravel
riverslei/laravel-swagger
796 Downloads
在laravel5中使用swagger自动生成api接口文档
redgirasol/mifiel-client
7681 Downloads
Mifiel API Client for PHP
monkeyscloud/monkeyslegion-openapi
764 Downloads
Automatic OpenAPI 3.1 specification generator and Swagger UI middleware for the MonkeysLegion framework.
microweber-deps/l5-swagger
4242 Downloads
OpenApi or Swagger integration to Laravel
maestrodimateo/scramble-search
410 Downloads
Adds a keyboard-driven route search palette (Ctrl+K) to Scramble API docs
madong/swagger
304 Downloads
Madong Swagger Documentation Module - 基于 webman-tech/swagger 的 Swagger 文档生成模块
kayne/swagger
459 Downloads
A minimal Swagger/OpenAPI documentation generator for Laravel using DTOs. 80% less code than l5-swagger with type-safe validation.
it-for-free/rusphp
5437 Downloads
Universal PHP library for different perposis
invoicetronic/php-sdk
115 Downloads
The [Invoicetronic API][2] is a RESTful service that allows you to send and receive invoices through the Italian [Servizio di Interscambio (SDI)][1], or Interchange Service. The API is designed to be simple and easy to use, abstracting away SDI complexity while providing complete control over the invoice send/receive process. It provides advanced features as encryption at rest, multi-language pre-flight invoice validation, multiple upload formats, webhooks, event logging, client SDKs, and CLI tools. For more information, see [Invoicetronic website][2] ## Before you start For the full integration guide, tutorials, SDKs and quickstarts, see the **[Documentation](https://invoicetronic.com/en/docs/)**. A few cross-cutting topics worth knowing before integrating: - **[Prerequisites](https://invoicetronic.com/en/docs/prerequisites/)** — what you need to start in Sandbox and what's required to move to production. - **[API Keys](https://invoicetronic.com/en/docs/apikeys/)** — how `ik_live_` and `ik_test_` keys select the environment. - **[Sandbox](https://invoicetronic.com/en/docs/sandbox/)** — free test environment that mirrors the live workflow, with no credits consumed. - **[Rate Limiting](https://invoicetronic.com/en/docs/ratelimiting/)** — per-second, per-minute and per-day limits; how to handle `429 Too Many Requests`. - **[Pagination](https://invoicetronic.com/en/docs/pagination/)** — `page` and `page_size` parameters and the `Invoicetronic-Total-Count` response header. - **[CORS](https://invoicetronic.com/en/docs/cors/)** — calling the API from the browser; allowed origins are configured per key. - **[Webhooks](https://invoicetronic.com/en/docs/webhooks/)** — real-time event notifications with HMAC-SHA256 signature validation. - **[Localization](https://invoicetronic.com/en/docs/accept-language/)** — use the `Accept-Language` header to receive error messages in Italian, English or German. [1]: https://www.fatturapa.gov.it/it/sistemainterscambio/cose-il-sdi/ [2]: https://invoicetronic.com/
fast-forward/phpdoc-bootstrap-template
5603 Downloads
A clean and modern Bootstrap-based template for phpDocumentor, focused on improved readability, navigation, and developer experience.
chamber-orchestra/openapi-doc-bundle
2034 Downloads
Symfony bundle that auto-generates OpenAPI 3.0.1 documentation for Action-Domain-Responder (ADR) pattern applications by scanning #[Operation] and #[Route] attributes.