Download the PHP package typisttech/wp-org-closed-plugin without Composer

On this page you can find all versions of the php package typisttech/wp-org-closed-plugin. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package wp-org-closed-plugin

# WP Org Closed Plugin [![Packagist Version](https://img.shields.io/packagist/v/typisttech/wp-org-closed-plugin)](https://packagist.org/packages/typisttech/wp-org-closed-plugin) [![Test](https://github.com/typisttech/wp-org-closed-plugin/actions/workflows/test.yml/badge.svg)](https://github.com/typisttech/wp-org-closed-plugin/actions/workflows/test.yml) [![codecov](https://codecov.io/gh/typisttech/wp-org-closed-plugin/graph/badge.svg?token=NCXHH990CY)](https://codecov.io/gh/typisttech/wp-org-closed-plugin) [![License](https://img.shields.io/github/license/typisttech/wp-org-closed-plugin.svg)](https://github.com/typisttech/wp-org-closed-plugin/blob/master/LICENSE) [![Follow @TangRufus on X](https://img.shields.io/badge/Follow-TangRufus-15202B?logo=x&logoColor=white)](https://x.com/tangrufus) [![Follow @TangRufus.com on Bluesky](https://img.shields.io/badge/Bluesky-TangRufus.com-blue?logo=bluesky)](https://bsky.app/profile/tangrufus.com) [![Sponsor @TangRufus via GitHub](https://img.shields.io/badge/Sponsor-TangRufus-EA4AAA?logo=githubsponsors)](https://github.com/sponsors/tangrufus) [![Hire Typist Tech](https://img.shields.io/badge/Hire-Typist%20Tech-778899)](https://typist.tech/contact/)

Composer plugin to mark packages as abandoned if closed on WordPress.org

Built with ♥ by Typist Tech


Usage

Once installed, use composer as usual.


[!TIP] Hire Tang Rufus!

I am looking for my next role, freelance or full-time. If you find this tool useful, I can build you more weird stuff like this. Let's talk if you are hiring PHP / Ruby / Go developers.

Contact me at https://typist.tech/contact/


Why

When a plugin is closed on WordPress.org, WPackagist not always remove it from its database immediately. As a result, some closed plugins remain available for installation via WPackagist.

Moreover, even if a plugin is closed, its existing versions are still downloadable from WordPress.org and the subversion repository.

To catch these closed plugins, WP Org Closed Plugin queries WordPress.org API to check whether a plugin is closed and mark them as abandoned in Composer.

What to do when a plugin is closed?

It depends on why the plugin is closed.

For security concerns, stop using the plugin immediately.

For plugin exodus, install the plugin via the new repository suggested by the plugin author.

For other reasons, do your own research.

Caveats

No longer maintained

Composer hardcodes the message no longer maintained for abandoned packages.

Plugins closed on WordPress.org may be closed for various reasons - some are permanent, some are temporary. The message no longer maintained may not be accurate in some cases.

You should check the plugin's WordPress.org page for more details.

No replacement was suggested

There is no way to suggest a replacement when closing a plugin on WordPress.org.

You should do your own research to find suitable replacements.

Locked File

Since plugin closure might be temporary, WP Org Closed Plugin does not modify composer.lock. Thus, $ composer audit --locked will not report closed plugins.

You should run composer audit without --locked to check for closed plugins.

Cache

WordPress.org API responses are cached for 10 minutes.

If you must clear the cache, delete the <composer-cache-dir>/wp-org-closed-plugin directory.

Why allow_self_signed when connecting to https://api.wordpress.org?

[!IMPORTANT] Help Wanted!

Please send pull requests if you know how to get around the error:

It is a hack to disallow HTTP/3, forcing HttpDownloader to use RemoteFilesystem instead of CurlDownloader.

I suspect api.wordpress.org does not properly support HTTP/3:

See:

[!TIP] Hire Tang Rufus!

There is no need to understand any of these quirks. Let me handle them for you. I am seeking my next job, freelance or full-time.

If you are hiring PHP / Ruby / Go developers, contact me at https://typist.tech/contact/

Installation

Credits

WP Org Closed Plugin is a Typist Tech project and maintained by Tang Rufus, freelance developer for hire.

Full list of contributors can be found on GitHub.

Copyright and License

This project is a free software distributed under the terms of the MIT license. For the full license, see LICENSE.

Contribute

Feedbacks / bug reports / pull requests are welcome.


All versions of wp-org-closed-plugin with dependencies

PHP Build Version
Package Version
Requires php Version ^8.3
composer-plugin-api Version ^2.6
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package typisttech/wp-org-closed-plugin contains the following files

Loading the files please wait ...