cruxoft / bolt-support
Standalone support library for the Bolt Framework
0.7.0
2024-02-29 14:40 UTC
Requires
- php: ^8.1
- ext-json: *
Requires (Dev)
- cruxoft/dump: ^0.2
- phpunit/phpunit: ^9.4
This package is auto-updated.
Last update: 2025-03-01 00:12:49 UTC
README
What is it?
A support library originally a part of the Bolt Framework, split out for standalone use.
Installation
Can be installed using composer by running the following:
$ composer require cruxoft/bolt-support
Usage
WiP
Tests
Full unit tests are included and can be run with the following:
$ ./vendor/bin/phpunit tests --testdox