nielsdos / ecma_intl-ext

🌍 pecl/ecma_intl: A PHP implementation of ECMA-402 for internationalization and localization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pecl/ecma_intl

A PHP implementation of ECMA-402

About

This project adheres to a code of conduct. By participating in this project and its community, you are expected to uphold this code.

Installation

TBD

git clone https://github.com/php-ecma-intl/ext.git ext
cd ext
phpize
./configure --enable-ecma_intl
make
make install

Add the following to your php.ini file:

extension=ecma_intl

Contributing

Contributions are welcome! To contribute, please familiarize yourself with CONTRIBUTING.md.

Coordinated Disclosure

Keeping user information safe and secure is a top priority, and we welcome the contribution of external security researchers. If you believe you've found a security issue in software that is maintained in this repository, please read SECURITY.md for instructions on submitting a vulnerability report.

Copyright and License

pecl/ecma_intl is copyright Β© php-ecma-intl contributors and licensed for use under the terms of the BSD 3-Clause "New" or "Revised" License (BSD-3-Clause). Please see LICENSE for more information.

pecl/ecma_intl may utilize copyrighted material under license from the following projects:

Please see NOTICE for more information.

About

🌍 pecl/ecma_intl: A PHP implementation of ECMA-402 for internationalization and localization

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 49.8%Language:C++ 25.4%Language:PHP 21.7%Language:M4 1.9%Language:Dockerfile 0.7%Language:Makefile 0.3%Language:Shell 0.3%