https://github.com/kaivladimirv/php-project-57
Task Manager is a task management system. It allows you to set tasks, assign performers and change their statuses.
https://github.com/kaivladimirv/php-project-57
hexlet laravel php8
Last synced: about 1 month ago
JSON representation
Task Manager is a task management system. It allows you to set tasks, assign performers and change their statuses.
- Host: GitHub
- URL: https://github.com/kaivladimirv/php-project-57
- Owner: kaivladimirv
- License: mit
- Created: 2023-03-29T10:51:38.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-18T07:13:46.000Z (about 1 year ago)
- Last Synced: 2025-05-29T10:15:07.850Z (about 1 year ago)
- Topics: hexlet, laravel, php8
- Language: PHP
- Homepage: https://ru.hexlet.io/programs/php/projects/57/goto
- Size: 247 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Hexlet tests and linter status:
[](https://github.com/kaivladimirv/php-project-57/actions)
[](https://github.com/kaivladimirv/php-project-57/actions/workflows/code-style-check.yml)
[](https://shepherd.dev/github/kaivladimirv/php-project-57)
[](https://psalm.dev/)
[](https://github.com/kaivladimirv/php-project-57/actions/workflows/test-check.yml)
[](https://codeclimate.com/github/kaivladimirv/php-project-57/maintainability)
[](https://codeclimate.com/github/kaivladimirv/php-project-57/test_coverage)
[](https://github.com/kaivladimirv/php-project-57/actions/workflows/sast-semgrep.yml)

## Task manager
Task Manager is a task management system similar to http://www.redmine.org/.
It allows you to set tasks, assign performers and change their statuses.
Registration and authentication are required to work with the system.
It is a project of PHP courses from the [Hexlet](https://hexlet.io/) educational portal.
See demo: https://php-project-57-production-1229.up.railway.app/
## Requirements
* PHP 8.4+
* Composer
## Installation
```
$ git clone https://github.com/kaivladimirv/php-project-57.git
$ cd php-project-57
$ make setup
$ make start
```
## License
The Task manager project is licensed for use under the MIT License (MIT).
Please see [LICENSE](/LICENSE) for more information.