PHPackages                             bagisto/bagisto-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bagisto/bagisto-api

ActiveLaravel-package

bagisto/bagisto-api
===================

Bagisto API Platform package with GraphQL and REST API support

v1.0.2(3mo ago)2622↓38.8%3[10 issues](https://github.com/bagisto/bagisto-api/issues)[1 PRs](https://github.com/bagisto/bagisto-api/pulls)MITPHP

Since Jan 9Pushed 2mo agoCompare

[ Source](https://github.com/bagisto/bagisto-api)[ Packagist](https://packagist.org/packages/bagisto/bagisto-api)[ RSS](/packages/bagisto-bagisto-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (5)Used By (0)

Bagisto API Platform
====================

[](#bagisto-api-platform)

Comprehensive REST and GraphQL APIs for seamless e-commerce integration and extensibility.

Installation
------------

[](#installation)

### Method 1: Quick Start (Composer Installation – Recommended)

[](#method-1-quick-start-composer-installation--recommended)

The fastest way to get started:

```
composer require bagisto/bagisto-api
php artisan bagisto-api-platform:install
```

Your APIs are now ready! Access them at:

- **REST API Docs**: `https://your-domain.com/api/docs`
- **GraphQL Playground**: `https://your-domain.com/graphql`

### Method 2: Manual Installation

[](#method-2-manual-installation)

Use this method if you need more control over the setup.

#### Step 1: Download and Extract

[](#step-1-download-and-extract)

1. Download the BagistoApi package from [GitHub](https://github.com/bagisto/bagisto-api)
2. Extract it to: `packages/Webkul/BagistoApi/`

#### Step 2: Register Service Provider

[](#step-2-register-service-provider)

Edit `bootstrap/providers.php`:

```
