genelet/php

There is no license information available for the latest version (1.3.1) of this package.

PHP version of Genelet web development framework

Maintainers

Details

github.com/genelet/php

Source

Issues

Installs: 61

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

1.3.1 2020-06-08 16:10 UTC

This package is auto-updated.

Last update: 2024-03-09 01:55:10 UTC


README

PHP version of the web development framework Genelet

Installation

git clone git@github.com:genelet/php.git

Genelet uses composer to install dependencies. Go to the newly downloaded directory php and run:

cd php
composer install

which will install all the dependencies.

Unit Tests

Genelet uses phpunit to run unit tests. Set up a database named test with accessing account user genelet_test and blank password, run:

phpunit --bootstrap vendor/autoload.php tests

which will run all the tests in the directory tests. Make sure they all passed.

Using Genelet

Please go to the main website to learn how to use the framework.