https://github.com/dystcz/dystore-api
[READ ONLY] API layer for Lunar headless e-commerce package based on JSON:API
https://github.com/dystcz/dystore-api
api dystore json-api laravel lunar
Last synced: 17 days ago
JSON representation
[READ ONLY] API layer for Lunar headless e-commerce package based on JSON:API
- Host: GitHub
- URL: https://github.com/dystcz/dystore-api
- Owner: dystcz
- License: mit
- Created: 2022-05-10T19:12:25.000Z (almost 3 years ago)
- Default Branch: 1.0
- Last Pushed: 2025-03-20T06:47:02.000Z (about 1 month ago)
- Last Synced: 2025-04-03T10:58:37.467Z (22 days ago)
- Topics: api, dystore, json-api, laravel, lunar
- Language: PHP
- Homepage: https://github.com/dystcz/dystore
- Size: 4.02 MB
- Stars: 32
- Watchers: 3
- Forks: 8
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dystore API
[](https://packagist.org/packages/dystcz/dystore-api)
[](https://packagist.org/packages/dystcz/dystore-api)
[](https://github.com/dystcz/dystore/actions/workflows/tests.yaml)> [!IMPORTANT]
> To open issues or contribute, please navigate to the [main repository](https://github.com/dystcz/dystore). This is a subtree split of [dystore](https://github.com/dystcz/dystore) monorepo.> [!CAUTION]
> This package is currently under heavy development. It is already used in production, however, you should proceed with caution.This package introduces an API layer for the Lunar ecommerce package.
It connects the Lunar backend with your SPA, other applications,
and possibly with a mobile app.The main aim is to provide a solid foundation for your e-commerce project,
giving you a head start while maintaining flexibility so you can
easily build features to meet your project's needs.## 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
```### Changelog
Please see [CHANGELOG](https://github.com/dystcz/dystore/blob/1.0/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.