Download the PHP package icybee/patron-render-support without Composer
On this page you can find all versions of the php package icybee/patron-render-support. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download icybee/patron-render-support
More information about icybee/patron-render-support
Files in icybee/patron-render-support
Package patron-render-support
Short Description Patron engine support for ICanBoogie/Render
License BSD-3-Clause
Homepage https://github.com/Icybee/patron-render-support
Informations about the package patron-render-support
Patron support for ICanBoogie/Render
The package icybee/patron-render-support provides Patron support to icanboogie/render,
which consists mainly in an engine to render ".patron" templates and the render
markup.
Requirement
The package requires PHP 5.5 or later.
Installation
The recommended way to install this package is through Composer:
Cloning the repository
The package is available on GitHub, its repository can be cloned with the following command line:
$ git clone https://github.com/Icybee/patron-render-support.git
Documentation
The package is documented as part of the ICanBoogie framework
documentation. You can generate the documentation for the package and its dependencies with the make doc
command. The documentation is generated in the build/docs
directory. ApiGen is required. The directory can later be cleaned with the make clean
command.
Testing
The test suite is ran with the make test
command. PHPUnit and Composer need to be globally available to run the suite. The command installs dependencies as required. The make test-coverage
command runs test suite and also creates an HTML coverage report in "build/coverage". The directory can later be cleaned with the make clean
command.
The package is continuously tested by Travis CI.
License
This package is licensed under the New BSD License - See the LICENSE file for details.