PHP CMIS
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 02:09 AM
I have an external portal created from php whose purpose is to show the status of a document queried via tracking number(a custom field) I've been trying to figure out how to do it and honestly, I am quite confused on how. can anyone point me into the right direction? tried searching in google.. I am confused.
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2016 02:43 PM
Alfresco can be accessed from PHP by using CMIS API. You can find a reference implementation in PHP at https://github.com/donbalon4/API_Alfresco
Hyland Developer Evangelist
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2016 01:45 AM
haha! thanks sir! I dunno why this was not in any of the articles I was reading. google search results turned out really confusing too.