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.
- Host: GitHub
- URL: https://github.com/dystcz/dystore
- Owner: dystcz
- License: mit
- Created: 2024-11-29T04:46:11.000Z (5 months ago)
- Default Branch: 1.0
- Last Pushed: 2025-03-20T10:32:15.000Z (about 1 month ago)
- Last Synced: 2025-04-12T10:53:13.628Z (22 days ago)
- Topics: api, json-api, laravel, lunar, modules
- Language: PHP
- Homepage: http://dystore.docs.dy.st/
- Size: 5.45 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yaml
- License: LICENSE.md
Awesome Lists containing this project
README
# Dystore
[](https://packagist.org/packages/dystcz/dystore)
[](https://packagist.org/packages/dystcz/dystore)[](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.