Home  Extras  MODx Add-Ons  MODxAPI Library

Product:

MODxAPI Library


Forums Support Thread Votes: 112
Tags: Communication, library, api
Submitted: Jul 31, 2006
Released: Jul 31, 2006
Downloads: 2979
License: LGPL

Works with:

MODxAPI Library 0.1 | Author: xwisdom

Use this api to connect to the MODx Content Managment System


Download


Description

This Library can be very useful to those who would like to connect to and execute MODx documents and APIs from an external application.

Instructions

To install un zip the attached file and copy the modxapi.php to the root of your MODx website.

Here's how it can be used:

// path to modxapi library
$path = dirname(__FILE__).'/';

include_once($path.'modxapi.php');

$modx = new MODxAPI();

// executes a modx document and returns the HTML
$html = $modx->executeDocument(3);
echo $html;

See the test-modxapi.php file for a quick example




Released Versions

Releases that are grayed out are deprecated.

Version Released Author Downloads
Total Versions: 1 Total Downloads: 2,979
0.1 Jul 31, 2006 xwisdom 2,979

Download Statistics

Package downloads per day since tracking began on June 27th, 2010. Weekends are colored. Plot below shows an overview.


Top Countries

This is a list of the countries most downloading this Extra.

Country Downloads
United States 14
Russian Federation 4
Germany 3
United Kingdom 3
Vietnam 2
Ukraine 2
Poland 2
Netherlands 2
Canada 1
Austria 1
 
 
 

Contact Us | Advertise | Team Blog | FAQ | Credits

© 2005-2010 MODx, LLC. All rights reserved. Privacy Policy | Terms of Service