2017 © Pedro Peláez
 

library widget-o-php

image

widget-o/widget-o-php

  • Tuesday, April 12, 2016
  • by sebastian.misiewicz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 149 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 32 Versions
  • 0 % Grown

The README.md

PHP Server for widget-o

Installation

Add dependency to composer.json:, (*1)

"widget-o/widget-o-php": "dev-master"

After installing dependencies in the project prepare index.php like:, (*2)

<?php
require 'Widgeto/Widgeto.php';
$widgeto = new \Widgeto\Widgeto();
$widgeto->run();

Create a database configuration file under config/database.json, (*3)

{
    "driver": "mysql",
    "host": "localhost",
    "username": "username",
    "password": "*******",
    "database": "database"
}

Run database creation script located in the sql folder. Default user is admin and password is widgeto., (*4)

Testing

Run phpunit:, (*5)

phpunit

The Versions

21/10 2015

0.8

0.8.0.0

  Sources   Download

The Requires

 

21/10 2015

0.9

0.9.0.0

  Sources   Download

The Requires

 

18/10 2015

0.7

0.7.0.0

  Sources   Download

The Requires

 

18/10 2015

0.6

0.6.0.0

  Sources   Download

The Requires

 

18/10 2015

0.5

0.5.0.0

  Sources   Download

The Requires

 

17/10 2015

0.4

0.4.0.0

  Sources   Download

The Requires

 

14/10 2015

0.3

0.3.0.0

  Sources   Download

The Requires

 

29/09 2015

0.2

0.2.0.0

  Sources   Download

The Requires

 

27/09 2015

0.0.1

0.0.1.0

  Sources   Download

The Requires

 

27/09 2015

0.1

0.1.0.0

  Sources   Download

The Requires