Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jenky/larabbit
https://github.com/jenky/larabbit
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenky/larabbit
- Owner: jenky
- License: mit
- Created: 2022-11-12T15:39:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-14T07:43:14.000Z (about 2 years ago)
- Last Synced: 2024-04-17T21:08:17.227Z (9 months ago)
- Language: PHP
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# This is my package larabbit
[![Latest Version on Packagist][ico-version]][link-packagist]
[![Github Actions][ico-gh-actions]][link-gh-actions]
[![Codecov][ico-codecov]][link-codecov]
[![Total Downloads][ico-downloads]][link-downloads]
[![Software License][ico-license]](LICENSE.md)This is where your description should go. Try and limit it to a paragraph or two. Consider adding a small example.
## Installation
You can install the package via composer:
```bash
composer require jenky/larabbit
```## Usage
```php
$larabbit = new Jenky\Larabbit();
echo $larabbit->echoPhrase('Hello, Jenky!');
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE_OF_CONDUCT](CODE_OF_CONDUCT.md) for details.
## Security
If you discover any security related issues, please email :author_email instead of using the issue tracker.
## Credits
- [Lynh](https://github.com/jenky)
- [All Contributors](../../contributors)## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
[ico-version]: https://img.shields.io/packagist/v/jenky/larabbit.svg?style=for-the-badge
[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=for-the-badge
[ico-travis]: https://img.shields.io/travis/jenky/larabbit/master.svg?style=for-the-badge
[ico-scrutinizer]: https://img.shields.io/scrutinizer/coverage/g/jenky/larabbit.svg?style=for-the-badge
[ico-code-quality]: https://img.shields.io/scrutinizer/g/jenky/larabbit.svg?style=for-the-badge
[ico-gh-actions]: https://img.shields.io/github/workflow/status/jenky/larabbit/Tests?label=actions&logo=github&style=for-the-badge
[ico-codecov]: https://img.shields.io/codecov/c/github/jenky/larabbit?logo=codecov&style=for-the-badge
[ico-downloads]: https://img.shields.io/packagist/dt/jenky/larabbit.svg?style=for-the-badge[link-packagist]: https://packagist.org/packages/jenky/larabbit
[link-travis]: https://travis-ci.org/jenky/larabbit
[link-scrutinizer]: https://scrutinizer-ci.com/g/jenky/larabbit/code-structure
[link-code-quality]: https://scrutinizer-ci.com/g/jenky/larabbit
[link-gh-actions]: https://github.com/jenky/jenky/larabbit
[link-codecov]: https://codecov.io/gh/jenky/larabbit
[link-downloads]: https://packagist.org/packages/jenky/larabbit