Download the PHP package synergixe/php-beamzer without Composer

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

PHPBeamzer

Latest Version Build Status Total Downloads License

This is a library that adds cross-browser support for real-time feeds and notifications to PHP web applications in an easy way (using Server-Sent Events (SSE) only). It currently supports Laravel version 5.4, 5.5, 5.6 and 5.7 only.

How to Use

Load Up the package from Composer

Publish the config for the package to the Laravel config folder

This will create the package's config file called beamzer.php in the config directory of your Laravel Project. These are the contents of the published config file:

Create the event listener to be used with the nofication custom event using the custom command provided by the package

Then create your Laravel Controllers

Create the Laravel Notifications Database Table

Register the route for returning your stream notifications and for create notifications

Update the app config for service provider and alias classes

If you use Laravel 5.5 and above don't bother doing this as it is included automatically

Setup the Controller for read notifications from the DB and return it to PHPBeamzer

Setup the EventServiceProvider to Configure Laravel events for Creating Notifications

Setup Controller to fire Event when something happens within your Application

Add the Modifier Traits (Actionable, Describable) to the Subject of your Notifications

Modify the generated NotificableEventListener to include your own code in the handle method

On the client-side, setup beamzer-client JS libary like so

License

MIT

Requirement

Support

It isn't absolutely necessary but you can use this library with its front end component library called beamzer-client. This front end library support the follwoing browsers:

Contributing

You can contribute to this project by setting up a DOCS section or sending in a PR. report bugs and feature requests to the issue tracker


All versions of php-beamzer with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.4
nesbot/carbon Version ^1.22
illuminate/notifications Version ^5.4
illuminate/support Version ^5.4
illuminate/queue Version ^5.4
illuminate/redis Version ^5.4
illuminate/database Version ^5.4
igorw/event-source Version ~1.0
illuminate/console Version ^5.4
symfony/http-foundation Version ^3.3 || ^4.1
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 synergixe/php-beamzer contains the following files

Loading the files please wait ....