Skip to content

girardinsamuel/masonite-billing

Repository files navigation

Masonite Billing

Masonite Package GitHub Workflow Status (branch) PyPI Python Version GitHub release (latest by date including pre-releases) License Code style: black

Introduction

WIP (not usable for now) Easily add billing services (Stripe, Paddle) to your app

Features

  • Add your package main features here
  • and here

Official Masonite Documentation

New to Masonite ? Please first read the Official Documentation. Masonite strives to have extremely comprehensive documentation 😃. It would be wise to go through the tutorials there. If you find any discrepencies or anything that doesn't make sense, be sure to comment directly on the documentation to start a discussion!

Also be sure to join the Slack channel!

Installation

pip install masonite-billing

Configuration

Add BillingProvider to your project in config/providers.py:

# config/providers.py
# ...
from masonite.billing import BillingProvider

# ...
PROVIDERS = [
    # ...
    # Third Party Providers
    BillingProvider,
    # ...
]

Then install OR publish the required package files (configuration, views ...):

python craft billing:install

OR (depending on your preferences)

python craft publish BillingProvider

Usage

Explain how to use your package

Contributing

Please read the Contributing Documentation here.

Maintainers

License

Masonite Billing is open-sourced software licensed under the MIT license.

About

(WIP) Easily add billing services to your Masonite app.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published