cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco integration in php website

ramimoncer
Champ on-the-rise
Champ on-the-rise
I want to develop a website (php) that can manage  the documents.
I want to integrate only  the Alfresco functionality that manages the documents (I do not need other features like WCM and I dont need Share interface).
Is there an existing solution?
1 REPLY 1

kevindorr
Champ in-the-making
Champ in-the-making
Ramimoncer -

There is a PHP SDK available that you can use to talk to the core Alfresco repo if you want to build your own user interface. Please note that this SDK is a community project, and is not officially supported by Alfresco. You can find some details of the project on the wiki here:

http://wiki.alfresco.com/wiki/PHP_SDK

and you can download it from the addons site here:

http://addons.alfresco.com/addons/alfresco-php-sdk

In addition, there is also a PHP version of the Apache Chemistry project, which would allow you to access the repo using the CMIS protocol. Information about that project is here:

http://addons.alfresco.com/addons/apache-chemistry-php-api

So there are several mechanisms that you can use to access the Alfresco repository directly to do what you want. Please let me know if you have additional questions - I hope this helps!

Kevin Dorr
Alfresco