Libraries tagged by remote login
hejunjie/lazylog
192 Downloads
轻量级 PHP 日志库,提供本地日志安全写入以及异常信息远程上报(同步/异步) | A lightweight PHP logging library providing safe local log writing and remote exception reporting (both synchronous and asynchronous)
hejunjie/error-log
819 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.
hejunjie/cache
542 Downloads
基于装饰器模式实现的多层缓存系统,支持内存、文件、本地与远程缓存组合,提升缓存命中率,简化缓存管理逻辑 | A layered caching system built with the decorator pattern. Supports combining memory, file, local, and remote caches to improve hit rates and simplify cache logic.
sevenlab/laravel-remote-logging
5 Downloads
Log errors to a remote server
salehhub/laravel-remote-logger
596 Downloads
Send Laravel logs to a centralized remote logging server
7lab/laravel-remote-logging
2779 Downloads
Log errors to a remote server
updevru/php-shop-logistics.ru-api
11 Downloads
php-shop-logistics.ru-api composer package
gennadyx/php-shop-logistics.ru-api
42 Downloads
php-shop-logistics.ru-api composer package
avtonom/remote-logger-bundle
915 Downloads
service logger bundle
xcalegroup/baselib
21 Downloads
Baselib for the mundane issues
pavel-one/lara-log
15 Downloads
Laravel package for remote logging service log.lara.su
daigo75/php-rsyslog
156 Downloads
A PHP library to send messages to a Remote SysLog server
appserver-io/logserver
26 Downloads
A log server accepting http requests on udp to log async to configured locations over network.
txc/ispconfig-api
15 Downloads
Remote API client for ISPConfig3 to support logical operations
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.