Skip to content

Intervention/zodiac

Repository files navigation

Intervention Zodiac

Latest Version Tests Monthly Downloads

Intervention Zodiac is a calculator for zodiac signs to resolve the respective zodiac sign from various data types.

Installation

You can install this package with Composer.

Require the package via Composer:

$ composer require intervention/zodiac

Although the library is framework agnostic it comes with a service provider for the Laravel Framework. Which will be discovered automatically and registers the calculator into your installation.

Documentation

Read the full documentation for this library.

Development & Testing

With this package comes a Docker image to build a test suite container. To build this container you have to have Docker installed on your system.

You can run all tests with the following command.

docker-compose run --rm --build tests

Run the static analyzer on the code base.

docker-compose run --rm --build analysis

Authors

This library is developed and maintained by Oliver Vogel

Thanks to the community of contributors who have helped to improve this project.

License

Intervention Zodiac is licensed under the MIT License.