gn-api-sdk-php
SDK em PHP integrada às APIs da Gerencianet preparada para emissão de cobranças Pix com QR Code e Pix Copia e Cola, split/divisão de Pix, boletos, carnês, cartão de crédito, assinatura, link de pagamento, marketplance, iniciação de pagamento Pix via Open Finance, pagamento de boletos, dentre outras funcionalidades.
파일 탐색기
최종 버전 다운로드 (.zip)- cancelBillet.php
- createBilletHistory.php
- createCharge.php
- createOneStepBillet.php
- defineBalanceSheetBillet.php
- defineBilletPayMethod.php
- detailBillet.php
- sendBilletEmail.php
- settleBillet.php
- updateBillet.php
- updateBilletMetadata.php
- cancelCard.php
- createCardHistory.php
- createCharge.php
- createOneStepCard.php
- defineCardPayMethod.php
- detailCard.php
- getInstallments.php
- updateCardMetadata.php
- cancelCarnet.php
- cancelCarnetParcel.php
- createCarnet.php
- createCarnetHistory.php
- detailCarnet.php
- sendCarnetEmail.php
- sendCarnetParcelEmail.php
- settleCarnet.php
- settleCarnetParcel.php
- updateCarnetMetadata.php
- updateCarnetParcel.php
- createOneStepBilletMarketplace.php
- createOneStepCardMarketplace.php
- getNotification.php
- cancelLink.php
- createCharge.php
- createChargeLinkHistory.php
- createOneStepLink.php
- defineLinkPayMethod.php
- detailLink.php
- sendLinkEmail.php
- updateLink.php
- updateLinkMetadata.php
- cancelSubscription.php
- createCharge.php
- createOneStepBilletSubscription.php
- createOneStepCardSubscription.php
- createOneStepSubscriptionLink.php
- createPlan.php
- createSubscriptionHistory.php
- defineSubscriptionBillet.php
- defineSubscriptionCard.php
- deletePlan.php
- detailSubscription.php
- listPlans.php
- sendSubscriptionLinkEmail.php
- updatePlan.php
- updateSubscriptionMetadata.php
- developmentCertificate.p12
- options.php
- productionCertificate.p12
- getAccountBalance.php
- listAccountConfig.php
- updateAccountConfig.php
- pixCreateEvp.php
- pixDeleteEvp.php
- pixListEvp.php
- createReport.php
- detailReport.php
- ofConfigDetail.php
- ofConfigUpdate.php
- ofDevolutionPix.php
- ofListParticipants.php
- ofListPixPayment.php
- ofStartPixPayment.php
- payDetailBarCode.php
- payDetailPayment.php
- payListPayments.php
- payRequestBarCode.php
- pixCreateCharge.php
- pixCreateImmediateCharge.php
- pixDetailCharge.php
- pixListCharges.php
- pixUpdateCharge.php
- pixCreateDueCharge.php
- pixDetailDueCharge.php
- pixListDueCharges.php
- pixUpdateDueCharge.php
- pixCreateLocation.php
- pixDetailLocation.php
- pixGenerateQRCode.php
- pixLocationList.php
- pixUnlinkTxidLocation.php
- pixDetailDevolution.php
- pixDetailReceived.php
- pixDevolution.php
- pixReceivedList.php
- pixSend.php
- pixSendDetail.php
- pixSendList.php
- pixSplitDetailCharge.php
- pixSplitLinkCharge.php
- pixSplitUnlinkCharge.php
- pixSplitDetailDueCharge.php
- pixSplitLinkDueCharge.php
- pixSplitUnlinkDueCharge.php
- pixSplitConfig.php
- pixSplitConfigId.php
- pixSplitDetailConfig.php
- pixConfigWebhook.php
- pixDeleteWebhook.php
- pixDetailWebhook.php
- pixListWebhook.php
- AuthorizationException.php
- GerencianetException.php
- ApiRequest.php
- Auth.php
- config.json
- Config.php
- Endpoints.php
- Gerencianet.php
- Request.php
- Utils.php
- .codeclimate.yml
- .gitignore
- CHANGELOG.md
- composer.json
- LICENSE
- migrationChecker.php
- README-en.md
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/gerencianet/gn-api-sdk-php
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd gn-api-sdk-php
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. PHP (Composer)
쉬움 추천사전 준비물
composer install
composer.json에 명시된 PHP 라이브러리를 설치합니다.
composer require gerencianet/gerencianet-sdk-php
이 명령어를 터미널에 그대로 입력해 실행하세요.
php -S localhost:8000 같은 내장 서버로 실행한 뒤 브라우저에서 http://localhost:8000 으로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
