websk/php-keyvalue

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

KeyValue

2.1.0 2025-03-30 14:46 UTC

README

Install

https://packagist.org/packages/websk/php-keyvalue

install dependency using Composer

composer require websk/php-keyvalue

Config example

  • config/config.default.php

Demo

  • copy config/config.default.php as config/config.php
  • replace settings and paths
  • composer install
  • create MySQL DB db_keyvalue (or other)
  • process migration in MySQL DB: php vendor\bin\websk_db_migration.php migrations:migration_auto or php vendor\bin\websk_db_migration.php migrations:migration_handle
  • cd public
  • php -S localhost:8000
  • open http://localhost:8000