cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco and php

seopayane
Champ in-the-making
Champ in-the-making
Is it possible to fetch data in alfresco's repository in php only or a php service? i need help!!! if is possible how do we do it???
10 REPLIES 10

rjohnson
Star Contributor
Star Contributor
You should not need to edit the wrapper; I didn't. You don't give me the error, but if you are getting a connection error it is likely to be something to do with the URL, UID or PASSWORD you are sending it or you don't have all the necessary PHP library code (e.g. curl). If you are running your scripts on the same machine as Alfresco, then the URL should be


http://localhost:8080/alfresco/service/api/cmis


unless you have moved the port that Alfresco listens on.