salarmehr / ecma
0.1.0
2020-08-04 08:03 UTC
Requires
- php: >=7.2
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2026-02-22 20:38:17 UTC
README
PHP implementation of some fundamental JS classes, which do not have a PHP counterpart. If you know JS, you don't need to learn a new API. The API of these classes are compatible with JS.
Requires PHP 7.2+ and the mbstring extension
Classes
Installation
Make sure the php-mbstring extension is installed and enabled by checking php -m command and run
composer require salarmehr/ecmaphp
Examples
Please see examples.php file.
Links
- alecgorge PHP-String-Class EcmaPHP is inspired by this package.
Licence
MIT