Recommend this page to a friend! |
Classes of Niko | PHP HouseHold | README.md | Download |
|
Download [![Contributors][contributors-shield]][contributors-url] [![Forks][forks-shield]][forks-url] [![Stargazers][stars-shield]][stars-url] [![Issues][issues-shield]][issues-url] [![BSL License][license-shield]][license-url] [![Localization][locale-shield]][locale-url] <br /> <p align="center"> <!-- <a href="https://github.com/HouseHold/HouseHold">
</a> --> <h3 align="center">HouseHold</h3> <p align="center">
</p> </p> Table of Contents
About The ProjectHouseHold is a management system for home. Manage stock of your home food supplies and many other. At this stage this is fork Grocy. To be exact, this started due Grocy code being a mess according to me and it doesnt support any other database than sqlite at time of writing this. This project aims only providing same functionality as Grocy does. There is no code borrowed or copied or anything from Grocy. This is pure rewrite. After basic functionality have been implemented HouseHold and Grocy paths will separate HouseHold will start developing it own features. This meaning some features added to Grocy after HouseHold release 1.0 will not maybe added automatically into HouseHold. Built WithGetting StartedThis is not production ready. Do not use this is production, until 1.0.0 is released. When 1.0.0 is released, there will be docker package available. For now there is nothing. PrerequisitesPlease make sure following packages are installed: * make * docker * docker-compose
Installation
<strong> Notice: </strong> This is development guide and might not be up-to-date. RoadmapSee the open issues for a list of proposed features (and known issues). For now development progress can be seen here in simple steps.
<!-- CONTRIBUTING --> ContributingContributions are what make the community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. However, please follow following rules to contribute so we can keep code clean. Obtainign a copyIn order to submit a pull request, you will need to fork the project and obtain a fresh copy of the source code. Choosing the branch
Please always create a new branch for your changes (i.e. do not commit directly into Coding standard.Always follow the previous coding standard applied in the code. You will get it, if you just read it trough. Please also always run the phpcsfixer. Fixer can be run with command TestsPlease always add tests for your changes.
- If you are fixing a bug, create test file into <!-- LICENSE --> LicenseDistributed under the BSL 1.1 License. See <small>_License might be change in future, but for now it will go under BSL 1.1 to support single contributor effort develop the software._</small> <!-- MARKDOWN LINKS & IMAGES --> [activity-shield]: https://img.shields.io/github/commit-activity/m/HouseHold/HouseHold?label=commits [activity-link]: https://github.com/HouseHold/HouseHold/commits/master [contributors-shield]: https://img.shields.io/github/contributors/HouseHold/HouseHold.svg?style=flat-square [contributors-url]: https://github.com/HouseHold/HouseHold/graphs/contributors [forks-shield]: https://img.shields.io/github/forks/HouseHold/HouseHold.svg?style=flat-square [forks-url]: https://github.com/HouseHold/HouseHold/network/members [stars-shield]: https://img.shields.io/github/stars/HouseHold/HouseHold.svg?style=flat-square [stars-url]: https://github.com/HouseHold/HouseHold/stargazers [issues-shield]: https://img.shields.io/github/issues/HouseHold/HouseHold.svg?style=flat-square [issues-url]: https://github.com/HouseHold/HouseHold/issues [license-shield]: https://img.shields.io/badge/License-BSL%201.1-brightgreen.svg?style=flat-square [license-url]: https://github.com/HouseHold/HouseHold/blob/master/LICENSE.txt [locale-shield]: https://badges.crowdin.net/household/localized.svg [locale-url]: https://crowdin.com/project/household [product-screenshot]: images/screenshot.png |