https://github.com/bearlord/kantphp2
KantPHP Framework V2
https://github.com/bearlord/kantphp2
laravel mvc-framework thinkphp yii2
Last synced: 2 days ago
JSON representation
KantPHP Framework V2
- Host: GitHub
- URL: https://github.com/bearlord/kantphp2
- Owner: bearlord
- License: other
- Created: 2015-08-05T03:59:56.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-04-26T04:01:30.000Z (almost 7 years ago)
- Last Synced: 2025-08-16T19:31:58.216Z (5 months ago)
- Topics: laravel, mvc-framework, thinkphp, yii2
- Language: PHP
- Homepage: http://www.kantphp.com
- Size: 11.3 MB
- Stars: 74
- Watchers: 3
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Introducing Kantphp2
> Kantphp2 Framework is an combination of **Yii2** and **Laravel5.2-4**. It's imitated by 50% of Yii2's codes and 30% of Laravel's codes. Yes! It's imitated, not original.
>
> The licence of Yii2 is **BSD** and the licence of Laravel is **MIT**. So Kantphp2 imitates them for better programming.
### How does Kantphp imitate Yii2 and Laravel Frameworks?
> Kantphp2 imitates Yii's Components, DI, Model, Active record, Controller, Action, Behavior, View, Grid View, Widgets, Helpers, excluding Request, Response, Cookie, Session, Router and Urlmanager.
> Kantphp2 imitates Laravel's DI, Router, Helpers, Request, Response, Cookie, and Session.
>
> So Kantphp can achieve implicit Route in backend[admin] module, and explicit route in frontend[user] module to hide unsafe APIs.
### be continued...