My name is Dmitry.
At my free time I like to contribute Yii3.
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.