An open API service indexing awesome lists of open source software.

https://github.com/portphp/ruler

Integrates hoa/ruler into portphp
https://github.com/portphp/ruler

Last synced: 4 months ago
JSON representation

Integrates hoa/ruler into portphp

Awesome Lists containing this project

README

          

# Port Ruler

[![Latest Version](https://img.shields.io/github/release/portphp/ruler.svg?style=flat-square)](https://github.com/portphp/ruler/releases)
[![Build Status](https://travis-ci.org/portphp/ruler.svg)](https://travis-ci.org/portphp/ruler)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/portphp/ruler/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/portphp/ruler/?branch=master)
[![Code Coverage](https://scrutinizer-ci.com/g/portphp/ruler/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/portphp/ruler/?branch=master)

This package integrations [hoa/ruler](https://github.com/hoa/ruler) into PortPHP.

## Installation

Open a command console, enter your project directory and execute the
following command to download the latest stable version of this package:

```bash
$ composer require portphp/ruler
```

This command requires you to have Composer installed globally, as explained
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
of the Composer documentation.

## Documentation

Documentation is available at http://docs.portphp.org.

## Issues and feature requests

Please report issues and request features at https://github.com/portphp/portphp/issues.

## Contributing

Contributions are very welcome. Please see [CONTRIBUTING.md](CONTRIBUTING.md) for
details. Thanks to [everyone who has contributed](https://github.com/portphp/ruler/graphs/contributors)
already.

## Security

If you discover any security-related issues, please contact us at
[security@portphp.org](mailto:security@portphp.org).

## License

This package is licensed under the [MIT license](LICENSE).