| Ajax Made Simple |
Module |
To provide a module with an API allowing module developers to easily add Ajax functionality to their module without having to know the dirty javascript-stuff. |
| JM_NBBCode |
Module |
A BBCode parser with a comprehensive API for other modules.
Provides an API for modules to be able to use BBCode using NBBCode Open Source Lib (http://nbbc.sourceforge.net/). Registers a Smarty modifier you can use in your content. It will also provide some template functionality through a tag (up-coming release). |
| AWSSDK |
Module |
The AWSSDK module provides the AWS PHP SDK as a shared dependency for CMS Made Simple. It handles credential management and SDK loading so that other modules can use AWS services (S3, SES, CloudFront, etc.) without bundling their own copy of the SDK.
Features
Bundles AWS SDK for PHP (via aws.phar)
Three authentication methods: Access Keys, AWS Profile, and IAM Role (EC2/ECS)
Built-in Test Connection button to verify credentials
Simple API for other modules to obtain credentials
Supports custom credentials file paths
For Module Developers
$awssdk = \cms_utils::get_mod... |
| Orm |
Module |
A delightful and powerful ORM system to improve the API of CmsMadeSimple. More information on the Github page of the project https://github.com/besstiolle/orm-ms (The project is currently under heavy development, Thank you to give me your feedbacks <3 ) |
| TweetMadeSimple |
Module |
This module allow user to retrieve differents timelines from Twitter and allow user & compatible modules to publish news to Twitter. EDIT: Updated to API V1.1 (finally) |
| Shotbot |
Module |
Let you generate thumbnails (also named ascreen) of a website this a simple URL. Must be used within another module (or in a UDT)
See the help : http://www.furie.be/wiki/doku.php?id=shotbot-api This module is an implementation for shotbot's API. More information about shotbot's API : http://www.shotbot.fr |
| MAS_API |
Plugin |
MAS_API is a Smarty function plugin for CMS Made Simple 2.x that fetches orsends data to external HTTP(S) APIs directly from templates, without embeddingsecrets in the database.Features:- Methods: GET, POST, PUT, DELETE (cURL; TLS verification on)- JSON: request body from body/json params; optional JSON decode of response(parse_json / json=1)- Security: mandatory mas_api.allowlist.php (hosts and/or suffixes; fail closedif missing or empty); DNS resolution checked against private/reserved ranges;manual redirects with re-validation per hop; response size cap; timeouts(bounded)- Cache: optional TT... |