PHP Alfresco Web Services

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 09:40 AM
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";
require_once "Alfresco/Service/Repository.php";
require_once "Alfresco/Service/Session.php";
require_once "Alfresco/Service/SpacesStore.php";
require_once "Alfresco/Service/Node.php";
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 11:23 AM
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.
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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-10-2010 11:57 AM
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
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
