safe
Error handling rewrite
A set of core PHP functions rewritten to throw exceptions instead of returning false on error
All PHP functions, rewritten to throw exceptions instead of returning false
2k stars
31 watching
156 forks
Language: PHP
last commit: about 1 month ago
Linked from 1 awesome list
exceptionsfunctionsphp
Related projects:
Repository | Description | Stars |
---|---|---|
codeception/codeception | A full-stack testing framework for PHP that uses Behavior Driven Development (BDD) principles to write acceptance, functional, and unit tests. | 4,776 |
squizlabs/php_codesniffer | Automates code review and quality checks in PHP projects to enforce coding standards. | 10,690 |
piotrplenik/clean-code-php | A guide to producing readable, reusable, and refactorable PHP software following best practices from Robert C. Martin's book Clean Code. | 12,302 |
defuse/php-encryption | A PHP encryption library designed to provide secure and easy-to-use encryption functionality. | 3,806 |
danielstjules/stringy | A PHP string manipulation library with multibyte support and object-oriented design | 2,463 |
phper-framework/phper | Allows writing PHP extensions using Rust | 298 |
jsonrainbow/json-schema | A PHP implementation of JSON schema for validating and enforcing data structure constraints | 3,553 |
firebase/php-jwt | A PHP library for encoding and decoding JSON Web Tokens (JWTs) according to the RFC 7519 standard. | 9,458 |
php-cs-fixer/php-cs-fixer | Automates fixing PHP coding standards issues to follow community-driven standards | 12,922 |
phpcsstandards/php_codesniffer | Detects and enforces coding standards in PHP code to ensure consistency and quality. | 1,018 |
phpseclib/phpseclib | A collection of cryptographic primitives and secure communication libraries for PHP | 5,384 |
thephpleague/csv | A lightweight PHP library for efficient CSV data manipulation and filtering | 3,357 |
phpcompatibility/phpcompatibilitysymfony | Analyzes PHP code for cross-version compatibility issues using Symfony polyfill libraries | 6 |
phpcompatibility/phpcompatibility | Checks PHP code for compatibility across different versions of the language. | 2,195 |
phpmailer/phpmailer | A comprehensive PHP email sending library with features like attachments, encryption, and authentication. | 21,145 |