namlier/make-seven

You make seven!

Maintainers

Package info

github.com/namlier/make-seven

pkg:composer/namlier/make-seven

Statistics

Installs: 5

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

  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.