MODxAPI Library
MODxAPI Library 0.1
Use this api to connect to the MODx Content Managment System
Download
- repo-867.zip - 1007 b (2979 downloads)
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 |




