Skip to content

Commit

Permalink
preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
josephajibodu committed Sep 8, 2024
1 parent 6d68fd2 commit 0365f94
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 13 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
composer.lock
/phpunit.xml
.phpunit.result.cache
.idea
.vscode
1 change: 1 addition & 0 deletions LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
The MIT License (MIT)

Copyright (c) 2024 Joseph Ajibodu
Copyright (c) Taylor Otwell

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
51 changes: 49 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,53 @@
<a href="https://packagist.org/packages/laravel/cashier"><img src="https://img.shields.io/packagist/l/laravel/cashier" alt="License"></a>
</p>

## Introduction
# Laravel Cashier for Paystack

This will be a Paystack variant of Laravel Cashier for Nigerian and African market.
[![Latest Version on Packagist](https://img.shields.io/packagist/v/your-vendor/cashier-paystack.svg?style=flat-square)](https://packagist.org/packages/your-vendor/cashier-paystack)
[![Total Downloads](https://img.shields.io/packagist/dt/your-vendor/cashier-paystack.svg?style=flat-square)](https://packagist.org/packages/your-vendor/cashier-paystack)
[![License](https://img.shields.io/packagist/l/your-vendor/cashier-paystack.svg?style=flat-square)](https://packagist.org/packages/your-vendor/cashier-paystack)

Laravel Cashier for Paystack provides an expressive, fluent interface to [Paystack's](https://paystack.com) payment services. It handles almost all of the boilerplate payment code you are dreading writing. In addition to basic payment management, Cashier can handle subscriptions, invoicing, and more.

## Installation

You can install the package via composer:

```bash
composer require josephajibodu/cashier-paystack
```

## Usage

// TODO: Add usage instructions

## Testing

```bash
composer test
```

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

## Credits

- [Your Name](https://github.com/josephajibodu)
- [All Contributors](../../contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

## Acknowledgements

This package is based on [Laravel Cashier](https://github.com/laravel/cashier-stripe), adapted for use with Paystack.
18 changes: 7 additions & 11 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
{
"name": "laravel/cashier",
"description": "Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.",
"keywords": ["laravel", "stripe", "billing"],
"name": "josephajibodu/cashier-paystack",
"description": "Laravel Cashier provides an expressive, fluent interface to Paystack's payment services.",
"keywords": ["laravel", "paystack", "billing", "nigeria", "africa"],
"license": "MIT",
"support": {
"issues": "https://github.com/laravel/cashier/issues",
"source": "https://github.com/laravel/cashier"
"issues": "https://github.com/josephajibodu/cashier-paystack/issues",
"source": "https://github.com/josephajibodu/cashier-paystack"
},
"authors": [
{
"name": "Taylor Otwell",
"email": "taylor@laravel.com"
},
{
"name": "Dries Vints",
"email": "dries@laravel.com"
"name": "Joseph Ajibodu",
"email": "josephajibodu@gmail.com"
}
],
"require": {
Expand Down

0 comments on commit 0365f94

Please sign in to comment.