Download the PHP
package zaxcms/routers without Composer
On this page you can find all versions of the php package
zaxcms/routers. It is possible to download/install
these versions without Composer. Possible dependencies are resolved
automatically.
Vendor zaxcms Package routers Short Description Helpers for routers in Nette Framework License
FAQ
After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.
Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.
In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories.
In this case some credentials are needed to access such packages.
Please use the auth.json textarea to insert credentials, if a package is coming from a private repository.
You can look here for more information.
Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
To use Composer is sometimes complicated. Especially for beginners.
Composer needs much resources. Sometimes they are not available on a simple webspace.
If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
This library contains some useful helpers for routing in Nette framework.
Zax\Application\Routers\MetadataBuilder
This class is a builder for metadata, it add the ability to use aliases and a workaround for UI\Multiplier.
It takes two params in constructor - presenter and action. Alternatively, you can pass array of metadata.
Aliases
Calling URL /test-alias/foo will result in value "foo" being assigned to persistent parameter
some-deep-control-param.
Signal aliases
Signals need a different treatment, because it's only a single parameter do.
Calling URL /test-do/action-add will call signal add in some-deep-control.
Boolean parameters
Boolean parameters will only display some text in URL to represent TRUE.
Calling URL /test-boolean/details will set parameter some-deep-control-showDetails to TRUE.
Array parameters
By default, Nette works with array persistent params by making a special param in URL for every value.
This behavior can quickly clutter the URL, especially when using components. Fortunately, this library can turn
into
like this
Working with Multiplier
Multipliers can be tricky to handle in routers. Fortunately, there's the ability to use aliases inside other
aliases!
Control list-selectedItem is a Multiplier, <item> will get replaced by value inside list-selectedItemId.
Therefore, calling URL /test-multiplier/item-34/view-edit will set list-selectedItem-34-view to
edit.
Composer command for our command line client (download client)This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free.Standard composer command
The package zaxcms/routers contains the following files
Loading the files please wait ....
Loading please wait ...
Before you can download the PHP files, the dependencies should be resolved. This can take some minutes. Please be patient.