{"id":18721051,"url":"https://github.com/limedeck/nova-cashier-overview","last_synced_at":"2025-08-22T06:33:00.132Z","repository":{"id":36330883,"uuid":"223514784","full_name":"LimeDeck/nova-cashier-overview","owner":"LimeDeck","description":"Interact with your Stripe subscriptions directly inside Nova.","archived":false,"fork":false,"pushed_at":"2023-06-12T19:57:46.000Z","size":487,"stargazers_count":28,"open_issues_count":11,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-08T05:36:43.945Z","etag":null,"topics":["cashier","laravel","nova","novapackage","stripe"],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LimeDeck.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-11-23T01:42:07.000Z","updated_at":"2024-08-30T16:00:19.000Z","dependencies_parsed_at":"2022-08-08T23:30:11.873Z","dependency_job_id":null,"html_url":"https://github.com/LimeDeck/nova-cashier-overview","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeDeck%2Fnova-cashier-overview","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeDeck%2Fnova-cashier-overview/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeDeck%2Fnova-cashier-overview/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LimeDeck%2Fnova-cashier-overview/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LimeDeck","download_url":"https://codeload.github.com/LimeDeck/nova-cashier-overview/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":230568590,"owners_count":18246378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cashier","laravel","nova","novapackage","stripe"],"created_at":"2024-11-07T13:33:24.320Z","updated_at":"2024-12-20T10:08:45.300Z","avatar_url":"https://github.com/LimeDeck.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A Laravel Nova resource tool to manage your Cashier (Stripe) subscriptions\n\n[![Latest Version on Packagist](https://img.shields.io/packagist/v/limedeck/nova-cashier-overview.svg?style=flat-square)](https://packagist.org/packages/limedeck/nova-cashier-overview)\n[![CircleCI](https://travis-ci.org/LimeDeck/nova-cashier-overview.svg?branch=master)](https://travis-ci.org/LimeDeck/nova-cashier-overview)\n[![StyleCI](https://github.styleci.io/repos/223514784/shield?branch=master)](https://github.styleci.io/repos/223514784)\n[![Total Downloads](https://img.shields.io/packagist/dt/limedeck/nova-cashier-overview.svg?style=flat-square)](https://packagist.org/packages/limedeck/nova-cashier-overview)\n\nThis [Nova](https://nova.laravel.com) tool lets you:\n- view a database subscription (subscription name is a parameter)\n- view Stripe subscription details\n- view invoices for a given subscription with a downloadable link\n- change a subscription plan\n- cancel a subscription\n- resume a subscription\n- avoid unnecessary Stripe API call when you load a resource to quickly get a status information and dive deeper if you need it\n\n### Default view of the subscription\n\n![screenshot of the initial Cashier overview tool](https://raw.githubusercontent.com/LimeDeck/nova-cashier-overview/master/screenshots/initial.png)\n\n### Expanded view of the subscription\n\n![screenshot of the expanded Cashier overview tool](https://raw.githubusercontent.com/LimeDeck/nova-cashier-overview/master/screenshots/expanded.png)\n\n## Disclaimer\n\nThis package has been heavily inspired by [themsaid/nova-cashier-manager](https://github.com/themsaid/nova-cashier-manager) and was created to be in sync with latest changes in Cashier as well as to optimize default loads by avoiding a Stripe API request unless it's needed. Structure of this repository was inspired by [spatie/skeleton-nova-tool](https://github.com/spatie/skeleton-nova-tool).\n\n## Installation\n\nYou can install the nova tool in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:\n\n```bash\ncomposer require limedeck/nova-cashier-overview\n```\n\nNext up, you use the resource tool with Nova. This is typically done in the `fields` method of the desired Nova Resource.\n\n```php\nuse LimeDeck\\NovaCashierOverview\\Subscription;\n\n// ...\n\npublic function fields(Request $request)\n{\n    return [\n        ID::make()-\u003esortable(),\n\n        ...\n\n        Subscription::make(),\n\n        // if you want to display a specific subscription or multiple\n        Subscription::make('a-fancy-subscription-name'), \n\n        ...\n    ];\n}\n```\n\n### Testing\n\n``` bash\ncomposer test\n```\n\n## Contributing\n\nPlease see [CONTRIBUTING](CONTRIBUTING.md) for details.\n\n### Security\n\nIf you discover any security related issues, please email rudolf@limedeck.io instead of using the issue tracker.\n\n## License\n\nThe MIT License (MIT). Please see [License File](LICENSE.md) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimedeck%2Fnova-cashier-overview","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flimedeck%2Fnova-cashier-overview","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flimedeck%2Fnova-cashier-overview/lists"}