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
- Host: GitHub
- URL: https://github.com/smoren/formula-tools-php
- Owner: Smoren
- License: mit
- Created: 2023-02-07T20:16:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-12-18T21:21:54.000Z (10 months ago)
- Last Synced: 2025-07-24T22:33:28.671Z (3 months ago)
- Topics: formula, math-logic, php, php-library
- Language: PHP
- Homepage:
- Size: 19.5 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PHP Formula Tools

[](https://scrutinizer-ci.com/g/Smoren/formula-tools-php/?branch=master)
[](https://coveralls.io/github/Smoren/formula-tools-php?branch=master)

[](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.