An open API service indexing awesome lists of open source software.

https://github.com/dystcz/dystore

Collection of ecommerce packages built on top of Lunar and Laravel JSON:API.
https://github.com/dystcz/dystore

api json-api laravel lunar modules

Last synced: 20 days ago
JSON representation

Collection of ecommerce packages built on top of Lunar and Laravel JSON:API.

Awesome Lists containing this project

README

        

# Dystore

[![Latest Version on Packagist](https://img.shields.io/packagist/v/dystcz/dystore.svg?style=flat-square)](https://packagist.org/packages/dystcz/dystore)
[![Total Downloads](https://img.shields.io/packagist/dt/dystcz/dystore.svg?style=flat-square)](https://packagist.org/packages/dystcz/dystore)

[![Tests](https://github.com/dystcz/dystore/actions/workflows/tests.yaml/badge.svg)](https://github.com/dystcz/dystore/actions/workflows/tests.yaml)

> [!CAUTION]
> This package is currently under heavy development. You should proceed with caution.

Collection of packages built on top of [Lunar](https://github.com/lunarphp/lunar).

## Requirements

- PHP ^8.2
- Laravel ^11|^12
- [Lunar requirements](https://docs.lunarphp.io/core/installation.html#server-requirements)

## Documentation

- Coming soon

### Testing

```bash
composer test
```

### Packages

- [dystore-api](https://github.com/dystcz/dystore-api)
API layer for your Lunar store
- [dystore-reviews](https://github.com/dystcz/dystore-reviews)
Let customers review your products
- [dystore-product-views](https://github.com/dystcz/dystore-product-views)
Keep track of unique product views
- [dystore-product-notifications](https://github.com/dystcz/dystore-product-notifications)
Notify customers when your products are back in stock
- [dystore-newsletter](https://github.com/dystcz/dystore-newsletter)
Newsletter sign up with support for Mailchimp / Mailcoach / Brevo
- [dystore-stripe](https://github.com/dystcz/dystore-stripe)
Stripe payment adapter

### Modules

- Coming soon

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

### Security

If you discover any security related issues, please email [email protected] instead of using the issue tracker.

## Credits

- [All Contributors](../../contributors)
- [Lunar](https://github.com/lunarphp/lunar) for providing awesome e-commerce package
- [Laravel JSON:API](https://github.com/laravel-json-api/laravel)
which is a brilliant JSON:API layer for Laravel applications

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.