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
Requires
- php: ^8.3
- ext-mbstring: *
- slim/slim: 4.14.*
- websk/php-auth: 2.4.*
- websk/php-config: 2.0.*
- websk/php-crud: 2.3.*
- websk/php-entity: 2.2.*
- websk/php-logger: 2.1.*
- websk/php-slim: 2.3.*
- websk/php-utils: 2.1.*
- websk/php-view: 2.3.*
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
orphp vendor\bin\websk_db_migration.php migrations:migration_handle
- cd public
- php -S localhost:8000
- open http://localhost:8000