php / php-rfcsLinks
Experimental repo for GitHub based RFC workflow. For now, please don't submit PRs.
☆293Updated 5 years ago
Alternatives and similar repositories for php-rfcs
Users that are interested in php-rfcs are comparing it to the libraries listed below
Sorting:
- PHPUnit Plugin for detecting Memory Leaks in code and tests☆501Updated this week
- Small set of defensive programming utilities/traits for PHP☆400Updated last week
- Experimental repo for GitHub based RFC workflow. For now, please don't submit PRs.☆69Updated 5 years ago
- Type check enforcement for library authors: enforces type-safety downstream☆240Updated last week
- Notes on PHP RFCs, and topics that occur repeatedly on PHP internals☆208Updated 2 years ago
- Correctly-rounded, arbitrary precision decimal floating-point arithmetic in PHP☆339Updated this week
- Improvements to PHP's type system in userland: generics, typed lists, tuples and structs☆319Updated 4 years ago
- Tool to compare two revisions of a class API to check for BC breaks☆586Updated this week
- Simplified parallel processing for PHP based on Amp.☆281Updated last year
- Opening PHP's #internals to the outside☆234Updated 2 months ago
- A set of additional rules for PHPStan based on best practices followed at TheCodingMachine☆289Updated 3 years ago
- Mirror of https://wiki.php.net/rfc/generics for easier collaboration☆188Updated 7 years ago
- The coding standard of the Doctrine project.☆319Updated this week
- This library let's you dump a Guzzle request to a cURL command for debug and log purpose.☆335Updated 3 years ago
- Detect unused composer dependencies☆430Updated last year
- PHP Engine Direct API☆454Updated 2 years ago
- + Provides a GitHub repository template for a composer package with GitHub Actions workflows using standard PHP development tools.☆309Updated this week
- Golang's defer statement for PHP☆306Updated 2 years ago
- It validates PSR-7 messages (HTTP request/response) against OpenAPI specifications☆169Updated 3 years ago
- Simple and fast implementation of enumerations with native PHP