safe
Error handling library
Redefined PHP functions to throw exceptions instead of returning false on error
All PHP functions, rewritten to throw exceptions instead of returning false
2k stars
30 watching
145 forks
Language: PHP
last commit: 3 days 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,767 |
squizlabs/php_codesniffer | Automates code review and quality checks in PHP projects to enforce coding standards. | 10,674 |
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,279 |
defuse/php-encryption | A PHP encryption library designed to provide secure and easy-to-use encryption functionality. | 3,793 |
danielstjules/stringy | A PHP string manipulation library with multibyte support and object-oriented design | 2,460 |
phper-framework/phper | Enables writing PHP extensions using safe Rust code | 295 |
jsonrainbow/json-schema | A PHP implementation of JSON schema validation and coercion | 3,549 |
firebase/php-jwt | A PHP library for encoding and decoding JSON Web Tokens (JWTs) according to the RFC 7519 standard. | 9,436 |
php-cs-fixer/php-cs-fixer | Automates fixing PHP coding standards issues to follow community-driven standards | 12,871 |
phpcsstandards/php_codesniffer | Detects and enforces coding standards in PHP code to ensure consistency and quality. | 969 |
phpseclib/phpseclib | A collection of cryptographic primitives and secure communication libraries for PHP | 5,365 |
thephpleague/csv | A PHP library for parsing, writing, filtering, and transforming CSV files efficiently. | 3,344 |
phpcompatibility/phpcompatibilitysymfony | Analyzes PHP code for cross-version compatibility issues using Symfony polyfill libraries | 6 |
phpcompatibility/phpcompatibility | A tool that checks code for compatibility with different PHP versions | 2,182 |
phpmailer/phpmailer | A comprehensive PHP email sending library with features like attachments, encryption, and authentication. | 21,067 |