Download the PHP package rollun-com/rollun-viewer without Composer

On this page you can find all versions of the php package rollun-com/rollun-viewer. 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 rollun-viewer

rollun-viewer


Оглавление


Каркас для создания приложений.

Установить NPM Зависимости

1) Установите себе npm

2) Установите модуль компосера для загрузки npm зависимотей выполнив команду:

   `composer global require fxp/composer-asset-plugin`

3) Что бы установить все зависимости выполните команду:

    `composer install`

4) Следуйте инструкциям

> В случае возникновения ошибки   
" Warning: Permanently added 'github.com,192.30.253.113' (RSA) to the list of known hosts.  
Permission denied (publickey).  
fatal: Could not read from remote repository.  
Please make sure you have the correct access rights and the repository exists. "

1) Создайте учетную записть на github (Если таковой нет)

2) Сгенерируйте rsa key.
    > Для пользователей Win. После того как ключи были сгенерированы выполните следующее шаги.
    1) Перейдите в дерикторию Git/bin

    2) Запустите bash.exe/bash 

    3) выполните команду `ssh-agent -s`
    > Она выведеть пимерно след  
    SSH_AUTH_SOCK=/tmp/ssh-edDsfL0S0UiH/agent.4988; export SSH_AUTH_SOCK;
    SSH_AGENT_PID=7116; export SSH_AGENT_PID;
    echo Agent pid 7116;

    4) Скопиртуйте две первые строки и выполните их из под bash.

    5) Теперь запустите `ssh-add {path-to-ssh-rsa}`
    > Вместое {path-to-ssh-rsa} подставте путь к rsa ключу.

    6) Теперь запустите `ssh-add -l`, что бы убедится что ключ добавлен.
    > Команда должна вернуть что то подобного вида
    4096 89:12:b8:ff:6a:dx:d5:78:ff:d1:23:1a:f6:bq:82:97 /d/openserver/.ssh/rsa2 (RSA)

3) Добавте публичный rsa ключ в учетную запись на github.

4) Проделайте шаг `3` основного списка `Установить NPM Зависимости` еще раз.

CDN

Все JS омпоненты доступны через jsDelivr


All versions of rollun-viewer with dependencies

PHP Build Version
Package Version
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 rollun-com/rollun-viewer contains the following files

Loading the files please wait ....