https://github.com/suneil/rpn
Reverse Polish Notation Calculator
https://github.com/suneil/rpn
dependency-injection php php7 reverse-polish-notation unittest
Last synced: 27 days ago
JSON representation
Reverse Polish Notation Calculator
- Host: GitHub
- URL: https://github.com/suneil/rpn
- Owner: suneil
- Created: 2017-06-20T00:43:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-20T05:34:16.000Z (almost 8 years ago)
- Last Synced: 2025-03-31T23:51:35.763Z (2 months ago)
- Topics: dependency-injection, php, php7, reverse-polish-notation, unittest
- Language: PHP
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reverse Polish Calculator
### Requirements
+ PHP 7.0
+ Composer### Installing
```bash
composer require suneil/rpn
```### Developing and running tests
```bash
git clone https://github.com/suneil/rpn.git
cd rpn
composer install
composer test
```