Home » Networking » Net_URL_Mapper
Provides a simple and flexible way to build nice URLs for web applications.
This package is unmaintained.
Download latest release 0.9.1 (archived versions might be outdated)
License: New BSD License
Description
Net_URL_Mapper provides a simple and flexible way to build nice URLs for your web applications.
The URL syntax is similar to what can be found in Ruby on Rails or Python Routes module
and as such, this package can be compared to what they call a router. Still, Net_URL_Mapper
does not perform the dispatching like these frameworks and therefore can be used with your
own router.
Documentation
Maintainers
- Bertrand Mansion (mansion) — lead, active
Dependencies
Required
- PHP (>= 5.1.0)
- PEAR Installer (>= 1.4.3)
- Net_URL (>= 1.0.14)
Releases
- 0.9.1 (beta, 2010-10-25)
Release notes
License: New BSD License
Automatically built QA release
Doc #14700 Docs - tillBug #16050 URL generation problem with query parameters - kguest
Bug #17271 small tweaks required to get unit tests working w phpunit3 - kguest
- 0.9.0 (beta, 2007-03-28)
Release notes
License: New BSD License
Initial release
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #14700 | Closed | Doc | CVS | 2008-09-24 | Docs |
| #16050 | Closed | Bug | 0.9.0 | 2009-03-20 | URL generation problem with query parameters |
| #16675 | Open | Req | CVS | 2009-10-03 | Net_URL > Net_URL2 |
| #17271 | Closed | Bug | 0.9.0 | 2010-03-25 | small tweaks required to get unit tests working w phpunit3 |
| #18007 | Open | Bug | 0.9.1 | 2010-10-29 | Script shouldn't be installed |