https://github.com/kreta/Kreta
Modern project management solution
https://github.com/kreta/Kreta
agile-board cqrs ddd domain-driven-design event-sourcing graphql issue-tracker javascript microservices php project-management react redux symfony task-manager
Last synced: 2 days ago
JSON representation
Modern project management solution
- Host: GitHub
- URL: https://github.com/kreta/Kreta
- Owner: kreta
- License: mit
- Created: 2014-10-10T15:08:10.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T11:58:04.000Z (over 8 years ago)
- Last Synced: 2025-12-20T16:19:25.253Z (6 months ago)
- Topics: agile-board, cqrs, ddd, domain-driven-design, event-sourcing, graphql, issue-tracker, javascript, microservices, php, project-management, react, redux, symfony, task-manager
- Language: PHP
- Homepage: https://kreta.io
- Size: 9.2 MB
- Stars: 184
- Watchers: 12
- Forks: 15
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-github-projects - Kreta - Modern project management solution ⭐184 `PHP` (📦 Legacy & Inactive Projects)
README
## About Kreta
Kreta is an ecosystem based on microservices that following the [Domain-Driven Design][1] can provide a serious,
robust and testable project management platform written in modern [PHP][2]. In the other hand, the project keeps
constantly in mind the importance of a good user experience so, the good design and client-side logic is a must. For
that, Kreta uses "[React][3] with Redux" JavaScript stack.
We are committed to the [Continuous Delivery][10] philosophy so, all the code that is merged to the repository's
master branch is automatically deployed to production by [Travis](https://travis-ci.org/kreta/Kreta).
In this way you can visit the **[kreta.io][11]** and enjoy instantaneously with the last updates of the platform.
## Documentation
All the documentation is stored in the `/docs` folder.
[Show me the docs!](docs/index.md)
## Contributing
Kreta follows PHP, Sass and JavaScript coding standards, so pull requests need to pass the [PHP-CS-Fixer][5],
[Stylelint][6], [ESLint][7] and [Prettier][13]. Furthermore, if the PR creates some non-PHP file, remember that you
have to put the license header manually. In order to simplify the CS process we provide a simple bash script that wraps
all the commands related.
```bash
$ sh etc/bash/cs.sh
```
There is also a policy for contributing to this project. Pull requests must be explained step by step to make the
review process easy in order to accept and merge them. New methods or code improvements must come paired with
tests. We are using [PhpSpec][8] for PHP unit testing, [PHPUnit][12] for PHP integration tests and [Jest][9] for
JavaScript code.
## Credits
Kreta is created by:
>
**@benatespina** - [benatespina@gmail.com](mailto:benatespina@gmail.com)
**@gorkalaucirica** - [gorka.lauzirika@gmail.com](mailto:gorka.lauzirika@gmail.com)
## License
The Kreta project is open-sourced software licensed under the [MIT license](https://raw.githubusercontent.com/kreta/kreta/master/LICENSE).
[1]: https://en.wikipedia.org/wiki/Domain-driven_design
[2]: http://php.net/
[3]: https://facebook.github.io/react/
[4]: http://demo.kreta.io/
[5]: http://cs.sensiolabs.org/
[6]: http://stylelint.io/
[7]: http://eslint.org/
[8]: http://www.phpspec.net/
[9]: https://facebook.github.io/jest/
[10]: https://en.wikipedia.org/wiki/Continuous_delivery
[11]: https://kreta.io/
[12]: https://phpunit.de/
[13]: https://prettier.io/