Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluf/tenant
Tenant module of pluf
https://github.com/pluf/tenant
Last synced: about 23 hours ago
JSON representation
Tenant module of pluf
- Host: GitHub
- URL: https://github.com/pluf/tenant
- Owner: pluf
- License: gpl-3.0
- Created: 2017-11-01T22:02:04.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T00:49:50.000Z (over 3 years ago)
- Last Synced: 2024-07-25T22:38:10.566Z (4 months ago)
- Language: PHP
- Homepage: https://pluf.ir/wb/products/module/tenant
- Size: 582 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tenant
[![Build Status](https://travis-ci.com/pluf/tenant.svg?branch=master)](https://travis-ci.com/pluf/tenant)
[![Coverage Status](https://coveralls.io/repos/github/pluf/tenant/badge.svg?branch=master)](https://coveralls.io/github/pluf/tenant?branch=master)
[![codecov](https://codecov.io/gh/pluf/tenant/branch/master/graph/badge.svg)](https://codecov.io/gh/pluf/tenant)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c36ddd2fd8cdcd2a84ef/test_coverage)](https://codeclimate.com/github/pluf/tenant/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/c36ddd2fd8cdcd2a84ef/maintainability)](https://codeclimate.com/github/pluf/tenant/maintainability)It is a Pluf module to manage current tenant.
## Contributing
If you would like to contribute to Pluf, please read the README and CONTRIBUTING documents.
The most important guidelines are described as follows:
>All code contributions - including those of people having commit access - must go through a pull request and approved by a core developer before being merged. This is to ensure proper review of all the code.
Fork the project, create a feature branch, and send us a pull request.
To ensure a consistent code base, you should make sure the code follows the PSR-2 Coding Standards.