kodekeep/laravel-countries

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# Laravel Countries

[![Latest Version](https://badgen.net/packagist/v/konceiver/laravel-countries)](https://packagist.org/packages/konceiver/laravel-countries)
[![Software License](https://badgen.net/packagist/license/konceiver/laravel-countries)](https://packagist.org/packages/konceiver/laravel-countries)
[![Build Status](https://img.shields.io/github/workflow/status/konceiver/laravel-countries/run-tests?label=tests)](https://github.com/konceiver/laravel-countries/actions?query=workflow%3Arun-tests+branch%3Amaster)
[![Coverage Status](https://badgen.net/codeclimate/coverage/konceiver/laravel-countries)](https://codeclimate.com/github/konceiver/laravel-countries)
[![Quality Score](https://badgen.net/codeclimate/maintainability/konceiver/laravel-countries)](https://codeclimate.com/github/konceiver/laravel-countries)
[![Total Downloads](https://badgen.net/packagist/dt/konceiver/laravel-countries)](https://packagist.org/packages/konceiver/laravel-countries)

This package was created by, and is maintained by [Brian Faust](https://github.com/faustbrian), and provides country associations for Laravel.

## Installation

```bash
composer require konceiver/laravel-countries
```

## Usage

``` php
$skeleton = new Konceiver\Skeleton();
echo $skeleton->echoPhrase('Hello, KodeKeep!');
```

## Testing

``` bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover a security vulnerability within this package, please send an e-mail to hello@konceiver.dev. All security vulnerabilities will be promptly addressed.

## Credits

This project exists thanks to all the people who [contribute](../../contributors).

## Support Us

We invest a lot of resources into creating and maintaining our packages. You can support us and the development through [GitHub Sponsors](https://github.com/sponsors/faustbrian).

## License

Laravel Countries is an open-sourced software licensed under the [MPL-2.0](LICENSE.md).