Libraries tagged by throws
thecodingmachine/safe
79622210 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
codeception/assert-throws
1622956 Downloads
Assert exception was thrown without stopping a test
nette/safe
992641 Downloads
🛡 PHP functions rewritten to throw exceptions instead of returning false or triggering errors.
shish/safe
527324 Downloads
PHP core functions that throw exceptions instead of returning FALSE on error
daverandom/exceptional-json
1373904 Downloads
JSON encoding and decoding that throws exceptions on failure
jchook/phpunit-assert-throws
1700463 Downloads
Exception assertions for PHPUnit
shipsaas/never-throw
3032 Downloads
Response-first over Throw. PHP NeverThrow library sample implementation
wyrihaximus/react-throw-unhandled-rejected-promises
9893 Downloads
🤹 Throw any unhandled rejected promise
nubium/this-should-never-happen-exception
19532 Downloads
Extend this exception and throw it anytime something unexpected happens.
nicodev/asserts
32180 Downloads
List of traits that make assertions and throw Exception if assertion fails.
dv-team/json
989 Downloads
A wrapper-class for json_encode and json_decode to automatically set some constants like JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE | JSON_THROW_ON_ERROR
dastanaron/yii2-dropzone-widget
1142 Downloads
A widget that uses the well known dropzone library for convenient file uploads. Does not throw scripts into the body of html, connects from its controller
ahmedhat/unifonicnextgen
1759 Downloads
## Introduction Send SMS messages using Unifonic Messaging API. Get your dedicated Universal number, and start sending messages today. Unifonic NextGen Restful and HTTP **API's** uses The basic Authentication protocol. All request and response bodies are formatted in JSON. ## Get an account To start using the API you need to send an email to Unifonic to create Appsid for you. ## Base URL All URLs referenced in the documentation have the following base: **basic.unifonic.com** ## Security To ensure privacy we recommend you to use HTTPS for all Unifonic API requests. you can download our HTTPS certificate. [Download] (https://api.unifonic.com/udm/https.zip) ## Formats Unifonic API only supports JSON format. All request must use the Content-type header set to application/json. ## Support We’re here to help! Get in touch with support at and we’ll get back to you as soon as we can or you can contact us throw live chat on our [website] (www.unifonic.com).
thecodingmachine/safe8
13048 Downloads
PHP8 core functions that throw exceptions instead of returning FALSE on error
mobilestock/laravel-http-client-auto-throw-error
15 Downloads
A simple Laravel package that enhances Laravel's HTTP client. It automatically throws exceptions on failed responses and prevents response truncation in exceptions, ensuring full visibility for easier debugging of API interactions.