Skip to content

xepozz/xepozz

Repository files navigation

Hi there 👋

My name is Dmitry.

At my free time I like to contribute Yii3.

Projects

Yii Dev Panel

Source: https://github.com/xepozz/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.

Test It!

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.

Blogit

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.

Maintained Yii3 modules

  • 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.