You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
debug | 6 months ago | |
docs | 4 months ago | |
src | 4 months ago | |
tests | 4 months ago | |
.gitattributes | 8 months ago | |
.gitignore | 8 months ago | |
.gitlab-ci.yml | 4 months ago | |
CHANGELOG.md | 4 months ago | |
COPYING.adoc | 7 months ago | |
LICENSE.md | 1 month ago | |
README.md | 1 month ago | |
composer.json | 1 month ago | |
phpcs.xml | 7 months ago | |
phpunit.xml.dist | 8 months ago | |
psalm.xml | 8 months ago |
README.md
Random Extension Polyfill for PHP
This is a polyfill for the new ext-random
extension that was released with PHP 8.2.
Requirements
- PHP 7.1
- GMP extension is strongly recommended on PHP 7
Installation
composer require 'arokettu/random-polyfill'
Compatibility
The library aims to be compatible with ext-random
as released in PHP 8.2.0 and subsequent patch releases.
Documentation
Random Extension
Read the official PHP doc: https://www.php.net/manual/en/book.random.php
The Polyfill
Read full documentation here: https://sandfox.dev/php/random-polyfill.html
Also on Read the Docs: https://php-random-polyfill.readthedocs.io/
Support
Please file issues on our main repo at GitHub: https://github.com/arokettu/php-random-polyfill/issues
License
The library is available as open source under the terms of the 3-Clause BSD License. See COPYING.adoc for additional licenses.