PHPackages                             idno/torophp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Framework](/categories/framework)
4. /
5. idno/torophp

ActiveLibrary[Framework](/categories/framework)

idno/torophp
============

Known adoption of Toro, a PHP router for developing RESTful web applications and APIs.

3.0.0(6y ago)29.0k↓33.3%1MITPHPPHP &gt;=5.3.0

Since Sep 25Pushed 6y agoCompare

[ Source](https://github.com/idno/torophp)[ Packagist](https://packagist.org/packages/idno/torophp)[ Docs](http://github.com/anandkunal/ToroPHP)[ RSS](/packages/idno-torophp/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (1)

Toro (ABANDONWARE ADOPTION)
===========================

[](#toro-abandonware-adoption)

Toro is a PHP router for developing RESTful web applications and APIs. It is designed for minimalists who want to get work done.

Quick Links
-----------

[](#quick-links)

- [Official Website](http://toroweb.org)
- [Changelog](https://github.com/anandkunal/ToroPHP/wiki/Changelog)
- [Design Goals](https://github.com/anandkunal/ToroPHP/wiki/Design-Goals)

Features
--------

[](#features)

- RESTful routing using strings, regular expressions, and defined types (`number`, `string`, `alpha`)
- Flexible error handling and callbacks via `ToroHook`
- Intuitive and self-documented core (`Toro.php`)
- Tested with PHP 5.3 and above

"Hello, world"
--------------

[](#hello-world)

The canonical "Hello, world" example:

```
