Skip to content

Commit

Permalink
main: Add license & Packagist badges to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
christian committed Mar 31, 2023
1 parent 7d04f18 commit 088dabb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Laravel Posthog implementation

---
[![Latest Version on Packagist](https://img.shields.io/packagist/v/QodeNL/laravel-posthog.svg?style=flat-square)](https://packagist.org/packages/QodeNL/laravel-posthog)
[![Total Downloads](https://img.shields.io/packagist/dt/QodeNL/laravel-posthog.svg?style=flat-square)](https://packagist.org/packages/QodeNL/laravel-posthog)

This package provides a simple integration of Posthog in Laravel applications.

The small package covers both Identify as Capture (events) requests which can be triggered manual or automatically using an Event Listener.
Expand Down Expand Up @@ -96,3 +98,7 @@ Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed re
## Credits

- Christian Schoenmakers (Qode BV - Netherlands) (https://github.com/christianschoenmakers)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"QodeNL\\LaravelPosthog\\": "src/"
}
},
"license": "MIT",
"authors": [
{
"name": "Christian Schoenmakers",
Expand Down

0 comments on commit 088dabb

Please sign in to comment.