salarmehr / ecma
Installs: 22
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:utility
Requires
- php: >=7.2
- ext-mbstring: *
Requires (Dev)
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2025-05-22 18:44:49 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