Installing Spike (Free Version)
Spike is now completely free and open source! 🎉
The open source version is available from v3.26.0 onwards. No license key required - just install and start using it right away.
Version Availability
Only Spike v3.26.0 and newer versions are available as open source via Packagist.org. Older versions are not available through this method.
Prerequisites
Before you install Spike, you should know the requirements for using Spike.
- Laravel 10+
- PHP 8.1+
- Livewire 3+
For requirements for different payment providers, please check their respective documentation pages:
Installing the package via Composer
You can install Spike directly from Packagist using the composer require
command:
composer require opcodesio/spike
That's it! No authentication or special configuration needed.
Downloading package
Instead of using Composer to install Spike, you can instead download the source code directly from our GitHub repository.
Next steps
After you have installed Spike, let's learn how to get started and use it for the first time.