# Installation

The plugin can be installed either through the [Plugin Store](https://plugins.craftcms.com/) or through [Composer](https://packagist.org/).

### Plugin Store
Open the control panel for your website. Navigate to **Settings &rarr; Plugins** and search for **Embedded Assets**. Click **Install**.

### Composer
Run the following command in the root directory of your Craft project:
```
composer require spicyweb/craft-embedded-assets
```

## Requirements

### Craft version
Embedded Assets requires Craft CMS 3.6.0 or later.

### PHP version
Embedded Assets has the same minimum PHP version requirement as Craft 3.6.0: PHP 7.2.5 or later.
