Plugin Exchange Developer ManualThis manual helps you preparing and publishing your SiteSupra plugins on SiteSupra Plugin Exchange, a plugin shop you can use to sell or share your plugins. What is a "SiteSupra Plugin"?SiteSupra plugin is any add-on PHP application deployed within the SiteSupra framework. SiteSupra plugins have full access to SiteSupra API, and SiteSupra Plugin Exchange API functions and variables. SiteSupra framework allows several plugin types: blocks – mostly front-end page related functions; modules – mostly site-wide back-office functions; and console applications – mostly services scripts and middleware applications. A plugin may consist of several blocks, modules or console applications, and could be copy-protected by the plugin License Key. The plugin License Key acquired through the SiteSupra Plugin Exchange is incorporated into the general SiteSupra License Key and could be validated by plugin developer via SiteSupra Plugin Exchange API functions. Any PHP developer familiar with the SiteSupra framework could write his own SiteSupra plugins of any function or complexity and sell them through the SiteSupra Plugin Exchange. In this section:
|