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

0.1.1 2023-10-31 01:26 UTC

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

  1. composer require namlier/make-seven
  2. Create a file any-name.php with content:
<?php

$result = sevenify(5);

echo $result;
  1. From a terminal: php any-name.php
  2. Enjoy to get the "seven"
    Optionally: If it is your first package in the project, simply add require __DIR__ . '/vendor/autoload.php'; at the beginning of any-name.php file.