docs: Update README.md with modern styling and PHP 8.4 features#8
Merged
Conversation
- Changed package name to bcmath-polyfill - Added modern, stylish formatting with centered header and emoji icons - Included PHP 8.4 bcmath functions (bcfloor, bcceil, bcround) from PR #6 - Added credit to original phpseclib/bcmath_compat repository - Updated badges and links to match new repository - Added comprehensive usage examples and feature list Co-authored-by: nanasess <nanasess@users.noreply.github.com>
nanasess
commented
Jun 11, 2025
| With [Composer](https://getcomposer.org/): | ||
| ## 🚀 Features | ||
|
|
||
| - ✅ Complete bcmath extension polyfill for PHP 5.x-8.x |
|
Claude finished @nanasess's task —— View job Todo List:
✅ Review comment addressedI've updated the README.md to clarify that PHP 8.1+ is required for the PHP 8.4 bcmath functions ( Changes made:
This makes it clear that while the polyfill supports PHP 5.x-8.x for classic bcmath functions, the newer PHP 8.4 functions require at least PHP 8.1. |
Co-authored-by: nanasess <nanasess@users.noreply.github.com>
nanasess
marked this pull request as ready for review
June 11, 2025 05:38
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #7
Summary
Updated README.md with modern styling and complete documentation of all bcmath functions including PHP 8.4 additions.
Changes
bcmath-polyfillGenerated with Claude Code