Boosty me
|
Give me a Patron
|
Buy me a Coffee
Making Yii3 be production ready.
Name | Description | Links |
---|---|---|
MetaStorm PHPStorm Plugin |
Must-have plugin for everyday work, it brings your IDE new life | Source Marketplace |
Cron & Crontab Support IDE Plugin |
Syntax highlighting and code insights for Cron & Crontab Language | Source Marketplace |
Buggregator IDE Plugin |
Buggregator.dev IDE integration | Marketplace |
PHP-LSP IDE Plugin |
PHP Language Server Protocol Integration | Source |
Git attributes support |
Syntax highlighting and code insights for .gitattributes file |
Marketplace |
Git codeowners support |
Syntax highlighting and code insights for CODEOWNERS file |
Marketplace |
Robots.txt support |
Syntax highlighting and code insights for robots.txt file |
Marketplace |
phplrt – PHP Language Recognition Tool |
phplrt language support (*.pp2) | Marketplace |
Source: https://github.com/xepozz/internal-mocker
The package helps mock internal php functions as simple as possible.
This is easy way to mock such functions as: time()
, str_contains()
, rand()
, etc.
Source: https://github.com/xepozz/remap
The library allows you to map data from the database to objects.
Source: https://github.com/xepozz/yii-dev-panel (moved to yiisoft/yii-dev-panel)
It's an aggregated application based on React that helps you to both develop and debug Yii3 application.
The project will contain several application's frontends for Gii, Debug and Inspector modules.
Source: https://github.com/xepozz/test-it
A tool for generating files with tests cases based on class methods signatures.
Great way to start tests writing. It will help you to have an addiction to write tests without doing routine tasks such as creating files, writing methods and test cases.
Source: http://github.com/xepozz/blogit
I wanted to start writing useful articles 📝 and that's why I had developed CMS based on Github Pages.
It's not maintained at the moment but you can develop your skills contibuting this project.
- Unique ID - Allows you to track the unique user in the application.
- Request ID - A simple library to generate both unique request and response IDs for tracing purposes.
- AB - A simple library to enable A/B testing based on a set of rules.
- Feature Flag - A simple library to enable/disable features based on a set of rules.
- Shortcut - Sets of helper functions for rapid development of Yii 3 applications.