ar2labs / wiring
Wiring is a PHP micro framework core with Interoperability (PSRs).
v2.3.6
2022-07-02 16:43 UTC
Requires
- php: >=7.2
- ext-json: *
- psr/cache: ^1.0
- psr/container: ^1.0
- psr/http-client: ^1.0
- psr/http-factory: ^1.0
- psr/http-message: ^1.0
- psr/http-server-handler: ^1.0
- psr/http-server-middleware: ^1.0
- psr/log: ^1.1
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-10-30 01:48:22 UTC
README
Wiring is a PHP micro framework core with Interoperability (PSRs).
This package is compliant with PSR-1, PSR-3, PSR-4, PSR-6, PSR-7, PSR-11, PSR-12, PSR-14, PSR-15, PSR-17 and PSR-18.
Package install
-
Via Composer
composer require ar2labs/wiring
or if you don't have a composer installation:
Quick start project
-
Create a start project:
composer create-project ar2labs/wiring-start
-
Change to the directory created
cd wiring-start/
-
Create
.env
cp .env.example .env
-
Start PHP Built-in web server:
php maker serve
or run with php:
php -S 127.0.0.1:8000 -t public/
-
Open your browser at:
http://127.0.0.1:8000
Requirements
The following versions of PHP are supported by this version.
- PHP 7.2
- PHP 7.3
- PHP 7.4
PHP Extension Requirements:
- CMath
- Ctype
- JSON
- Mbstring
- OpenSSL
- PDO
- Tokenizer
- XML
Documentation
Contribute to this documentation. ;)
Copyright and license
Code and documentation copyright (c) 2020, Code released under the BSD-3-Clause license.