https://github.com/jinyphp/router
Router Package for jinyPHP Framwork
https://github.com/jinyphp/router
Last synced: about 1 year ago
JSON representation
Router Package for jinyPHP Framwork
- Host: GitHub
- URL: https://github.com/jinyphp/router
- Owner: jinyphp
- Created: 2018-07-15T17:16:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-05T14:12:34.000Z (almost 6 years ago)
- Last Synced: 2025-04-01T17:24:52.287Z (about 1 year ago)
- Language: PHP
- Homepage: http://www.jinyphp.com
- Size: 22.5 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Router
본 코드는 `PHP`언어로 작성된 `composer` 페키지 입니다. 또한 `jinyPHP` 프레임워크와 같이 동작을 합니다.
지니PHP는 MVC 패턴의 웹프레임워크 입니다.
## 설치방법
composer를 통하여 설치를 진행할 수 있습니다.
```php
composer require jiny/router
```
지니PHP 라우터는 `nikic/fast-route` 페키지를 기반으로 변경하여 작업이 되었습니다.
## 소스경로
모든 코드는 깃허브 저장소에 공개되어 있습니다.
https://github.com/jinyphp/router
누구나 코드를 포크하여 수정 및 개선사항을 기여(contrubution)할 수 있습니다.