Browser.php
A PHP Class to detect a user's Browser. This encapsulation provides a breakdown of the browser and the version of the browser using the browser's user-agent string. This is not a guaranteed solution but provides an overall accurate way to detect what browser a user is using.
파일 탐색기
최종 버전 다운로드 (.zip)- tests.yml
- Browser.php
- Browser.php
- brave.txt
- chrome.txt
- edge.txt
- firefox-mobile.txt
- firefox.txt
- ie.txt
- opera.txt
- palemoon.txt
- ucbrowser.txt
- AliasTest.php
- BraveTest.php
- ChromeTest.php
- CurlWgetTest.php
- EdgeTest.php
- FirefoxMobileTest.php
- FirefoxTest.php
- InternetExplorerTest.php
- OperaTest.php
- PalemoonTest.php
- StaticTest.php
- TabDelimitedFileIterator.php
- UCBrowserTest.php
- .gitignore
- Browser.php
- CHANGELOG.md
- composer.json
- LICENSE.md
- phpunit.xml.dist
- README.md
- UPGRADING.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/cbschuld/Browser.php
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd Browser.php
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. PHP (Composer)
쉬움 추천사전 준비물
composer require cbschuld/browser.php
이 명령어를 터미널에 그대로 입력해 실행하세요.
composer require --dev cbschuld/browser.php
이 명령어를 터미널에 그대로 입력해 실행하세요.
php -S localhost:8000 같은 내장 서버로 실행한 뒤 브라우저에서 http://localhost:8000 으로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
