An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

### Hexlet tests and linter status:
[![Actions Status](https://github.com/kaivladimirv/php-project-57/workflows/hexlet-check/badge.svg)](https://github.com/kaivladimirv/php-project-57/actions)
[![code style](https://github.com/kaivladimirv/php-project-57/actions/workflows/code-style-check.yml/badge.svg)](https://github.com/kaivladimirv/php-project-57/actions/workflows/code-style-check.yml)
[![type coverage](https://shepherd.dev/github/kaivladimirv/php-project-57/coverage.svg)](https://shepherd.dev/github/kaivladimirv/php-project-57)
[![psalm level](https://shepherd.dev/github/kaivladimirv/php-project-57/level.svg)](https://psalm.dev/)
[![test](https://github.com/kaivladimirv/php-project-57/actions/workflows/test-check.yml/badge.svg)](https://github.com/kaivladimirv/php-project-57/actions/workflows/test-check.yml)
[![Maintainability](https://api.codeclimate.com/v1/badges/51040e3c7d8434aade25/maintainability)](https://codeclimate.com/github/kaivladimirv/php-project-57/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/51040e3c7d8434aade25/test_coverage)](https://codeclimate.com/github/kaivladimirv/php-project-57/test_coverage)
[![sast](https://github.com/kaivladimirv/php-project-57/actions/workflows/sast-semgrep.yml/badge.svg)](https://github.com/kaivladimirv/php-project-57/actions/workflows/sast-semgrep.yml)
PHP Programming Language

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