Download the PHP package bulletdigitalsolutions/doctrine-cashier without Composer
On this page you can find all versions of the php package bulletdigitalsolutions/doctrine-cashier. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bulletdigitalsolutions/doctrine-cashier
More information about bulletdigitalsolutions/doctrine-cashier
Files in bulletdigitalsolutions/doctrine-cashier
Package doctrine-cashier
Short Description Enables you to use cashier on doctrine
License MIT
Homepage https://github.com/bulletdigitalsolutions/doctrine-cashier
Informations about the package doctrine-cashier
Very short description of the package
This package is in early development and not yet tested for production use.
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
Usage
Your user entity should extend the BillableEntity class
Your user entity must implement getRepository, which returns a repository that implement BillableEntityContract
You should then extend the Subscription and SubscriptionItem entities
`
You then need to register your entities on the CashierServiceProvider
Testing
Changelog
Please see CHANGELOG for more information what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Andrew Hargrave
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of doctrine-cashier with dependencies
bulletdigitalsolutions/doctrine-eloquent Version 1.0.2
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
laravel-doctrine/acl Version ^1.0
laravel-doctrine/extensions Version ^1.0
laravel-doctrine/orm Version ^1.8|^2.0
laravel/cashier Version ^13.12|^14.7|^15.2