Apigee out of the box developer portal is built on top of famous CMS Drupal. Let's say someone would like to use platfrom other than Drupal as their developer portal, is there an option ? Anyone implemented Apigee Developer portal other than Drupal CMS ? Is it possible to use other platform for Apigee Developer Portal ?
Solved! Go to Solution.
Yes, It's possible. Apigee out of the box Developer Portal is built on top of Drupal is powered by Management APIs. Library ( PHP SDK for Management API) which facilitates interaction between Apigee Developer Portal & Apigee Edge is already open sourced. So, You can take this library & use in your own PHP based stack to build your own Apigee Developer Portal.
Apigee Developer Portal is powered by Management APIs, So in any stack you can use these APIs to build your own Apigee Developer Portal. For example, We have build a simple portal based on Node.JS to demonstrate capabilities here.
PS: Apigee officially supports only Drupal based Developer Portal. If you are building your own, you need to maintain same.