Download the PHP package phphleb/demo-updater without Composer

On this page you can find all versions of the php package phphleb/demo-updater. 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 demo-updater

Демонстрационное развёртывание ресурсов библиотек в проект

HLEB2 PHP License: MIT

Предназначено к использованию с фреймворком HLEB2. Показывает минимальные возможности библиотеки phphleb/updater.

Установка

При помощи Composer:

Демонстрационное развертывание

При развертывании библиотеки следующие файлы будут перемещены в проект (дизайн base по умолчанию):

/vendor/phphleb/demo-updater/match-directory/rewrite/app/Commands/~DemoUpdaterOption/base/DemoTask.php-upd в /app/Commands/DemoUpdaterOption/DemoTask.php

/vendor/phphleb/demo-updater/match-directory/rewrite/public/css/~demo-updater-design/base/base-design/demo.css-upd в /public/css/demo-updater-design/base-design/demo.css

/vendor/phphleb/demo-updater/match-directory/rewrite/resources/views/~demo-updater-design/base/index.php-upd в /resources/views/demo-updater-design/index.php

/vendor/phphleb/demo-updater/match-directory/rewrite/routes/~demo-updater-option/base/main.php-upd в /routes/demo-updater-option/main.php

/vendor/phphleb/demo-updater/match-directory/config/config.json в /storage/lib/phphleb/demo-updater/config.json

/vendor/phphleb/demo-updater/match-directory/rewrite/modules/~demo-updater-option/base/controllers/DemoModuleController.php-upd в /modules/demo-updater-option/controllers/DemoModuleController.php

Теперь вся функциональность библиотеки добавлена в проект. Если запросить список команд:

То в списке появится новая команда demo-updater-option/demo-task, при запуске она отображает текущий дизайн из конфигурации.

Если перейти по адресу сайта site.ru/demo-page/, то будет выведено название текущего дизайна. Чтобы его поменять, достаточно выполнить команду на добавление ещё раз, выбрав другой дизайн. Обновите страницу и название изменится. Видно, что в зависимости от выбора при установке, можно конфигурировать вносимые таким образом данные в проект.

Также будет развёрнут демонстрационный модуль под названием demo-updater-option, в нём контроллер, последний будет доступен по адресу site.ru/demo-controller/.

Откат данных

Для удаления функциональности библиотеки из проекта выполните:

Эта команда уберёт все данные, внесенные предыдущей командой на добавление, кроме файла конфигурации, который может пригодиться в дальнейшем.


All versions of demo-updater with dependencies

PHP Build Version
Package Version
Requires php Version >=8.2.0
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 phphleb/demo-updater contains the following files

Loading the files please wait ...