Skip to content

Commit

Permalink
feat: initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed Aug 8, 2023
1 parent c06cd6b commit 45929d5
Show file tree
Hide file tree
Showing 23 changed files with 4,009 additions and 2,535 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
os: ubuntu-latest
branch: master
package-name: laravel-package-tpl
package-name: laravel-stripe-webhooks
secrets:
token: ${{ secrets.PERSONAL_GITHUB_TOKEN }}

Expand Down
851 changes: 0 additions & 851 deletions CHANGELOG.md

This file was deleted.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ else
WHITE := ""
RST := ""
endif
MAKE_LOGFILE = /tmpwayofdev-laravel-package-tpl.log
MAKE_LOGFILE = /tmpwayofdev-laravel-stripe-webhooks.log
MAKE_CMD_COLOR := $(BLUE)

default: all
Expand All @@ -47,7 +47,7 @@ help:
@echo
@echo ' 📑 Logs are stored in $(MAKE_LOGFILE)'
@echo
@echo ' 📦 Package laravel-package-tpl (github.com/wayofdev/laravel-package-tpl)'
@echo ' 📦 Package laravel-stripe-webhooks (github.com/wayofdev/laravel-stripe-webhooks)'
@echo ' 🤠 Author Andrij Orlenko (github.com/lotyp)'
@echo ' 🏢 ${YELLOW}Org wayofdev (github.com/wayofdev)${RST}'
.PHONY: help
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<br>

<div align="center">
<a href="https://github.com/wayofdev/laravel-package-tpl/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-package-tpl%2Fbadge&style=flat-square"/></a>
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-package-tpl?&style=flat-square" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-package-tpl?&style=flat-square" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-package-tpl?style=flat-square&color=blue" alt="Software License"/></a>
<a href="https://packagist.org/packages/wayofdev/laravel-package-tpl"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-package-tpl/latest?style=flat-square"></a>
<a href="https://github.com/wayofdev/laravel-stripe-webhooks/actions"><img alt="Build Status" src="https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Flaravel-stripe-webhooks%2Fbadge&style=flat-square"/></a>
<a href="https://packagist.org/packages/wayofdev/laravel-stripe-webhooks"><img src="https://img.shields.io/packagist/dt/wayofdev/laravel-stripe-webhooks?&style=flat-square" alt="Total Downloads"></a>
<a href="https://packagist.org/packages/wayofdev/laravel-stripe-webhooks"><img src="https://img.shields.io/packagist/v/wayofdev/laravel-stripe-webhooks?&style=flat-square" alt="Latest Stable Version"></a>
<a href="https://packagist.org/packages/wayofdev/laravel-stripe-webhooks"><img src="https://img.shields.io/packagist/l/wayofdev/laravel-stripe-webhooks?style=flat-square&color=blue" alt="Software License"/></a>
<a href="https://packagist.org/packages/wayofdev/laravel-stripe-webhooks"><img alt="Commits since latest release" src="https://img.shields.io/github/commits-since/wayofdev/laravel-stripe-webhooks/latest?style=flat-square"></a>
</div>

<br>
Expand All @@ -35,7 +35,7 @@ If you **like/use** this package, please consider **starring** it. Thanks!
Require as dependency:

```bash
$ composer req wayofdev/laravel-package-tpl
$ composer req wayofdev/laravel-stripe-webhooks
```

<br>
Expand Down Expand Up @@ -70,7 +70,7 @@ $ make cs-fix

## 🤝 License

[![Licence](https://img.shields.io/github/license/wayofdev/laravel-package-tpl?style=for-the-badge&color=blue)](./LICENSE)
[![Licence](https://img.shields.io/github/license/wayofdev/laravel-stripe-webhooks?style=for-the-badge&color=blue)](./LICENSE)

<br>

Expand Down
25 changes: 14 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"name": "wayofdev/laravel-package-tpl",
"name": "wayofdev/laravel-stripe-webhooks",
"description": "PHP package template with GitHub Actions",
"type": "library",
"license": "MIT",
"homepage": "https://wayof.dev",
"support": {
"issues": "https://github.com/wayofdev/laravel-package-tpl/issues",
"source": "https://github.com/wayofdev/laravel-package-tpl"
"issues": "https://github.com/wayofdev/laravel-stripe-webhooks/issues",
"source": "https://github.com/wayofdev/laravel-stripe-webhooks"
},
"authors": [
{
Expand All @@ -16,10 +16,13 @@
],
"require": {
"php": "^8.2",
"illuminate/contracts": "^v10.13"
"cycle/orm": "^2.3",
"laravel/framework": "^v10.17",
"stripe/stripe-php": "^10.20",
"wayofdev/laravel-webhook-client": "^1.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.31",
"ergebnis/composer-normalize": "^2.34",
"nunomaduro/larastan": "^2.6",
"orchestra/testbench": "^8.5",
"pestphp/pest": "^2.6",
Expand All @@ -35,20 +38,20 @@
},
"autoload": {
"psr-4": {
"WayOfDev\\Package\\": "src/"
"WayOfDev\\StripeWebhooks\\": "src/"
}
},
"autoload-dev": {
"psr-4": {
"WayOfDev\\Package\\App\\": "tests/app/",
"WayOfDev\\Package\\Tests\\": "tests/src/"
"WayOfDev\\StripeWebhooks\\App\\": "tests/app/",
"WayOfDev\\StripeWebhooks\\Tests\\": "tests/src/"
}
},
"scripts": {
"cs:fix": "php vendor/bin/php-cs-fixer fix -v",
"cs:diff": "php vendor/bin/php-cs-fixer fix --dry-run -v --diff",
"test": "XDEBUG_MODE=coverage php vendor/bin/pest",
"test:cc": "XDEBUG_MODE=coverage php vendor/bin/pest --coverage",
"test": "XDEBUG_MODE=coverage php vendor/bin/pest --colors=always",
"test:cc": "XDEBUG_MODE=coverage php vendor/bin/pest --colors=always --coverage-clover coverage.xml",
"stan": "php vendor/bin/phpstan analyse --memory-limit=2G",
"stan:ci": "php vendor/bin/phpstan analyse --memory-limit=2G --error-format=github"
},
Expand All @@ -63,7 +66,7 @@
"extra": {
"laravel": {
"providers": [
"WayOfDev\\Package\\Bridge\\Laravel\\Providers\\PackageServiceProvider"
"WayOfDev\\StripeWebhooks\\Bridge\\Laravel\\Providers\\StripeWebhooksServiceProvider"
]
},
"composer-normalize": {
Expand Down
Loading

0 comments on commit 45929d5

Please sign in to comment.