Libraries tagged by blog api
empewe/magento-api-logger
48 Downloads
Magento extensions to log SOAP API calls
phpmailer/apix-log-phpmailer
257 Downloads
A PHPMailer logger for APIx Log
8ctopus/apix-log
511 Downloads
Minimalist, thin and fast PSR-3 compliant (multi-bucket) logger.
iqbalatma/laravel-log-center-channel
19 Downloads
Laravel log channel that ships logs to a centralized log management system via M2M API
cliqthemes/log-lens
7 Downloads
Laravel adapter for Log Lens — mount the dashboard and JSON API inside a Laravel app.
steadfast-collective/laravel-system-log
1704 Downloads
Provides a System Log model and helpers for contextful logging with a FilamentPHP Resource panel generator
manish-pareek/laravel-api-debugger
10266 Downloads
Easily debug your JSON API.
majikang/action-log
73 Downloads
A laravel package of ActionLog,记录用户操作和api请求
jeeven/log-viewer
27 Downloads
A fully customizable, framework-native log viewer for Laravel: Laravel logs, Apache/Nginx logs, custom app logs and database-stored logs (e.g. api_logs) in one dashboard.
hejunjie/error-log
830 Downloads
基于责任链模式的错误日志处理组件,支持多通道日志处理(如本地文件、远程 API、控制台输出),适用于复杂日志策略场景 | An error logging component using the Chain of Responsibility pattern. Supports multiple output channels like local files, remote APIs, and console logs—ideal for flexible and scalable logging strategies.
crixuamg/laravel-api-debugger
3001 Downloads
Easily debug your JSON API.
moesif/moesifapi-php
362 Downloads
Log HTTP API Requests/Responses to Moesif
codeboxr/writelog
55 Downloads
simplified logging for laravel
cloudrail/library-php
175 Downloads
Unified API Library for: Cloud Storage, Social Log-In, Social Interaction, Payment, Email, SMS, POIs, Video & Messaging. Included services are Dropbox, Google Drive, OneDrive, OneDrive for Business, Box, Egnyte, PayPal, Stripe, Google Places, Foursquare, Yelp, YouTube, Vimeo, Twitch, Facebook Messenger, Telegram, Line, Viber, Facebook, GitHub, Google+, LinkedIn, Slack, Twitter, Windows Live, Yahoo, Mailjet, Sendgrid, Twilio, Nexmo, Twizo.
wpify/benefit-plus-gateway-sdk
231 Downloads
This is a "swagger" definition of application programming interface of the MúzaPay by Benefit Plus e-commerce payment gateway. You may leverage this API from your e-shop to integrate payments by employee-benefits-programme funds. This version of the programme uses mobile payment application MúzaPay. Requests signingAll requests except /auth/token must be signed by "SHA-256 with RSA" (RSASSA-PKCS1-v1_5, RFC 8017 chapter 8.2) electronic signatures. See online gateway documentation for details. ## Change log * v2 - 2025-06-26 * Added HEALTH value to productCode enum as mandated by the Czech state legislation. * amountAuthorized in PaymentStateResponse renamed to remainingAmount to better capture its meaining. * Added HTTP 410 Gone response to the cancelPayment() operation. * Corrected pattern of orderReferenceCode * Multiple corrections of the documentation, examples and field ordering changes - non-impacting.