ar2labs / wiring-start
Wiring micro framework start
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 3
Forks: 1
Open Issues: 0
Type:project
Requires
- ar2labs/wiring: ^2.3
- hassankhan/config: ^2.1
- illuminate/database: ^7.29
- laminas/laminas-diactoros: ^2.4
- league/route: ^4.5
- monolog/monolog: ^2.1
- php-di/php-di: ^6.3
- phpmailer/phpmailer: ^6.1
- symfony/console: ^5.1
- twig/twig: ^3.1
- vlucas/phpdotenv: ^4.1
Requires (Dev)
- phpstan/phpstan: ^1.8
This package is auto-updated.
Last update: 2024-12-20 06:14:15 UTC
README
Wiring is a PHP micro framework core with Interoperability (PSRs).
Quick start
-
Create a start project:
composer create-project ar2labs/wiring-start
or if you don't have a composer installation:
-
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
Copyright and license
Code and documentation copyright (c) 2020, Code released under the BSD-3-Clause license.