Libraries tagged by interitty
interitty/utils
1101 Downloads
Extension of the standard Nette/Utils by some other features that are specific for use in the Interitty projects.
interitty/nb-remote-phpunit
582 Downloads
Custom PHPUnit script that allows NetBeans to run tests on a remote host. Developed mainly to make working with Docker environments more convenient.
interitty/markdown
376 Downloads
Support for Markdown language in Nette framework and templating system Latte.
interitty/flash-message-control
540 Downloads
A visual component for applications using the Nette framework, allowing them to work easily and anywhere in a unified way with flash messages.
interitty/di
690 Downloads
Provides some additional features into the great Nette\DI container.
interitty/console
649 Downloads
Extension of the standard Symfony/Console by some other features that are specific for use in the Interitty projects.
interitty/component-model
575 Downloads
Extension of the standard Nette/Component Model by some other features that are specific for use in the Interitty projects.
interitty/code-checker
578 Downloads
Code checker script provides the way to check the quality of the Interitty codes.
interitty/assets-manager
165 Downloads
Manager with Latte macro that helps to properly load CSS/JS assets.
interitty/application
541 Downloads
Extension of the standard Nette/Application by some other features that are specific for use in the Interitty projects.
interitty/tokenizer
42 Downloads
Use regular expressions to split a given string into tokens.
interitty/static-content-generator
2 Downloads
Static content generator persists application output for future use, saving time and money.
interitty/phpunit
546 Downloads
Extended sebastianbergmann/phpunit framework.
interitty/pacc-playground
1 Downloads
For better understanding of the PHP implementation of YACC.
interitty/pacc
69 Downloads
Parser generator (currently generates recursive descent parser and canonical LR(1) parser) for PHP.