php-option
Option type
Provides a type system to handle the possibility of either returning a value or a default base value in PHP
Option Type for PHP
3k stars
26 watching
64 forks
Language: PHP
last commit: 3 months ago
Linked from 2 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
c9s/getoptionkit | An object-oriented option parser library for PHP, supporting type constraints and various options formats. | 150 |
thecodingmachine/safe | Redefined PHP functions to throw exceptions instead of returning false on error | 2,367 |
gambitph/titan-framework | Provides an easy-to-use framework for building WordPress theme options pages and customizers. | 377 |
beraa995/configurable-product-options | Provides configuration and functionality for managing product options in Magento 2 | 18 |
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 |
codeception/codeception | A full-stack testing framework for PHP that uses Behavior Driven Development (BDD) principles to write acceptance, functional, and unit tests. | 4,773 |
nlkl/optional | Provides a robust option type for C# to avoid null-reference exceptions and signal intent in data modeling | 904 |
phpcompatibility/phpcompatibility | A tool that checks code for compatibility with different PHP versions | 2,182 |
phpro/grumphp | Automates code quality checks on commits to prevent bad coding practices from being committed | 4,147 |
infection/infection | Mutation testing framework to improve the quality of PHP code by introducing intentional errors and analyzing how it handles them. | 2,055 |
philcook/brew-php-switcher | A shell script to switch between major PHP versions quickly | 963 |
php-cs-fixer/php-cs-fixer | Automates fixing PHP coding standards issues to follow community-driven standards | 12,871 |
ramsey/composer-repl | A tool that provides an interactive shell for evaluating and executing PHP code. | 102 |
phan/phan | Analyzes PHP code to detect issues such as type compatibility errors and unused code | 5,539 |
designpatternsphp/designpatternsphp | A collection of code examples demonstrating various software design patterns in PHP. | 21,951 |