A
A
av_tyschenko2016-02-15 17:24:46
PHP
av_tyschenko, 2016-02-15 17:24:46

How to organize the development and documentation of a php project?

Good afternoon, dear participants of the Toaster service. Please help me in solving the problem, who knows what options for solving my problem)
Briefly about the problem:
There is a task of developing a project in PHP, which is quite capacious. In this regard, there is a problem with its subsequent maintenance, since the code tends to be forgotten, and there is a prospect of connecting other developers.
Development environment sublime text 3
Tasks to be solved:
1) Archiving versions, in Git (requires a free version that can be put on the server)
2) Article sane plugin. able to run on sublime text 3 with this git
3) Parallel documentation of all files, development goes to OOP, I want to document everything so that in the future it would be easy to return to development or transfer it to another.
I would be incredibly grateful for your answers.
PS It is desirable to throw links directly to articles not just from google, but to proven ones.
Thank you)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
Y
Yuri, 2016-02-15
@av_tyschenko

1) Nothing is clear. But as I understand it, you need to raise the repository: https://git-scm.com/book/ru/v1/Git-%D0%BD%D0%B0-%D...
2) https://github. com/kemayo/sublime-text-git (from the console it will probably work more familiar)
3) Force your developers to write sane comments to all classes, methods, etc. according to phpDoc. Details here:
manual.phpdoc.org/HTMLframesConverter/default

M
Maxim Timofeev, 2016-02-15
@webinar

sublime text 3 - funny
use phpstorm type IDE with git support etc.
Docks can be generated automatically, read www.phpdoc.org

A
Artem Gribkov, 2016-02-15
@L1Qu0R

1. As an option, you can not deploy at home, but use https://bitbucket.org. There you can use it for free up to 5 team members.
2. I would suggest using phpStorm instead of sublime text, since there is adequate documentation and code addition and work with git and many many useful things.
3. phpstorm can write adequate phpDoc out of the box.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question