blabot / blabot-core-php
Exceptionally language faithful generator of dummy text
v0.2.2
2019-06-08 22:31 UTC
Requires
- php: ^7.3
- blabot/blabot-dictionaries: ^0.2
Requires (Dev)
- behat/behat: ^3.5.0
- phpunit/phpunit: ^7.5.0
This package is auto-updated.
Last update: 2025-03-09 11:07:06 UTC
README
Exceptionally language faithful generator of dummy text, originally designed for Czech typography.
Feel free to have some fun using Blabot.net
Install & Setup
- Clone project:
$ git clone git@github.com:blabot/blabot-core-php.git
- Update composer
$ composer update
- Run tests
$ vendor/bin/behat && vendor/bin/phpunit tests/
Usage
Please remember that you should set mb_internal_encoding("UTF-8");
to be sure that Blabot will handle multi-byte strings properly.