Download the PHP package ytokarchukova/badge without Composer
On this page you can find all versions of the php package ytokarchukova/badge. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download ytokarchukova/badge
More information about ytokarchukova/badge
Files in ytokarchukova/badge
Package badge
Short Description Add Badge Functionality to Laravel
License GPL-3.0-or-later
Homepage https://github.com/ytokarchukova/badge
Informations about the package badge
Badge
This is where your description should go. Take a look at contributing.md to see a to do list.
Installation
Via Composer
Usage
Be Careful! This package not include Controllers.
Options
All options in config/badge.php
Config Disks in config/filesystems.php
section disks
Badge (Model)
Field secret
is Required. Use Helper to fill. Example Str::random()
BadgeStorage (Model) - Badge Images
Field file
store only file image name, example sDJfjkdsSF.png
Cron Checking Badge Status Daily
Config your Laravel Cron to run Artisan Command php artisan badge:badgesToQueue
.
!!! This feature not working in this revision.
Check Badge Status Manually
Import use YTokarchukova\Badge\Jobs\CheckBadge;
Run CheckBadge::dispatch($badge, $check_adress);
where $badge
is Badge Model Object
and $check_address
is url, where crawler search badge.
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Yulia Tokarchukova
- All Contributors
License
GPL-3.0-or-later. Please see the license file for more information.