devgnx / wiring-start

Wiring micro framework start

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wiring Start

Wiring is a PHP micro framework core with Interoperability (PSRs).

Quick start

  1. Clone the repo:

    git clone https://github.com/ar2labs/wiring-start.git
  2. Change to the directory created

    cd wiring-start/
  3. Composer Install

    composer install

    or if you don't have a composer installation:

    Get Composer

  4. Create .env

    cp .env.example .env
  5. Start PHP Built-in web server:

    php maker serve

    or run with php:

    php -S 127.0.0.1:8000 -t public/
  6. Open your browser at:

    http://127.0.0.1:8000

Requirements

The following versions of PHP are supported by this version.

  • PHP 7.1
  • PHP 7.2
  • PHP 7.3

PHP Extension Requirements:

  • CMath
  • Ctype
  • JSON
  • Mbstring
  • OpenSSL
  • PDO
  • Tokenizer
  • XML

Copyright and license

Code and documentation copyright (c) 2019, Code released under the BSD-3-Clause license.

About

Wiring micro framework start


Languages

Language:PHP 85.0%Language:HTML 12.2%Language:CSS 2.8%