dystcz/lunar-api

v0.1.0 2022-09-28 12:38 UTC

This package is auto-updated.

Last update: 2023-03-22 23:13:01 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

This package introduces an API layer for Lunar ecommerce package.

Installation

You can install the package via composer:

composer require dystcz/lunar-api

Publish config and migrations, run migrations

php artisan vendor:publish --provider="Dystcz\LunarApi\LunarApiServiceProvider" --tag="config"

Usage

// Usage description here

Todo list

  • Products
    • Filters
    • Associations
  • Product variants
  • Collections
  • Brands
  • Prices
    • Prices with tax
  • Media
    • Thumbnails
  • Cart
  • Orders
  • Shippings
  • Payments
  • Create documentation
  • Create and register policies for each resource and each resource method ideally

Useful resource

Testing

composer test

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 jakub@dy.st instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.