Download the PHP package lipemat/advanced-sidebar-menu without Composer

On this page you can find all versions of the php package lipemat/advanced-sidebar-menu. 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 advanced-sidebar-menu

Advanced Sidebar Menu - WordPress Plugin

This Readme is for development.

Full plugin information is available in readme.txt.

Deploying to WordPress.org

Using the action provided by 10Up.

New tags are automatically deployed to wordpress.org via SVN.

Updating Readme or Assets between versions

Using the action provided by 10Up.

Changes to readme.txt or .wordpress-org on the master branch are automatically deployed to the matching tag on wordpress.org when the deploy branch is pushed.

If other changes have been made to the master branch, nothing will be deployed.

Plugin assets like screenshots are kept in the .wordpress-org directory.

Configuration

Translation Process

Poedit

Out of the box, Poedit does not support TypeScript extensions. TypeScript support may be added using the following:

  1. File -> Preferences
  2. Tab -> Extractors
  3. +
  4. Language -> "TypeScript"
  5. List of extensions -> ".tsx;.ts"
  6. Command -> "xgettext -L JavaScript --add-comments=translators: --force-po -o %o %C %K %F"
  7. An item in keyword list -> "-k%k"
  8. An item in input files list -> "%f"
  9. Source code charset -> "--from-code=%c"

PHP

PHP translations are using the standard i18n process.

  1. Open advanced-sidebar-menu.pot file:
  2. Click "Update from code".
  3. Click "Save".
  4. Open various .po files:
  5. Click "Update from code".
  6. Translate any missing strings.
  7. Click "Save".

The PHP files are automatically generated during deployment via GitHub Actions scripts.

Manually Generate Translation PHP Files

  1. wp i18n make-php languages/.

JS

JS files are translated using the block editor i18n process.

This plugin contains a custom PHP CLI command exists in the dev/translate-cli directory for generating JSON files. Like WP CLI i18n make-json command with a few differences to
support a Webpack/TypeScript structure.

  1. Looks for .jsx, .ts, and .tsx as well as the .js.
  2. Combines all matching translations to a single file instead of split by source file.
  3. Use the js/dist/advanced-sidebar-menu-block-editor.js as the source file for all.
  4. May be run outside WP using PHP.

The JSON files are automatically generated during deployment via GitHub Actions scripts.

Manually Generate Translation JSON Files

  1. Run composer install.
  2. Run php command.php

All versions of advanced-sidebar-menu with dependencies

PHP Build Version
Package Version
No informations.
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 lipemat/advanced-sidebar-menu contains the following files

Loading the files please wait ....