https://github.com/nexamerchant/apis
NexaMerchant API
https://github.com/nexamerchant/apis
api api-rest rest-api
Last synced: 10 months ago
JSON representation
NexaMerchant API
- Host: GitHub
- URL: https://github.com/nexamerchant/apis
- Owner: NexaMerchant
- License: mit
- Archived: true
- Created: 2024-06-19T02:43:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-27T11:14:05.000Z (about 1 year ago)
- Last Synced: 2025-07-07T16:21:59.822Z (11 months ago)
- Topics: api, api-rest, rest-api
- Language: PHP
- Homepage:
- Size: 760 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# NexaMerchant/Apis
> NexaMerchant is a apps store for NexaMerchant Platform, NexaMerchant is a free merchant software,you can use it build for ecommence, blog, cms, erp etc
[](https://github.com/NexaMerchant/apis)
[](https://github.com/NexaMerchant/apis/releases)
[](https://packagist.org/packages/Nexa-Merchant/apis)
[](https://packagist.org/packages/Nexa-Merchant/apis)
# Requirements
- PHP >= 8.1
- Laravel >= 10
- Sodium
# How to Install
```
NexaMerchant\Apis\Providers\ApisServiceProvider::class,
```
Add it to config/app.php $providers
# How to Publish
```
composer require nexa-merchant/apis
```
# How to Install
```
php artisan apis:install
```
# How to Generate API Docs
```
php artisan Apis:gendocs
```
# View Api Document
```
http://localhost/api/admin/documentation (Admin)
```
```
http://localhost/api/shop/documentation (Shop)
```
Bug Report
------------
[https://github.com/NexaMerchant/apis/issues](https://github.com/NexaMerchant/apis/issues)
# License
------------
`NexaMerchant Apis` is licensed under [The MIT License (MIT)](LICENSE.md).