Download the PHP package technote/gutenberg-packages without Composer

On this page you can find all versions of the php package technote/gutenberg-packages. 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 gutenberg-packages

Gutenberg Packages

CI Status codecov CodeFactor License: GPL v2+ PHP: >=5.6 WordPress: >=5.5

This repository (Gutenberg Packages) manages versions of Gutenberg.

Gutenberg Packages is wrapper of this library.

Gutenberg Packages fetches version data from

  1. Library
  2. API (daily update)
  3. Gutenberg repository

and cache for a day.
(When the state (WP Core version or Gutenberg plugin state) changes, the cache is cleared).

Table of Contents

Details - [Requirement](#requirement) - [Installation](#installation) - [Usage](#usage) - [Motivation](#motivation) - [Dependency](#dependency) - [Author](#author)

Requirement

Installation

Usage

Motivation

There is no WP Core function to get version of Block Editor packages.
So it is hard to consider compatibility.

For example
Gutenberg v5.9 outputs message bellow.

If your plugin uses wp-block-editor package like bellow, you get an error under WP v5.2.

From JavaScript, to check existence of property can solve this problem easily.

But you also need to know package validity from PHP because wp_enqueue_script needs dependencies.
If you pass wp-block-editor to wp_enqueue_script under WP v5.2, script is not enqueued.

This library can help this problems.

If you use under WP v5.1, wp-block-editor is filtered.
And if you use over WP v5.2, wp-block-editor is not filtered.

You can also pass the package versions to JavaScript via wp_localize_script.

Dependency

Author

GitHub (Technote)
Blog


All versions of gutenberg-packages with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6
technote/gutenberg-package-versions Version ^0.3.63
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 technote/gutenberg-packages contains the following files

Loading the files please wait ....