ECP Documents
ecp documents wordpress
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/lavss-ru/ecp-documents/archive/refs/heads/develop.zipReadme
ECP Documents
WordPress plugin for publishing PDF documents with electronic signature (.sig) files.
🚧 Project status: Under active development.
Features
- Upload PDF documents via the WordPress Media Library.
- Attach electronic signature (
.sig) files. - Automatic document title detection.
- Classic Editor integration.
- Shortcode-based document output.
- Clean architecture based on WordPress best practices.
- Composer with PSR-4 autoloading.
Requirements
- WordPress 6.8+
- PHP 8.1+
- Composer (for development)
Installation
Clone the repository:
git clone https://github.com/lavss-ru/ecp-documents.git
Install Composer dependencies:
composer install
Activate the plugin in WordPress.
Development
The project follows:
- WordPress Coding Standards (WPCS)
- PSR-4 autoloading
- Composer
- One logical task per commit
Documentation
Project documentation is available in the docs/ directory:
Project Structure
assets/
docs/
languages/
src/
templates/
vendor/
Roadmap
Current priorities:
- Complete Classic Editor integration
- Implement shortcode rendering
- Frontend output
- Version 1.0 release
See the full roadmap in:
License
This project is licensed under the MIT License.
See the LICENSE file for details.