• Is it possible for a developer to access your plugin? I’m building a plugin that will send Amazon SNS notifications and instead of installed the complete PHP SDK in my plugin it’d be easier if I could just access your plugin functionality as it already has the correct SDK installed. Is there a way to do this that’s documented and will be backward compatible?

Viewing 1 replies (of 1 total)
  • Plugin Author Delicious Brains

    (@deliciousbrains)

    Yep, definitely make this a dependency of your plugin. We made it a standalone so that other developers could use it as a dependency and so that we don’t all end up trying to load our own instances of the AWS SDK. We don’t have any documentation but most of the activity around the plugin takes place at https://github.com/deliciousbrains/wp-amazon-web-services. We accept pull requests though I can’t guarantee that they’ll be merged. We haven’t been concerned about backward compatibility because we aren’t aware of any other plugins using this (though we’ve changed the plugin so little we probably haven’t broken backward compatibility). If you do go ahead and use it we’ll be sure not to break backward compatibility.

Viewing 1 replies (of 1 total)
  • The topic ‘Developer Access?’ is closed to new replies.