oleh / pryvit
Simple package for testing purposes
v1.0.3
2020-02-13 17:21 UTC
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-06-14 05:22:32 UTC
README
Oleh/Pryvit
Installation
Install package
composer require oleh/pryvit
Operating
Create index.php
<?php
require 'vendor/autoload.php';
echo (new \Oleh\Pryvit\WordFactory)->hello() . PHP_EOL;
Run
php index.php
Result
$ php index.php
Привіт!
Changelog
https://github.com/omordach/Oleh-Pryvit/releases
Packagist
https://packagist.org/packages/oleh/pryvit
Licence
Licence: MIT License