gnikyt Code ramblings.

Laravel Shopify Billing

Version 2.0.0 was just released which features the baked-in ability to turn your Shopify app into a billable app with some simple configuration additions.

It has support for the two methods Shopify supports, single and recurring charges. You can set the plan name, price, trial days, and more.

You also have to ability to easily upgrade or downgrade a shop’s plan, enable them as a grandfather (skip billing), and more.

For full information see the release notes, upgrading doc, and the wiki page for creating a billable app.

Other minor updates include integration with StyleCI to keep coding standards within PSR1 and PSR2.