HI 🙂
Im working in a migration to Alfresco; using CMIS and PHP. Uploading is easy and quick, when i upload to a folder (space) ive set up a rule so it gets an aspect. The problem comes when i have to set properties of that aspect using CMIS and PHP (im using PHP because i have no idea nor experience in java).
Googleing i discovered <<alfresco-opencmis-extension-0.3.zip>> that is ment for this kind or situations, but i couldnt find any info about it for PHP. Im allso not 100% sure of what to do to "install" the JAR file for it to work in Alfresco.
Any help with this issue will be appreciated. Even more a few lines of PHP code that deals with aspects.
Thanks in advance!
**brief** i fetch info from a cms (files and properties) and i upload them to Alfresco. Alfresco has a rule that sets an aspect automatically. Untill now all works fine, but i havent found a way to set the properties of that aspect in every file that is uploaded.