{"id":15497748,"url":"https://github.com/devuri/tgm-plugin-activation","last_synced_at":"2025-03-22T17:14:54.653Z","repository":{"id":101722726,"uuid":"118913292","full_name":"devuri/TGM-Plugin-Activation","owner":"devuri","description":"The best way to require and recommend plugins for WordPress themes (and other plugins).  http://tgmpluginactivation.com/download/","archived":false,"fork":false,"pushed_at":"2018-01-25T13:02:38.000Z","size":206,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-10-19T14:22:52.009Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/devuri.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","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":"2018-01-25T13:00:31.000Z","updated_at":"2018-01-25T13:02:39.000Z","dependencies_parsed_at":"2023-05-22T11:15:17.696Z","dependency_job_id":null,"html_url":"https://github.com/devuri/TGM-Plugin-Activation","commit_stats":{"total_commits":2,"total_committers":1,"mean_commits":2.0,"dds":0.0,"last_synced_commit":"bef2d21b465ba0648665ec5ba750c1f0b95917e3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2FTGM-Plugin-Activation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2FTGM-Plugin-Activation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2FTGM-Plugin-Activation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devuri%2FTGM-Plugin-Activation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devuri","download_url":"https://codeload.github.com/devuri/TGM-Plugin-Activation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244991175,"owners_count":20543627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-02T08:40:38.302Z","updated_at":"2025-03-22T17:14:54.630Z","avatar_url":"https://github.com/devuri.png","language":"PHP","readme":"# TGM Plugin Activation\n[![GitHub license](https://img.shields.io/badge/license-GPLv2-blue.svg)](https://raw.githubusercontent.com/TGMPA/TGM-Plugin-Activation/develop/LICENSE.md)\n[![Build Status](https://travis-ci.org/TGMPA/TGM-Plugin-Activation.svg?branch=develop)](https://travis-ci.org/TGMPA/TGM-Plugin-Activation)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/TGMPA/TGM-Plugin-Activation/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/TGMPA/TGM-Plugin-Activation/?branch=develop)\n\n\n**Lead Developers:**\n[Thomas Griffin](https://github.com/thomasgriffin) ([@jthomasgriffin](https://twitter.com/jthomasgriffin)), [Gary Jones](https://github.com/GaryJones) ([@GaryJ](https://twitter.com/GaryJ)), [Juliette Reinders Folmer](https://github.com/jrfnl) ([@jrf_nl](https://twitter.com/jrf_nl))  \n**Version:** 2.6.1\n**Requires at least:** 3.7.0 \n**Tested up to:** 4.5.2 \n\n## Description\n\nTGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.\n\n## Installation\n\n1. Generate a customized version of the latest version of TGMPA based on your intended use-case using the [Custom TGMPA Generator](http://tgmpluginactivation.com/download/).\n2. Extract the class file and place it somewhere in your theme hierarchy.\n3. Add a `require_once` call within `functions.php` (or other file) referencing the class file.\n4. Create a function, hooked to `tgmpa_register`, that registers the plugin and configurations.\n\nFor steps 3 and 4, it is recommended you view, copy and paste the contents of `example.php`\nand amend to suit. The `example.php` file is a model for how you should include the class in your theme.\n\nDetailed documentation on [how to configure TGMPA](http://tgmpluginactivation.com/configuration/) is available on the website.\n\n__*We strongly recommend the use of the [Custom TGMPA Generator](http://tgmpluginactivation.com/download/) if you intend to use TGMPA in a theme which is to be published via WordPress.org or Themeforest.*__\n\nThe generated customized version of TGMPA will comply with the Theme Review guidelines and Theme Check.\n\n### Composer\n\nTGM Plugin Activation is also available as a [package](https://packagist.org/packages/tgmpa/tgm-plugin-activation) installable via Composer:\n\n~~~sh\ncomposer create-project tgmpa/tgm-plugin-activation --no-dev\n~~~\n\n## Frequently Asked Questions\n\nSee [the FAQ page](http://tgmpluginactivation.com/faq/).\n\n## Feedback\n\nSee https://github.com/TGMPA/TGM-Plugin-Activation/issues for current issues and the [guidelines for reporting bugs and enhancements](https://github.com/TGMPA/TGM-Plugin-Activation/wiki/Guidelines-for-reporting-bugs).\n\n__Note:__ TGM Plugin Activation library authors are not responsible for the *end-user support* for any plugin or theme which uses the library.\n\n## Changelog\n\nSee [CHANGELOG.md](CHANGELOG.md).\n\n## Contributing to TGM Plugin Activation\n\nIf you have a patch, or stumbled upon an issue with TGM Plugin Activation core, you can contribute this back to the code. Please read our [contributor guidelines](CONTRIBUTING.md) for more information how you can do this.\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Ftgm-plugin-activation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevuri%2Ftgm-plugin-activation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevuri%2Ftgm-plugin-activation/lists"}