namlier / make-seven
You make seven!
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/namlier/make-seven
This package is not auto-updated.
Last update: 2026-01-21 09:40:55 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.