⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.19
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
erp.dev-unit.com
/
vendor
/
php-ds
/
php-ds
/
View File Name :
README.md
# Data Structures for PHP [](https://github.com/php-ds/polyfill/actions?query=workflow%3A%22CI%22+branch%3Amaster) [](https://packagist.org/packages/php-ds/php-ds) This is a compatibility polyfill for the [extension](https://github.com/php-ds/extension). You should include this package as a dependency of your project to ensure that your codebase would still be functional in an environment where the extension is not installed. The polyfill will not be loaded if the extension is installed and enabled. ## Install ```bash composer require php-ds/php-ds ``` You can also *require* that the extension be installed using `ext-ds`. ## Test ``` composer install composer test ``` Make sure that the *ds* extension is not enabled, as the polyfill will not be loaded if it is. The test output will indicate whether the extension is active. ## Contributing Please see [CONTRIBUTING](CONTRIBUTING.md) for more information. ### Credits - [Rudi Theunissen](https://github.com/rtheunissen) - [Joe Watkins](https://github.com/krakjoe) ### License The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.