Release Note

php-snap-bi follow Semantic Versioning.

Minor and patch releases should never contain breaking changes.

PHP Version support

php-snap-bi 1.x requires a minimum PHP version of >= 7.4

Coding style

php-snap-bi follows the PSR-2 coding standard and the PSR-4 autoloading standard.

Testing

Before run test you need to rename file Fixture.example.php in DIR tests/Fixtures/Fixture.example.php and change it with your config value.

You can use this command to run test

composer test

Last updated