blabot / blabot-core-php
Exceptionally language faithful generator of dummy text
Installs: 85
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
pkg:composer/blabot/blabot-core-php
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-10-09 12:44:19 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.