diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b50867..b83188f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ # Changelog All Notable Changes To `dvlpr1996/php-localization` Will Be Documented In This File + +## 0.1.0 (2023-05-25) + +- initial release diff --git a/README.md b/README.md index f396167..27954b3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # PHP Localization [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT) +[![Latest Version on Packagist](https://img.shields.io/packagist/v/dvlpr1996/php-localization?style=flat)](https://packagist.org/packages/dvlpr1996/php-localization) +[![Total Downloads](https://img.shields.io/packagist/dt/dvlpr1996/php-localization)](https://packagist.org/packages/dvlpr1996/php-localization) -Php Localization Library +Php Localization Library ## Requirements @@ -10,17 +12,14 @@ Php Localization Library ## Features -Localization With 3 Drivers +Localization With 2 Drivers - Array - Json -- - -Polarization ## Documentation -See the [documentation](CHANGELOG.md) for detailed installation and usage instructions. +See the [documentation](https://github.com/dvlpr1996/php-localization/wiki) for detailed installation and usage instructions. ## Changelog @@ -32,7 +31,7 @@ If you discover any issues, please using the issue tracker. ## Credits -- [Nima jahan bakhshian](https://github.com/dvlpr1996) +- [Nima jahan bakhshian](https://github.com/dvlpr1996) ## License diff --git a/composer.json b/composer.json index b7db5fe..398dbf7 100644 --- a/composer.json +++ b/composer.json @@ -47,4 +47,4 @@ "test": "vendor/bin/phpunit", "test-coverage": "vendor/bin/phpunit --coverage-html coverage" } -} \ No newline at end of file +}