{"id":20558840,"url":"https://github.com/sarahcssiqueira/wp-api-renderflex","last_synced_at":"2026-02-16T12:33:46.428Z","repository":{"id":258084071,"uuid":"728901894","full_name":"sarahcssiqueira/wp-api-renderflex","owner":"sarahcssiqueira","description":"API RenderFlex is a WordPress plugin designed to fetch and display data from external APIs with ease.","archived":false,"fork":false,"pushed_at":"2025-02-21T06:43:17.000Z","size":427,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-09T02:51:16.247Z","etag":null,"topics":["wordpress","wordpress-api","wordpress-development","wordpress-plugin"],"latest_commit_sha":null,"homepage":"https://sarahsiqueira.com/plugins/api-renderflex","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/sarahcssiqueira.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-12-08T00:18:53.000Z","updated_at":"2024-10-29T14:24:06.000Z","dependencies_parsed_at":"2024-12-11T17:46:19.472Z","dependency_job_id":"b2706449-adbb-4bf1-8dfc-e07241b5a036","html_url":"https://github.com/sarahcssiqueira/wp-api-renderflex","commit_stats":null,"previous_names":["sarahcssiqueira/wp-api-renderflex"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/sarahcssiqueira/wp-api-renderflex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fwp-api-renderflex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fwp-api-renderflex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fwp-api-renderflex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fwp-api-renderflex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sarahcssiqueira","download_url":"https://codeload.github.com/sarahcssiqueira/wp-api-renderflex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sarahcssiqueira%2Fwp-api-renderflex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29507904,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T09:05:14.864Z","status":"ssl_error","status_checked_at":"2026-02-16T08:55:59.364Z","response_time":115,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","wordpress-api","wordpress-development","wordpress-plugin"],"created_at":"2024-11-16T03:47:11.721Z","updated_at":"2026-02-16T12:33:46.410Z","avatar_url":"https://github.com/sarahcssiqueira.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# API RenderFlex\r\n\r\n[![Project Status: WIP – Initial development is in progress, but there has not yet been a stable, usable release suitable for the public.](https://www.repostatus.org/badges/latest/wip.svg)](https://www.repostatus.org/#wip)\r\n[![License: GPL v2](https://img.shields.io/badge/License-GPL_v2-blue.svg)](https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html)\r\n[![PluginTerritory](https://img.shields.io/badge/Plugin%20Territory-Free-blue.svg?logo=wordpress)]()\r\n[![Release Version](https://img.shields.io/github/release/sarahcssiqueira/wp-api-renderflex.svg?color)](https://github.com/sarahcssiqueira/wp-api-renderflex/releases/latest)\r\n[![Support Level](https://img.shields.io/badge/support-may_take_time-yellow.svg)](#support-level)\r\n\r\nAPI RenderFlex is a versatile **WordPress plugin designed to fetch and display data from external APIs with ease.** Whether you're pulling in content from third-party services or custom APIs, this plugin gives you full control over how the data is rendered. Built-in support for both Gutenberg blocks and shortcodes, developers and site owners can easily customize the output using filters and hooks, making it reusable for a wide range of APIs and use cases. Perfect for those who want flexible, dynamic API integration without sacrificing customization.\r\n\r\n## Features\r\n\r\n- **Easy Initialization:** Automatically registers all necessary classes for optimal functionality.\r\n- **Admin Settings Menu:** Provides a user-friendly interface to set your API URL.\r\n- **Data Rendering:** Utilizes the API handler to fetch and display data.\r\n- **Shortcode Support:** Quickly render API data in your content with a simple shortcode.\r\n\r\n## Usage\r\n\r\nAfter activating the plugin, you can configure it as follows:\r\n\r\n### Setting the API URL\r\n\r\n- Go to Settings \u003e API Render Flex in your WordPress admin panel.\r\n- Enter your API URL in the designated field.\r\n- Save your changes.\r\n\r\n### Rendering Data with Shortcode\r\n\r\nTo display the rendered data from your API, simply use the following shortcode in your posts or pages:\r\n\r\n`[renderflex_api]`\r\n\r\nThis shortcode will call the API handler and display the fetched data where the shortcode is placed.\r\n\r\n## Development\r\n\r\nThis section provides information for developers who wants to use and/or extend this project. Designed to be extensible and customizable for developers, if you’re interested in contributing to the project, you can follow the guidelines outlined in this section to set up your development environment and understand the plugin's architecture.\r\n\r\nTo begin contributing to API RenderFlex, you will need to set up your local development environment. Ensure you have the following prerequisites installed:\r\n\r\n- Node.js: Required for managing JavaScript dependencies and running the development server.\r\n- Composer: A dependency manager for PHP, used to install the necessary PHP packages.\r\n\r\n\r\nTo clone the repository, run the following command: `git clone https://github.com/sarahcssiqueira/api-renderflex.git`\r\n\r\nAlternatively, you can download the [latest release](https://github.com/sarahcssiqueira/wp-api-renderflex/releases) as a ZIP file from the Releases page on GitHub.\r\n\r\n### Install Setup Packages\r\n\r\nRun the following commands to install JavaScript and PHP dependencies:\r\n\r\n- `npm install \u0026\u0026 composer install`\r\n\r\n### Start Development Server\r\n\r\nYou can run the development server with:\r\n\r\n- `npm run dev`\r\n\r\n### Run PHPCS\r\n\r\nTo ensure code quality, you can check the coding standards using:\r\n\r\n- `composer cs`\r\n- `composer cbf`\r\n\r\n### Build\r\n\r\nWhen you're ready to optimize and minify assets for production, run:\r\n\r\n- `npm run build`\r\n\r\n### PHP Classes\r\n\r\nThe plugin is organized into several key classes, each responsible for different functionalities. Familiarizing yourself with these classes will help you understand how to extend the plugin. \r\n\r\n### Current Classes Overview\r\n\r\n- **Init:** This class is responsible for registering and initializing all necessary classes required by the plugin.\r\n- **Settings:** Creates an admin menu where users can configure the API URL.\r\n- **Rendered:** This class uses the API handler to fetch and render data from the specified API.\r\n- **APIHandler:** Handles API requests and responses.\r\n- **Shortcode:** Implements the shortcode [renderflex_api] to display the rendered data.\r\n\r\n## To Do List\r\n\r\nA an evolving project, and we have several exciting features and enhancements planned for future releases. The following is a list of items that we aim to implement, which will enhance functionality, improve user experience, and expand integration capabilities.\r\n\r\n### Shortcode\r\n\r\nImprove the flexibility of the existing [renderflex_api] shortcode to allow additional parameters for customized data rendering.\r\n\r\n### Block\r\n\r\nDevelop a dedicated Gutenberg block for easier integration of API data within the WordPress block editor, allowing users to drag and drop elements without using shortcodes.\r\n\r\n### Templates\r\n\r\nIntroduce customizable templates for displaying API data, enabling users to tailor the look and feel of the rendered output to match their site's design.\r\n\r\n### Test Coverage Implementation:\r\n\r\nEstablish a comprehensive test coverage strategy to ensure the reliability and stability of the plugin. This will include unit tests, integration tests, and end-to-end testing to validate all functionalities and enhance code quality.\r\n\r\n### Set Up Deployment Workflow\r\n\r\nCreate a CI/CD deployment workflow for the API RenderFlex plugin. This will automate the deployment process, ensuring that the latest changes are seamlessly integrated and deployed to the production environment. Consider using GitHub Actions or another CI/CD tool to manage this workflow effectively\r\n\r\n## License\r\n\r\nThis plugin is licensed under the GPL v2 License.\r\n\r\n## Support\r\n\r\nFor support and feature requests, please create an issue in the GitHub repository.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarahcssiqueira%2Fwp-api-renderflex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarahcssiqueira%2Fwp-api-renderflex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarahcssiqueira%2Fwp-api-renderflex/lists"}