Libraries tagged by PHP warning
theseer/fdomdocument
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.
utopia-php/logger
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.
struzik-vladislav/php-error-handler
14908 Downloads
Handling PHP errors (Notice, Warning, etc.)
digitickets/phpunit-errorhandler
66313 Downloads
A simple trait to add to your PHPUnit test allowing you to track and test PHP errors, warnings and notices
raffaelecarelle/php-error-insight
1828 Downloads
AI-powered helper for PHP errors, warnings and exceptions: practical, context-aware explanations and suggestions via local or API LLMs.
sugarcraft/sugar-toast
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.
squaredle/paypal-php-sdk
643 Downloads
Fork of PayPal-PHP-SDK to fix deprecation warnings
gnat/simple-php-form
38 Downloads
Automatically generate and handle input forms in PHP.
acelaya/crawler-detect
601 Downloads
Fork of https://github.com/JayBizzle/Crawler-Detect/ with PHP 8.4 warnings fixed
e2ex/e2ex
1521 Downloads
Converts PHP Errors to Exceptions and (optionally) logs PHP Errors, Notices and Warnings with a PSR-3 compatible logger
php-feishu/robot-msg
97 Downloads
Flying Book sending warning message robot
kktsvetkov/wano
417 Downloads
PHP error messages reporting tool
kevinpirnie/kpt-logger
602 Downloads
Simple Universal Application Logger for PHP with configurable output destinations and four standard log levels
cbeyersdorf/easybill
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.
josantonius/wp-notice
6 Downloads
Display notices in WordPress administration panel.