Skip to content

A really funny Cli Application quizz to test PHPUnit and possibilities in CLI

License

Notifications You must be signed in to change notification settings

githubnando/say-my-name

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Say my name

Installation

# Clones the repository
$ git clone https://github.com/ernjs/say-my-name && cd say-my-name

# Create the autoloading (for dev, use composer install instead)
$ composer dump

Usage

# php src/start.php

Say my name is a cli application, a funny questionary that tells what series you most fit based on your responses. Created with the intent to test some functionalities of PHPUnit and Cli Possibilities in PHP.

alt tag

Example Structure

── src
│   ├── Core
│   │   ├── Entitie
│   │   │   └── Question
│   │   │       ├── AbstractQuestion.php
│   │   │       ├── Questions1.php
│   │   │       ├── Questions2.php
│   │   │       ├── Questions3.php
│   │   ├── Model
│   │   │   ├── Answer.php
│   │   │   └── Question.php
│   │   └── Repository
│   │       ├── Answer.php
│   │       └── Question.php
│   ├── Output
│   │   └── Cli
│   │       ├── Form.php
│   │       ├── Header.php
│   │       └── TraitConsole.php
│   └── start.php

About

A really funny Cli Application quizz to test PHPUnit and possibilities in CLI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages