Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buyOn this page, you will find everything you need to know about our API.
The API is only available for the premium version of the plugin.
Build your own extensions for Phoenix Crates with our public API.
<repositories>
<repository>
<id>phoenixplugins</id>
<url>https://repo.phoenixplugins.com/</url>
</repository>
</repositories>
<dependency>
<groupId>com.phoenixplugins.phoenixcrates</groupId>
<artifactId>api</artifactId>
<version>1.0.0-SNAPSHOT</version>
</dependency>
Our public API covers the recommended integration points for addons.
If you need deeper access to internal classes and systems, we recommend using a direct systemPath dependency to your local Phoenix Crates plugin JAR.
<dependency>
<groupId>com.phoenixplugins.phoenixcrates</groupId>
<artifactId>internal</artifactId>
<version>1.0.0-SNAPSHOT</version>
<scope>system</scope>
<systemPath>${project.basedir}/libs/PhoenixCrates-1.0.0-SNAPSHOT.jar</systemPath>
</dependency>
Place the plugin JAR in your project's libs folder before building.
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy