oleh / pryvit
Simple package for testing purposes
Installs: 6
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/oleh/pryvit
Requires (Dev)
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2025-12-14 06:21:05 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