No Description https://koseven.dev/

Tobias Oitzinger cf8c7fa434 Merge pull request #527 from uBizzy/php8.3 2 months ago
.github 89bedaf8e0 Remove codecov tests, remove mcrypt (deprecated for a long time), some php8+ fixes 3 months ago
application 143340b49a Update bootstrap.php 4 years ago
modules 3a5fd956f9 [FIX] fix ORM behaviour object creation 2 months ago
public 4ef4973cfd Move koseven.ga to koseven.dev 4 years ago
system 1f175a6fef [DEV] fix functions typifications from parent 2 months ago
.codecov.yml f17e2fb094 rename koseven to project 5 years ago
.gitignore c34ed0bb30 1) Fix addFileToWhitelist() 3 months ago
CHANGELOG.md f412f69a6e Merge pull request #395 from koseven/bugfix/removeUserAgent 4 years ago
CODE_OF_CONDUCT.md 1d802a3495 Create CODE_OF_CONDUCT.md 5 years ago
CONTRIBUTING.md cc24ec2c2c Update CONTRIBUTING.md 5 years ago
LICENSE.md 4986bb6a0d update copyright years and links to koseven license 7 years ago
README.md 046a133f66 Update README.md 2 years ago
ROADMAP.md 48573e322e update docs 6 years ago
composer.json bf246b1442 1) Add ext_mbstring 3 months ago
phpunit.xml c34ed0bb30 1) Fix addFileToWhitelist() 3 months ago

README.md

Koseven Logo

Latest Stable Version Build Status License Github Issues

Download 3.3.9

Koseven is an elegant, open source, and object oriented HMVC framework built using PHP7, by a team of volunteers. It aims to be swift, secure, and small. It is based and nearly full compatible on defunct Kohana 3.3.X.

Released under a BSD license, Koseven can be used legally for any open source, commercial, or personal project.

Will work as dropin of Kohana?

If you were using 3.3.x version you may need to make some small changes. Please refer to upgrading from kohana section of the documentation.

I Need help!

You need Help, How-To's, Guides,...? Please consider to look into GitHub Issues, maybe your answer is already there. If not feel free to open a topic and ask for it. If you want to you can also Join our Telegram Group, but keep in mind that this wan't guarantee you faster answer times, as we get also notified via Telegram if you open a Forum Topic.

History/Why a Kohana alternative?

Kohana 3.3.x is used by us in many live projects, and the original team (where @neo22s belonged too) stopped the development a while ago and on Feb 4, 2017 Shadowhand announced the final retirement Kohana is DEAD.

Before the final announcement everyone started to check if it was possible to migrate existing projects to other alternative PHP frameworks. As it turned out switching would be a complex and lengthy job. So it became clear that keeping the project alive and updated is a priority.

And so the Koseven repository was born and will keep this repository updated for future releases of PHP, giving the framework a clear perspective for the future.

Are modules of the original Kohana compatible?

Yes they are, just be sure that they are compatible with Kohana 3.3.X. An overview of Koseven's team own modules can be found on modules page. There's also a list online with a nice overview of existing kohana modules maintained (or abandoned) by others. You can consult this list at kohana-modules.com

Why all modules in 1 repo?

This was personal choice of @neo22s to keep the project as simple and easier to manage. The modules are commonly used and are not enabled by default. If not used they can be removed from the codebase.

What are the future plans for the project?

Our focus is to keep the framework compatible with new releases of PHP, fix bugs and try to improve the speed. New features can be added using modules.

Documentation

Koseven documentation can be found at koseven.dev which also contains an API browser.

The userguide module included in all Kohana/Koseven releases allows you to view the documentation locally. To use it you need to enable theuserguide module in the bootstrap.php file (found in the application directory). Next you should be able to read the documentation from your own site via /index.php/guide (or just /guide if you are rewriting your URLs).

Reporting Bugs / Security Issues

If you've stumbled across a bug or a security issue, please help us out by reporting what you have found. Simply log in or register and submit a new issue, leaving as much information as possible, e.g.

  • Steps to reproduce
  • Expected result
  • Actual result

This will help us to fix the issue as quickly as possible, and if you'd like to fix it yourself feel free to fork us on GitHub and submit a pull request!

Contributing

Any help is more than welcome! Please see Contributing for detailed Instructions.

Special Thanks

Special Thanks to all our Contibuters and our Comminuty!