https://github.com/mkgor/pointsman
Laravel-like router for your project
https://github.com/mkgor/pointsman
laravel-like php7 router
Last synced: 4 months ago
JSON representation
Laravel-like router for your project
- Host: GitHub
- URL: https://github.com/mkgor/pointsman
- Owner: mkgor
- License: mit
- Created: 2020-07-08T10:05:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-08T19:00:00.000Z (almost 5 years ago)
- Last Synced: 2025-01-13T02:17:17.104Z (6 months ago)
- Topics: laravel-like, php7, router
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pointsman
Laravel-like routing for your project
# Installation
`composer require mkgor/pointsman`
# Usage
#### Specifying routes
````php