https://github.com/nasyrov/wordpress-mo-cache
WordPress mu-plugin for a faster load_textdomain.
https://github.com/nasyrov/wordpress-mo-cache
cache i10n php wordpress wordpress-muplugin
Last synced: 12 months ago
JSON representation
WordPress mu-plugin for a faster load_textdomain.
- Host: GitHub
- URL: https://github.com/nasyrov/wordpress-mo-cache
- Owner: nasyrov
- License: mit
- Created: 2018-04-04T08:56:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-04T20:29:28.000Z (almost 8 years ago)
- Last Synced: 2025-01-14T11:58:09.245Z (about 1 year ago)
- Topics: cache, i10n, php, wordpress, wordpress-muplugin
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# WordPress MO Cache
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Software License][ico-license]](LICENSE.md)
[![Total Downloads][ico-downloads]][link-downloads]
WordPress mu-plugin for a faster `load_textdomain`.
## Requirements
Make sure all dependencies have been installed before moving on:
* [PHP](http://php.net/manual/en/install.php) >= 5.6
* [Composer](https://getcomposer.org/download/)
## Install
Pull the package via Composer:
``` bash
$ composer require nasyrov/wordpress-mo-cache
```
## Testing
``` bash
$ composer lint
```
## Security
If you discover any security related issues, please email inasyrov@ya.ru instead of using the issue tracker.
## Credits
- [Evgenii Nasyrov][link-author]
- [All Contributors][link-contributors]
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/nasyrov/wordpress-mo-cache.svg?style=flat-square
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[ico-downloads]: https://img.shields.io/packagist/dt/nasyrov/wordpress-mo-cache.svg?style=flat-square
[link-packagist]: https://packagist.org/packages/nasyrov/wordpress-mo-cache
[link-downloads]: https://packagist.org/packages/nasyrov/wordpress-mo-cache
[link-author]: https://github.com/nasyrov
[link-contributors]: ../../contributors