ci-detector
Detect continuous integration environment and get information of current build
File Explorer
Download Latest Version (.zip)- config.yml
- tests.yaml
- dependabot.yaml
- mlc_config.json
- AbstractCi.php
- AppVeyor.php
- AwsCodeBuild.php
- AzurePipelines.php
- Bamboo.php
- BitbucketPipelines.php
- Buddy.php
- CiInterface.php
- Circle.php
- Codeship.php
- Continuousphp.php
- Drone.php
- GitHubActions.php
- GitLab.php
- Jenkins.php
- SourceHut.php
- TeamCity.php
- Travis.php
- Wercker.php
- CiNotDetectedException.php
- CiDetector.php
- CiDetectorInterface.php
- Env.php
- TrinaryLogic.php
- CiDetector_AppVeyor.phpt
- CiDetector_AppVeyorPullRequest.phpt
- CiDetector_AwsCodeBuild.phpt
- CiDetector_AwsCodeBuildPullRequest.phpt
- CiDetector_AzurePipelines.phpt
- CiDetector_AzurePipelinesPullRequest.phpt
- CiDetector_Bamboo.phpt
- CiDetector_BambooPullRequest.phpt
- CiDetector_BitbucketPipelines.phpt
- CiDetector_BitbucketPipelinesPullRequest.phpt
- CiDetector_Buddy.phpt
- CiDetector_BuddyPullRequest.phpt
- CiDetector_Circle.phpt
- CiDetector_CirclePullRequest.phpt
- CiDetector_Codeship.phpt
- CiDetector_CodeshipPullRequest.phpt
- CiDetector_Continuousphp.phpt
- CiDetector_ContinuousphpPullRequest.phpt
- CiDetector_Drone.phpt
- CiDetector_DronePullRequest.phpt
- CiDetector_GitHubActions.phpt
- CiDetector_GitHubActionsPullRequest.phpt
- CiDetector_GitLab.phpt
- CiDetector_GitLab9.phpt
- CiDetector_GitLabExternalPullRequest.phpt
- CiDetector_GitLabMergeRequest.phpt
- CiDetector_Jenkins.phpt
- CiDetector_not_detected.phpt
- CiDetector_SourceHut.phpt
- CiDetector_SourceHut_Patch.phpt
- CiDetector_TeamCity.phpt
- CiDetector_Travis.phpt
- CiDetector_TravisPullRequest.phpt
- CiDetector_Wercker.phpt
- CiDetector_isCiDetected.phpt
- Env.phpt
- CiDetectorTest.php
- DescribeTest.php
- PropertiesPrinterHelper.php
- TrinaryLogicTest.php
- .appveyor.yml
- .gitattributes
- .gitignore
- .travis.php.ini
- .travis.yml
- CHANGELOG.md
- composer.json
- dump-current.php
- ecs.php
- LICENCE.md
- phpstan.neon
- phpunit.xml.dist
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/OndraM/ci-detector
Downloads the entire project code from GitHub to your computer.
cd ci-detector
Moves into the project folder you just downloaded.
2. PHP (Composer)
Easy RecommendedPrerequisites
$ composer require ondram/ci-detector
Type this command into your terminal and run it.
composer all
Type this command into your terminal and run it.
composer fix
Type this command into your terminal and run it.
Run it with a built-in server like php -S localhost:8000, then open http://localhost:8000 in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
