major98113 / yii2-umbrelliotest
Данное расширение которое может искать в файле вхождение строки, и выдавать номер строки в файле и позицию в строке. Файл может быть произвольного размера.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Type:yii2-extension
Requires
- yiisoft/yii2: ~2.0.0
This package is auto-updated.
Last update: 2025-07-17 11:36:15 UTC
README
Данное расширение которое может искать в файле вхождение строки, и выдавать номер строки в файле и позицию в строке. Файл может быть произвольного размера.
Installation
The preferred way to install this extension is through composer.
Either run
php composer.phar require --prefer-dist major98113/yii2-umbrelliotest "*"
or add
"major98113/yii2-umbrelliotest": "*"
to the require section of your composer.json
file.
Usage
Once the extension is installed, simply use it in your code by :
<?= \major98113\umbrelliotest\AutoloadExample::widget(); ?>```