Download the PHP package mindtouch/mindtouch-http without Composer
On this page you can find all versions of the php package mindtouch/mindtouch-http. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download mindtouch/mindtouch-http
More information about mindtouch/mindtouch-http
Files in mindtouch/mindtouch-http
Package mindtouch-http
Short Description A PHP library for interacting with the MindTouch REST API
License Apache-2.0
Informations about the package mindtouch-http
MindTouch HTTP
A PHP library for interacting with the MindTouch API.
Support
This library is provided for and supported by the open source community. Supported MindTouch site owners may file bug reports via GitHub, but support plans do not cover the usage of this library.
Requirements
- PHP 5.5, 5.6 (1.x)
- PHP 7.2, 7.3, 7.4 (main, 2.x, 3.x)
Installation
Use Composer. There are two ways to add this library to your project.
From the composer CLI:
Or add mindtouch/mindtouch-http to your project's composer.json:
dev-main
is the main development branch. If you are using this library in a production environment, it is advised that you use a stable release.
Assuming you have setup Composer's autoloader, the library can be found in the MindTouch\Http\
namespace.
Getting Started
A quick example:
Common Scenarios
Access a Page and Contents
List all Tags
List Pages with a Tag
List Page SubPages
List Page Files
List Page Tags
Advanced Usage
This library is an extension of modethirteen/HyperPlug and derives most if it's capabilities from it. However, this library's ApiPlug
class provides specialized behavior for interacting with the MindTouch API.
You are encouraged to explore the library tests to learn more about the capabilities not listed here.
Development and Testing
Though the library is sponsored by MindTouch, Inc., contributions are always welcome from the community (there are defects and enhancements to address).
The library is tested through a combination of PHPUnit and PHPStan (PHP Static Analysis Tool).
Learn More
All versions of mindtouch-http with dependencies
modethirteen/hyperplug Version ^1.1.3
modethirteen/type-ex Version ^1.0.0
modethirteen/xarray Version ^1.2.2
ext-fileinfo Version *
ext-json Version *
ext-curl Version *