Searching for best plugins
discovering plugins, discover plugins
How to discover & find plugins?
Search for a “block plugin”:
|
|
Plugin directories
- A Better Search Engine for WordPress Plugins PluginSearch.com defunct in 2022
- Source code search: WordPress Directory Searcher - WPdirectory still working in 2022, but it is more like grep
- Search packages on WordPress Packagist is closest to what I need
Ovaj sam sad pronašao i nije loš: WordPress Plugin Directory – WP Pro Tools kao brži search.
- Addendio is dead & defunct as of 2019
- WP Plugin Directory seems unmaintained. Article about it
- Advanced Wordpress Plugin Search Engine & Plugins Directory is dead and defunct.
- I tried to use search from: WPCore.com
- WPMeta not I’m not sure how updated this is
- WPSeek.com - A WordPress-centric search engine for devs and theme authors; hooks and such
- List of all WordPress hooks: hookr.io | The WordPress Hook/API Index
- List of all WordPress hooks: WordPress › Reference
- johnbillion/wp-hooks; amazing author; WordPress Hooks Reference as JSON WordPress Hooks - See hooks in action. WordPress Hooks reference is reference to find hooks, but low quality.
Example: search for new blocks?
- Google magic?
Find on Github?
- How to Install WordPress Plugins Directly From Github – WordPress Tavern
- File Header « WordPress Codex
- How to Find and Install WordPress Plugins from GitHub
- site:github.com “Plugin URI:” infile:php - Google Search
- Github Plugin Search - Google Search
- How to Find and Install Hundreds of Free WordPress Plugins from GitHub - WPMU DEV
Interesting is this plugin: pdclark/github-plugin-search, but it seems unmaintained. Code blocks to analyze are here github-plugin-search/class-search.php
Plugin Review sites:
- Wpplugincheck – In-depth WordPress Plugin Reviews
- Tidy Repo - A curated list of the best WordPress plugins
- Top Frameworks for WordPress Plugin & Theme Developers site is exclusively dedicated to providing plugin boilerplates and frameworks for developing WordPress plugins and themes. It is owned and operated by the creators of the Freemius system.
Find related Plugins / find similar plugins
- Perfect tool: Related Plugin Search / Similar plugins
Plugin: Plugin collections & bulk installation
Bulk install your favorite plugins
Winner: WP Favs as it’s free and working somehow.
-
WPCore.com is the first service with it’s accompanying plugin. WPCore is very good, but has one problem: it’s not free at all. There is a limit of up to 2 collections and 18 plugins per collection. Ali se može koristiti free ako se pristupa kao guest i kreira guest collection.
-
WP Favs is much less popular and also has accompanying plugin After your first login, you will get another email with your new generated API Key that you can use along with the plugin, but API key is displayed all the time at this page. Whole administration is on Wordpress - not too professional. But it’s free.
Vrlo bitno:
Search Engines Source Code
searchcode | source code search engine on most repository platforms Search Engine for Source Code - PublicWWW.com
Similar: NerdyData.com - Search The Web’s Source Code for Technologies
PluginTests.com je odličan! Daje PHP Error Log kao i screenshots, daje koje opcije upisuje u wp_options
, koje možda tabele kreira, a daje i čak ako ima neki metabox. Daje i code how to hide the admin menu. Savršeno lepo i detaljno daje razne screenshot-ove, ne one sa wp.org sajta. Koristi PHP 8.1 pa prikazuje bolje PHP warninge.
WP Hive - A Better WordPress Repository je nešto kao kopija, ali ima browser extensiju i uz moj userscript to izgleda korektno. On je nov: Introducing WP Hive: A Better WordPress Repository to Get and Promote Right Products - weDevs Inače, koristi PHP 7.4 pa ne prikazuje sve PHP warninge. Sviđa mi se što odmah možeš da izlistaš sve pluginove autora i da ih sortiraš po popularnosti.
WP Plugin Directory | The Best WordPress Plugins Main - WP Plugins Directory PluginArchive - Wordpress plugins and Magento extensions archive
Možda napraviti neki svoj search engine?
Perfectdotexe/WordPress-Plugins-List: Wordpress Plugins List
Search WordPress plugins by multiple criteria
How to search GitHib for WordPress plugins?
We are searching .php files only in root folder with specific plugin header:
"plugins_api" "Plugin Name:" AND "Plugin URI:" AND "Description:" extension:php in:file path:""
Now there is a beautiful plugin for that: onigetoc/wpgit, the plugin to Search thousands of Wordpress Plugins, Themes and Widgets on Github, and demo of it here: WPGIT now defunct or in this video
Ne znam iz kog razloga je povećao avatar-e za sve usere Da bih to sredio, fork-ovao sam plugin i nazvao ga “GitHub Seeker”
Discovering Latest Plugins
-
List of new plugins: categorized as “new” on the official WordPress.org website.
-
List of updated plugins: on the Composer WPackagist repository, you can sort by
last_committed
as it is the default sort when there is no search query. I’ve learned this from this line of code.
Exact search URL for packages updated recently is therefore: packages by last committed, and that’s how you can find recently updated plugins. However, you cannot find new plugins that have not yet been listed here.
Plugins categorized as beta Plugins categorized as favorites:
Discovering the Best GitHub Fork
finding forks
Of course, the default way to discover the best fork is by reviewing the “Insights > Network graph” on GitHub. However, there are also some other tools that can present the same data in a slightly different way.
AndreMiras/gitpop2 and its React version AndreMiras/gitpop3 are excellent online tools that provide a quick overview of all forks of a given project. They allow you to sort the forks by the number of stars and the date of the last commit, which can help you identify the true successor to an abandoned project.
GitHub Forks Discovery
Github Find Active Forks [Embeded Edition]
musically-ut/lovely-forks is extension but was userscript before, now legacy.
simov/stars: GitHub Star History and Stats Star History Open Source Best of 2022 | Front-end
Official
Čak su i oni u GitHub ukapirali da je raniji “Tree” view lošiji pa su nešto promenili tu
Moja ideja, nazvana: Skip Bullshit Forks
Mnogo me nervira što sada je sve to pollutovano raznim dependabot i sličnim commit-ima koji nemaju ustvari nikakvog novog sadržaja. Kada bi mogao da ignorišeš sve izmene u readme.md ili bilo kom markdown fajlu, composer.lock, i slično
Napravi nešto sam - nije komplikovano.
Plugin Repository Mirrors
WPPlugins had only 18K plugins was defunct wpplugins.it WordPress Plugins SVN Mirror aka defunct pluginmirror.com has around 53K plugins.
GitHub search with “topic:wp-plugin” and latest updated: Repository search results
Otkrio sam: