Download the PHP package jremmurd/pimcore-ignite-bundle without Composer

On this page you can find all versions of the php package jremmurd/pimcore-ignite-bundle. 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 pimcore-ignite-bundle

Pimcore Ignite

Ignite your customer's user experience by adding web realtime functionalities to your web application. Pusher by default.

The bundle is still considered as alpha version.

Functional Overview:

Components

Component Description Example
Channel A specific context for subscriptions. There are three different types of channels: public, private and presence. For details see Channel Types. global, user, user_julian, product, product_shirt ...
Event At least contains a timestamp and a name. May transport arbitrary data. Message, Notification, ...
Driver Drivers define the possible transports for the pub/sub events. Logger, Pusher, Notification
Authenticator Private and presence channels need authentication, authenticator provide an interface for it. Firewall specific user authentication i.e. /admin, /app, ...
Radio Manages all application channels.

Getting started

Visit http://your-domain.com/ignite to see your current configuration and test your realtime capabilities. While still watching your /ignite route then call:

You should see the messages being added to the html automatically as you call the /publish/... routes.

Impression

In the upper right corner there is the notification widget, which can be enabled via a user permission. The widget can be collapsed, repositioned via draggging and resized. By clicking a notification item it gets marked as read and is removed from the list.

In the lower left corner there is the user persence icon, which shows which users are online by hovering or clicking on the user icon.


All versions of pimcore-ignite-bundle with dependencies

PHP Build Version
Package Version
Requires php Version >=7.1
pusher/pusher-php-server Version ^3.2
pimcore/pimcore Version ~5.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 jremmurd/pimcore-ignite-bundle contains the following files

Loading the files please wait ....