adrien-nf/brainfuck-interpreter

Brainfuck interpreter for your daily usage.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/adrien-nf/brainfuck-interpreter

1.2.0 2023-10-20 15:34 UTC

This package is auto-updated.

Last update: 2025-09-20 19:37:31 UTC


README

Brainfuck Interpreter written in PHP. At last, you're able to handle programming with an actual language.

Installation

Via Composer

Check out the composer package

composer require adrien-nf/brainfuck-interpreter

Demo

Usage

Using the class

image

Using the facade

image

With inputs

image

Handling the response

image