alex-kalanis / kw_input
Inputs put in same way - basic interfaces
Installs: 1 734
Dependents: 7
Suggesters: 2
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=7.4.0
- ext-fileinfo: *
- ext-json: *
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/phpstan: ^1.0
- phpstan/phpstan-phpunit: ^1.0
- phpunit/phpunit: >=7.2 <10
- shipmonk/composer-dependency-analyser: ^1.4
README
Contains simplification of inputs from the whole bunch of sources. Allow you use either get and cli or server and env params as same source.
This is the mixed package - contains sever-side implementation in Python and PHP.
PHP Installation
composer.phar require alex-kalanis/kw_input
(Refer to Composer Documentation if you are not familiar with composer)
PHP Usage
1.) Use your autoloader (if not already done via Composer autoloader)
2.) Connect the "kalanis\kw_input" into your app. When it came necessary you can extends every library to comply your use-case; mainly your init ad reading.
Python Installation
into your "setup.py":
install_requires=[
'kw_input',
]
Python Usage
1.) Connect the "kw_input\inputs" into your app. When it came necessary you can extends every library to comply your use-case; mainly your storage and processing.