Practice of Hexlet PHP course
Language: English | Русский
- This project solves a practical development or automation task.
- The goal is to provide a clear implementation that is easy to run and extend.
- Primary language: PHP
- Project-specific libraries and tools (see source files)
git clone https://github.com/xelvhk/php-lessons
cd php-lessons
# install dependencies (if present)
# copy .env.example to .env (if present)
# run the project- Entry points: application scripts and main modules in the repository root.
- Core logic: domain-specific modules grouped by responsibility.
- Data layer: local files/database/adapters depending on project scope.
- Add screenshots/GIF or usage examples for key flows.
- If deployed, add production URL.
- Add/refresh setup instructions for zero-friction onboarding.
- Add/update tests for critical paths.
- Improve docs and examples for real-world usage.
Active development
GNU AGPLv3. See LICENSE.