suneil/rpn

Reverse Polish Notation Calculator

Maintainers

Package info

github.com/suneil/rpn

pkg:composer/suneil/rpn

Statistics

Installs: 9

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 0

0.1.0 2017-06-20 05:32 UTC

This package is not auto-updated.

Last update: 2026-03-01 08:46:26 UTC


README

Requirements

  • PHP 7.0
  • Composer

Installing

composer require suneil/rpn

Developing and running tests

git clone https://github.com/suneil/rpn.git
cd rpn
composer install
composer test