PHP Project Title
A brief description about the project.
📦 Releases
·
🐞 Report Bug
·
✨ Request Feature
Follow the steps below to create a new repository:
- Customize the repository
- Click on the Use this template button at the top of this page
- Clone the repository locally
- Update the
README.mdandcomposer.jsonwith the new package information
- Setup Code Climate
- Add the project to Croct's code climate organization
- Go to Repo Settings > Badges and copy the maintainability and coverage badges to the
README.md - Go to Repo Settings > Test coverage and copy the "TEST REPORTER ID"
- On the Github repository page, go to Settings > Secrets and add a secret with name
CODECLIMATE_TESTREPORTER_IDand the ID from the previous step as value
- Setup Repman
-
If you are a Repman admin, you need to generate a token for each member. Go to Organizations > Croct > Tokens > New Token and click on Generate New Token button.
-
If you are a member, you need to configure global authentication to access this organization's packages. With the token in hand, you can authorize Composer with the following command (replace
TOKEN_VALUEwith the actual token):composer config --global --auth http-basic.croct.repo.repman.io token TOKEN_VALUE
-
We recommend using the package manager Composer to install the package:
composer require croct/project-phpuse Croct\Project\Example;
$example = new Example();
$example->displayBasicUsage();Contributions to the package are always welcome!
- Report any bugs or issues on the issue tracker.
- For major changes, please open an issue first to discuss what you would like to change.
- Please make sure to update tests as appropriate.
Before running the test suites, the development dependencies must be installed:
composer installThen, to run all tests:
composer testCopyright © 2015-2020 Croct Limited, All Rights Reserved.
All information contained herein is, and remains the property of Croct Limited. The intellectual, design and technical concepts contained herein are proprietary to Croct Limited s and may be covered by U.S. and Foreign Patents, patents in process, and are protected by trade secret or copyright law. Dissemination of this information or reproduction of this material is strictly forbidden unless prior written permission is obtained from Croct Limited.