https://github.com/roundpartner/configuration
Configuration for webservices
https://github.com/roundpartner/configuration
Last synced: 29 days ago
JSON representation
Configuration for webservices
- Host: GitHub
- URL: https://github.com/roundpartner/configuration
- Owner: roundpartner
- Created: 2016-03-13T13:47:59.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2019-01-23T18:02:01.000Z (over 7 years ago)
- Last Synced: 2025-03-03T01:31:48.717Z (over 1 year ago)
- Language: PHP
- Size: 30.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://travis-ci.org/roundpartner/configuration)
# Configuration
Configuration for webservices
## Post Installation
The configs folder needs to have write permissions for it to pull the configuration files.
A script is provided to allow setting the permissions automatically.
If the vendor folder is located in the current directory then the script can be run without arguments.
```bash
./bin/set_configs_permission.sh
```
If the vendor folder is located in a subdirectory then pass in the path to the directory as an argument.
```bash
./bin/set_configs_permission.sh src/
```
## Testing
```bash
phpunit
```
## Code Quality
```bash
./vendor/bin/phpcs --standard=psr2 ./src
./vendor/bin/phpcbf --standard=psr2 ./src
```