ksst / kf
Koch Framework
dev-main
2024-06-19 21:14 UTC
Requires
- php: >=8.2
- beberlei/doctrineextensions: ^1.5
- doctrine/migrations: ^3.7
- doctrine/orm: ^3.2
- gedmo/doctrine-extensions: ^3
- google/recaptcha: ^1.3
- smarty/smarty: ^5.3
- symfony/mailer: ^7.1
Requires (Dev)
- browscap/browscap-php: ^7.4
- doctrine/data-fixtures: *
- friendsofphp/php-cs-fixer: *
- mikey179/vfsstream: ^1.6
- php-coveralls/php-coveralls: ^2.7
- phpstan/phpstan: ^1.11
- phpunit/phpunit: ^11
- rector/rector: ^1.1
Suggests
- ext-apc: *
- ext-gettext: *
- ext-intl: *
- ext-json: *
- ext-mbstring: *
- ext-yaml: *
This package is auto-updated.
Last update: 2024-10-19 21:47:17 UTC
README
Koch Framework
This repository contains the source code for the Koch Framework, a PHP full-stack web framework.
Please see the issues section to report any bugs or feature requests and to see the list of known issues.
Koch Framework is still under heavy development. Significant changes may happen without prior notices. It is not ready for production use yet.
Contributing
- Please fork this repository and contribute back using pull requests.
- Before contributing, please read the step by step guide on contributing.
- Contributions are welcomed and appreciated. They will be reviewed and discussed.
Installation
Please use Composer to download and install Koch Framework and its dependencies.
To install Koch Framework as a local, per-project dependency to your project, add the following lines to your project's composer.json
file:
{
"require": {
"KSST/KF": "dev-master"
}
}