Download the PHP package owlycode/reactboard without Composer

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

ReactBoard

SensioLabsInsight

screenshot

What is it ?

ReactBoard is an extensible dashboard based on React, Rachet and the Symfony Components. Install it on a server, set up the applications you wish and plug a screen !

You can interact in real time with it via an http API.

Getting started

Create a composer.json

And then execute the following commands

Now run the application with php app/app.php

When browsing http://localhost:8080/home/landing, you should see the welcome page.

Playing around

The following applications are included : hello, prompt, twitter and vlc.

You can switch between applications by issuing calls to the http://localhost:8080/home/command URL. Give a try to the following commands and see what happens in your browser :

Before running this one, you will need to setup a twitter application and enter its credentials in app/app.php

Before running this one, make sure you have vlc installed (tested on linux & windows). Don't forget to killall vlc when you are done.

Customize the theme

Create your own css file in app/Resources/css and replace the default theme in app/app.php :

Create your own application

Create an src/MyNamespace/MyAppName folder with the following files :

Then register your newly created application in app/app.php:

You can now start/restart ReactBoard, open your browser and try : curl "http://localhost:8080/home/command?app=my_app_name"

Going further :

ReactBoard is still in early development and more documentation will be coming. If you have any question please feel free to open an issue :-)

Meanwhile, to see how to do more advanced stuff, like loading your own assets or access the dependency injection mechanism, take a look at the builtin applications. The Twitter application is the most advanced and covers everything ReactBoard can do : application lifecycle events, live updates, dependency injection use, assets registering and many other things.


All versions of reactboard with dependencies

PHP Build Version
Package Version
Requires cboden/ratchet Version ~0.3
twig/twig Version ~1.15
symfony/event-dispatcher Version ~2.4
symfony/config Version ~2.4
symfony/dependency-injection Version ~2.4
dg/twitter-php Version ~3.3
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 owlycode/reactboard contains the following files

Loading the files please wait ....