Download the PHP package rudra/router without Composer
On this page you can find all versions of the php package rudra/router. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package router
Rudra-Router
Basic installation / Базовая установка
Installation for facade use / Установка для использования фасада
Setting the route / Устанавливаем маршрут callback/:name
with Regex
To call through the Facade / Для вызова через Фасад
with Regex
call / вызывает MainController::read
To call through the Facade / Для вызова через Фасад
call MainController::read with middleware
To call through the Facade / Для вызова через Фасад
С параметрами для middleware
call / вызывает MainController::create
call / вызывает MainController::update
call / вызывает MainController::update
call / вызывает MainController::delete
call / вызывает MainController::any 'GET|POST|PUT|PATCH|DELETE'
call / вызывает MainController::read для GET
call / вызывает MainController::create для POST
call / вызывает MainController::update для PUT
call / вызывает MainController::delete для DELETE
Изменить методы контроллера по умолчанию можно передав массив с вашими именами\ You can change the default controller methods by passing an array with your names
A variant of declaring a route using the set method / Вариант объявления маршрута методом set
call / вызывает MainController::actionIndex
Exemple / Пример Middleware
License
This project is licensed under the Mozilla Public License 2.0 (MPL-2.0) — a free, open-source license that:
- Requires preservation of copyright and license notices,
- Allows commercial and non-commercial use,
- Requires that any modifications to the original files remain open under MPL-2.0,
- Permits combining with proprietary code in larger works.
📄 Full license text: LICENSE
🌐 Official MPL-2.0 page: https://mozilla.org/MPL/2.0/
Проект распространяется под лицензией Mozilla Public License 2.0 (MPL-2.0). Это означает:
- Вы можете свободно использовать, изменять и распространять код.
- При изменении файлов, содержащих исходный код из этого репозитория, вы обязаны оставить их открытыми под той же лицензией.
- Вы обязаны сохранять уведомления об авторстве и ссылку на оригинал.
- Вы можете встраивать код в проприетарные проекты, если исходные файлы остаются под MPL.
📄 Полный текст лицензии (на английском): LICENSE
🌐 Официальная страница: https://mozilla.org/MPL/2.0/
All versions of router with dependencies
rudra/annotation Version self.version
rudra/container Version self.version
rudra/exception Version self.version