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

https://github.com/marcusmyers/report

A way to add announcements to a website
https://github.com/marcusmyers/report

Last synced: 4 months ago
JSON representation

A way to add announcements to a website

Awesome Lists containing this project

README

        

# report

Report is used to add simple announcements to a web site.

## Installation

You can install the package via composer:

```bash
composer require marcusmyers/report
```

## Usage

``` php
$announcements = Report::getAnnouncements();
```

### Testing

``` bash
composer test
```

### Todo

[] Add custom views
[] Add a way to test the facade

### Changelog

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

## Contributing

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

### Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## Credits

- [Mark Myers](https://github.com/marcusmyers)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Laravel Package Boilerplate

This package was generated using the [Laravel Package Boilerplate](https://laravelpackageboilerplate.com).