WP Manifestindependent plugin directory
manifest / users / rt-employee-directory

rtCamp Employee Directory

A secure, OOP-based WordPress plugin for employee management.

by Ayush Aryan · github.com/ayush-aryan-0/rt-employee-directory

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/ayush-aryan-0/rt-employee-directory/archive/refs/heads/main.zip

A custom WordPress plugin built to demonstrate secure coding standards and Object-Oriented PHP.

🚀 Features

  • Custom Post Type: Manages Employee profiles.
  • Security First: Implements wp_verify_nonce, sanitize_text_field, and esc_html strictly.
  • Clean Architecture: Uses a Singleton Class structure to prevent global namespace pollution.

🛠 Installation

  1. Download the .zip.
  2. Upload to WordPress Plugins.
  3. Activate.
  4. Use shortcode [rt_employee_list] on any page.

👨‍💻 Tech Stack

  • PHP 8.x
  • WordPress API
  • CSS3