cancel
Showing results for 
Search instead for 
Did you mean: 

PHP Alfresco Web Services

nachi
Champ in-the-making
Champ in-the-making
Where can i download the following web services files

require_once "Alfresco/Service/Repository.php";
require_once "Alfresco/Service/Session.php";
require_once "Alfresco/Service/SpacesStore.php";
require_once "Alfresco/Service/Node.php";
2 REPLIES 2

dmihelj
Champ in-the-making
Champ in-the-making
One way is to access PHP SDK in Alfresco SVN.

WEB access through link http://svn.alfresco.com/repos/alfresco-open-mirror/alfresco/HEAD/root/modules/php-sdk/.

For more information look at http://ecmarchitect.com/archives/2007/04/27/748.

gyro_gearless
Champ in-the-making
Champ in-the-making
Hi,

if you seriously want to develop clientside PHP, i encourage you to use our lube&tuned version available at

http://www.sugarforge.org/frs/?group_id=860 (Alfredo PHP-API).

We made this version because the PHP API has not been maintained by Alfresco for a long time and is barely usable with current Alfresco versions at all! For example, the official version does not know about current namespace prefixes, so retrieving of any content will fail.

Cheers
Gyro