{"id":20681138,"url":"https://github.com/developerbayazid/tu-academy","last_synced_at":"2026-06-23T17:32:20.352Z","repository":{"id":263104713,"uuid":"889356518","full_name":"developerbayazid/tu-academy","owner":"developerbayazid","description":"TU Academy is a robust and efficient WordPress plugin designed for managing an address book with advanced functionality.","archived":false,"fork":false,"pushed_at":"2024-11-16T07:06:14.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-01T19:43:06.674Z","etag":null,"topics":["wordpress-development","wordpress-plugin","wordress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/developerbayazid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-16T06:46:15.000Z","updated_at":"2024-11-21T21:40:11.000Z","dependencies_parsed_at":"2024-11-16T08:29:22.374Z","dependency_job_id":null,"html_url":"https://github.com/developerbayazid/tu-academy","commit_stats":null,"previous_names":["developerbayazid/tu-academy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/developerbayazid/tu-academy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerbayazid%2Ftu-academy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerbayazid%2Ftu-academy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerbayazid%2Ftu-academy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerbayazid%2Ftu-academy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/developerbayazid","download_url":"https://codeload.github.com/developerbayazid/tu-academy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/developerbayazid%2Ftu-academy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34700906,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-23T02:00:07.161Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["wordpress-development","wordpress-plugin","wordress"],"created_at":"2024-11-16T22:09:48.229Z","updated_at":"2026-06-23T17:32:20.333Z","avatar_url":"https://github.com/developerbayazid.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TU Academy WP Plugin\n\n**TU Academy** is a WordPress plugin that provides an address book management system with advanced features such as caching and REST API support. It is ideal for developers and users looking for a reliable, high-performance solution for managing contacts directly within WordPress.\n\n---\n\n## Badges\n\n![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)  \n![ReadMe](https://img.shields.io/badge/README-Ready-blue.svg)\n\n---\n\n## Features\n\n- **Address Book Management**:\n  - Add, edit, delete, and list contacts directly in the WordPress admin panel.\n- **Custom REST API**:\n  - Provides full CRUD functionality via the custom endpoint: `academy/v1/contacts`.\n- **Caching**:\n  - Built-in caching for improved performance and reduced server load.\n- **Developer-Friendly**:\n  - Extensible and clean architecture for easy customization.\n- **Lightweight \u0026 Efficient**:\n  - Optimized for speed and scalability.\n\n---\n\n## Installation\n\n1. **Download the Plugin**:\n   - Clone the repository or download the plugin zip file.\n\n   ```bash\n   git clone https://github.com/developerbayazid/tu-academy.git\n\n\n2.Install via WordPress Admin:\n\n Log in to your WordPress dashboard.\n Navigate to Plugins \u003e Add New.\n Click Upload Plugin and upload the zip file.\n Activate the plugin.\n\n3.Install via FTP:\n\n Extract the zip file and upload the folder to the /wp-content/plugins/ directory.\n Activate the plugin from the WordPress dashboard.\n\n# Usage\n  Admin Panel\n  Navigate to TU Academy in the WordPress admin menu.\n  Manage your contacts with an intuitive interface.\n  REST API\n  Use the custom endpoint academy/v1/contacts for programmatic access.\n  Example API calls:\n  Get All Contacts\n\n  GET /wp-json/academy/v1/contacts\n\n    POST /wp-json/academy/v1/contacts\n    Content-Type: application/json\n\n    {\n        \"name\": \"John Doe\",\n        \"email\": \"john.doe@example.com\",\n        \"phone\": \"123-456-7890\"\n    }\n\n    PUT /wp-json/academy/v1/contacts/{id}\n    Content-Type: application/json\n\n    {\n        \"name\": \"Jane Doe\",\n        \"email\": \"jane.doe@example.com\"\n    }\n\n    DELETE /wp-json/academy/v1/contacts/{id}\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperbayazid%2Ftu-academy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeveloperbayazid%2Ftu-academy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeveloperbayazid%2Ftu-academy/lists"}