An open API service indexing awesome lists of open source software.

https://github.com/smoren/formula-tools-php

Tools for working with formulas
https://github.com/smoren/formula-tools-php

formula math-logic php php-library

Last synced: 2 months ago
JSON representation

Tools for working with formulas

Awesome Lists containing this project

README

          

# PHP Formula Tools

![Packagist PHP Version Support](https://img.shields.io/packagist/php-v/smoren/formula-tools)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Smoren/formula-tools-php/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Smoren/formula-tools-php/?branch=master)
[![Coverage Status](https://coveralls.io/repos/github/Smoren/formula-tools-php/badge.svg?branch=master)](https://coveralls.io/github/Smoren/formula-tools-php?branch=master)
![Build and test](https://github.com/Smoren/formula-tools-php/actions/workflows/test_master.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## How to install to your project
```
composer require smoren/formula-tools
```

## Unit testing
```
composer install
composer test-init
composer test
```

## Standards

PHP Formula Tools conforms to the following standards:

* PSR-1 — [Basic coding standard](https://www.php-fig.org/psr/psr-1/)
* PSR-4 — [Autoloader](https://www.php-fig.org/psr/psr-4/)
* PSR-12 — [Extended coding style guide](https://www.php-fig.org/psr/psr-12/)

## License

PHP Formula Tools is licensed under the MIT License.