How is it possible to write plugins for Squiz Matrix system. We currently have Squiz Matrix 5.3.xx version installed and we have SLA with Squiz Matrix.
I want to be able to put together some PHP files that will be able to read and write SQL to Active Directory (AD) via LDAP. Basically, I want to write SQL queries using PHP - something that is obviously done all the time within the environment itself.
I want to approach it as a plugin as I don't want to void our SLA or affect/conflict with any of the operating env behind Squiz Matrix. What is the best possible approach to this? Is there any available plugin documentation akin to a Wordpress codex out there?
Thanks