├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── autoload.php ├── composer.json └── src ├── FastForwarder.php ├── FilterFactory.php ├── Rewinder.php ├── SkipWhenTrait.php └── StaticFilter.php /CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/CHANGELOG.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/README.md -------------------------------------------------------------------------------- /autoload.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/autoload.php -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/composer.json -------------------------------------------------------------------------------- /src/FastForwarder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/src/FastForwarder.php -------------------------------------------------------------------------------- /src/FilterFactory.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/src/FilterFactory.php -------------------------------------------------------------------------------- /src/Rewinder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/src/Rewinder.php -------------------------------------------------------------------------------- /src/SkipWhenTrait.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/src/SkipWhenTrait.php -------------------------------------------------------------------------------- /src/StaticFilter.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iansltx/BusinessDays/HEAD/src/StaticFilter.php --------------------------------------------------------------------------------