Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.x] Update README.md #52

Merged
merged 2 commits into from
Apr 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<p align="center"><a href="https://payavel.com" target="_blank"><img src="https://user-images.githubusercontent.com/13485445/223704901-8c2754c6-0890-486f-ab4a-6bf551119374.svg" width="400"></a></p>
<p align="center">
<a href="https://payavel.com" target="_blank"><img src="https://github.com/payavel/checkout/assets/13485445/3003e343-286a-44d6-8fa2-c3fea7093cc4" width="400"></a>
</p>

<p align="center">
<a href="https://packagist.org/packages/payavel/checkout" target="_blank"><img src="https://img.shields.io/packagist/v/payavel/checkout" alt="Latest Stable Version"></a>
Expand All @@ -9,17 +11,17 @@
</p>

## About
Payavel Checkout is a package that integrates seamlessly within the Laravel ecosystem that simplifies the way you integrate & process payments via your preferred payment service provider.
Payavel Checkout is a package designed to streamline the integration and processing of payments within your Laravel applications. It provides a smooth and flexible interface to connect with your chosen payment service provider.

---
[payavel/checkout](https://github.com/payavel/checkout) is the re-branded version of the legacy [r-kujawa/laravel-payment-gateway](https://github.com/r-kujawa/laravel-payment-gateway) package.

Please reference the [payavel documentation](https://payavel.com) to get started.
Please reference the [documentation](https://payavel.com) to get started.
## Contributing
All contributions are welcome! If you are not sure how to contribute, please feel free to [start a discussion](https://github.com/payavel/checkout/discussions) to suggest an idea or ask any relevant questions regarding this package.

## License

Copyright © Robert Kujawa
Copyright © 2024 Robert Kujawa

Payavel is open-sourced software licensed under the [MIT license](LICENSE.md).
Loading