websk / php-keyvalue
KeyValue
Installs: 93
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 2
pkg:composer/websk/php-keyvalue
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_autoorphp vendor\bin\websk_db_migration.php migrations:migration_handle - cd public
 - php -S localhost:8000
 - open http://localhost:8000