namlier / make-seven
You make seven!
0.1.1
2023-10-31 01:26 UTC
This package is not auto-updated.
Last update: 2026-04-15 10:35:17 UTC
README
Fast, expressive, robust, elegant and progressive way to make
a variable that contains positive odd number 7 in string format.
Installation
- composer require namlier/make-seven
- Create a file any-name.php with content:
<?php $result = sevenify(5); echo $result;
- From a terminal: php any-name.php
- Enjoy to get the "seven"
Optionally: If it is your first package in the project, simply addrequire __DIR__ . '/vendor/autoload.php';at the beginning of any-name.php file.