| Developer Tools |
Other |
These are developer tools for module creation and other good stuff. To start, they will help facilitate the pushing of language strings to the central server for translation dynamically. |
| Gridder |
Module |
Gridder is an excellent tool for any web developer/ designer that wants to easily align, match and/or lay out websites.
If you need to be pixel perfect this can help... Simple, flexible! |
| CMS Forms |
Module |
This module helps developers to manipulate forms more easily. For examples, you can check out the internals of CMS Users or M&C Factory. |
| Error Logger |
Module |
Some webhoster do not offer access to the log files.
This module writes (system) error messages in to the database and provides the possibility to browse them. (having trouble on update -> visit help file) |
| 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... |