https://github.com/powermobileweb/laravel-shopify
A full-featured Laravel package for aiding in Shopify App development.
https://github.com/powermobileweb/laravel-shopify
Last synced: 11 months ago
JSON representation
A full-featured Laravel package for aiding in Shopify App development.
- Host: GitHub
- URL: https://github.com/powermobileweb/laravel-shopify
- Owner: powermobileweb
- License: mit
- Created: 2018-08-26T09:11:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-26T09:23:25.000Z (almost 8 years ago)
- Last Synced: 2025-04-04T19:22:51.891Z (about 1 year ago)
- Language: PHP
- Size: 136 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Shopify App
[](http://travis-ci.org/ohmybrew/laravel-shopify)
[](https://coveralls.io/github/ohmybrew/laravel-shopify?branch=master)
[](https://styleci.io/repos/96462257)
A full-featured Laravel package for aiding in Shopify App development, similar to `shopify_app` for Rails. Works for Laravel 5.5-5.6.


## Table of Contents
__*__ *Wiki pages*
- [Goals](#goals)
- [Documentation](#documentation)
- [Requirements](https://github.com/powermobileteam/laravel-shopify/wiki/Requirements)*
- [Installation](https://github.com/powermobileteam/laravel-shopify/wiki/Installation)* *(New video guide to come soon)*
- [Route List](https://github.com/powermobileteam/laravel-shopify/wiki/Route-List)*
- [Usage](https://github.com/powermobileteam/laravel-shopify/wiki/Usage)*
- [Changelog](https://github.com/powermobileteam/laravel-shopify/wiki/Changelog)*
- [Roadmap](https://github.com/powermobileteam/laravel-shopify/wiki/Roadmap)*
- [Contributing Guide](https://github.com/powermobileteam/laravel-shopify/blob/master/CONTRIBUTING.md)
- [LICENSE](#license)
For more information, tutorials, etc., please view the project's [wiki](https://github.com/powermobileteam/laravel-shopify/wiki).
## Goals
- [x] Provide assistance in developing Shopify apps with Laravel
- [x] Integration with Shopify API
- [x] Authentication & installation for shops
- [x] Billing integration built-in for single and recurring application charges
- [x] Tracking charges to a shop (recurring, single, usage, etc) with trial support
- [x] Auto install app webhooks and scripttags thorugh background jobs
- [x] Provide basic ESDK views
- [x] Handles and processes incoming webhooks
- [x] Handles and verifies incoming app proxy requests
## Documentation
For full resources on this package, see the [wiki](https://github.com/powermobileteam/laravel-shopify/wiki).
## LICENSE
This project is released under the MIT [license](https://github.com/powermobileteam/laravel-shopify/blob/master/LICENSE).
## Misc
I develop this package in my spare time, with a busy family/work life like many of you! So, I would like to thank everyone who's helped me out from submitting PRs, to assisting on issues, and plain using the package (I hope its useful). Cheers.