Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pluf/super-tms
The module to provide super-admin management features on TMS module.
https://github.com/pluf/super-tms
Last synced: about 24 hours ago
JSON representation
The module to provide super-admin management features on TMS module.
- Host: GitHub
- URL: https://github.com/pluf/super-tms
- Owner: pluf
- License: gpl-3.0
- Created: 2019-09-13T12:28:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-06T00:49:45.000Z (over 3 years ago)
- Last Synced: 2024-07-03T09:52:53.909Z (5 months ago)
- Language: PHP
- Size: 61.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Super TMS
[![Build Status](https://travis-ci.org/pluf/super-tms.svg?branch=master)](https://travis-ci.org/pluf/super-tms)
[![Coverage Status](https://coveralls.io/repos/github/pluf/super-tms/badge.svg)](https://coveralls.io/github/pluf/super-tms)This module adds extra API to tenant to manage entities created by TMS module.
## 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.