Libraries tagged by PHP warning

theseer/fdomdocument

256 Favers
42657796 Downloads

The classes contained within this repository extend the standard DOM to use exceptions at all occasions of errors instead of PHP warnings or notices. They also add various custom methods and shortcuts for convenience and to simplify the usage of DOM.

Go to Download


utopia-php/logger

11 Favers
264380 Downloads

Utopia Logger library is simple and lite library for logging information, such as errors or warnings. This library is aiming to be as simple and easy to learn and use.

Go to Download


struzik-vladislav/php-error-handler

0 Favers
14908 Downloads

Handling PHP errors (Notice, Warning, etc.)

Go to Download


digitickets/phpunit-errorhandler

1 Favers
66313 Downloads

A simple trait to add to your PHPUnit test allowing you to track and test PHP errors, warnings and notices

Go to Download


raffaelecarelle/php-error-insight

3 Favers
1828 Downloads

AI-powered helper for PHP errors, warnings and exceptions: practical, context-aware explanations and suggestions via local or API LLMs.

Go to Download


sugarcraft/sugar-toast

0 Favers
241 Downloads

PHP port of DaltonSW/bubbleup — floating alert notification component for terminal UIs. Supports error/warning/info/success alerts at 6 screen positions, dynamic width, NerdFont/Unicode/ASCII symbols, auto-dismiss timers.

Go to Download


squaredle/paypal-php-sdk

0 Favers
643 Downloads

Fork of PayPal-PHP-SDK to fix deprecation warnings

Go to Download


gnat/simple-php-form

29 Favers
38 Downloads

Automatically generate and handle input forms in PHP.

Go to Download


acelaya/crawler-detect

0 Favers
601 Downloads

Fork of https://github.com/JayBizzle/Crawler-Detect/ with PHP 8.4 warnings fixed

Go to Download


e2ex/e2ex

10 Favers
1521 Downloads

Converts PHP Errors to Exceptions and (optionally) logs PHP Errors, Notices and Warnings with a PSR-3 compatible logger

Go to Download


php-feishu/robot-msg

4 Favers
97 Downloads

Flying Book sending warning message robot

Go to Download


kktsvetkov/wano

6 Favers
417 Downloads

PHP error messages reporting tool

Go to Download


kevinpirnie/kpt-logger

0 Favers
602 Downloads

Simple Universal Application Logger for PHP with configurable output destinations and four standard log levels

Go to Download


cbeyersdorf/easybill

4 Favers
4 Downloads

The first version of the easybill REST API. [CHANGELOG](https://api.easybill.de/rest/v1/CHANGELOG.md) ## Authentication You can choose between two available methods: `Basic Auth` or `Bearer Token`. In each HTTP request, one of the following HTTP headers is required: ``` # Basic Auth Authorization: Basic base64_encode(':') # Bearer Token Authorization: Bearer ``` ## Limitations ### Request Limit * PLUS: 10 requests per minute * BUSINESS: 60 requests per minute If the limit is exceeded, you will receive the HTTP error: `429 Too Many Requests` ### Result Limit All result lists are limited to 100 by default. This limit can be increased by the query parameter `limit` to a maximum of 1000. ## Query filter Many list resources can be filtered. In `/documents` you can filter e.g. by number with `/documents?number=111028654`. If you want to filter multiple numbers, you can either enter them separated by commas `/documents?number=111028654,222006895` or as an array `/documents?number[]=111028654&number[]=222006895`. **Warning**: The maximum size of an HTTP request line in bytes is 4094. If this limit is exceeded, you will receive the HTTP error: `414 Request-URI Too Large` ### Escape commas in query You can escape commans in query `name=Patrick\, Peter` if you submit the header `X-Easybill-Escape: true` in your request. ## Property login_id This is the login of your admin or employee account. ## Date and Date-Time format Please use the timezone `Europe/Berlin`. * **date** = *Y-m-d* = `2016-12-31` * **date-time** = *Y-m-d H:i:s* = `2016-12-31 03:13:37` Date or datetime can be `null` because the attributes have been added later and the entry is older.

Go to Download


josantonius/wp-notice

4 Favers
6 Downloads

Display notices in WordPress administration panel.

Go to Download


Next >>