rocketfellows / tinkoff-invest-v1-common
v1.1.0
2022-06-26 20:57 UTC
Requires
Requires (Dev)
- phpstan/phpstan: ^0.12.90
- phpunit/phpunit: ^8.5
- squizlabs/php_codesniffer: 3.6.2
This package is not auto-updated.
Last update: 2024-10-28 08:33:48 UTC
README
This component is common set of models that used across tinkoff invest api.
Consist of:
- MoneyValue model
- Quotation model
- MoneyValue model factory - MoneyValueFactory
- Quotation model factory - QuotationFactory
Component dependencies:
- arslanimamutdinov/iso-standard-4217 (https://github.com/arslanim/iso-standard-4217) - for currency ISO standard implementation
Contributing
Welcome to pull requests. If there is a major changes, first please open an issue for discussion.
Please make sure to update tests as appropriate.