PHPackages                             csc-egov/bridgepg-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. csc-egov/bridgepg-php

ActiveLibrary

csc-egov/bridgepg-php
=====================

011PHP

Since Dec 11Pushed 8y ago1 watchersCompare

[ Source](https://github.com/tphobe9312/BridgePG-PHP)[ Packagist](https://packagist.org/packages/csc-egov/bridgepg-php)[ RSS](/packages/csc-egov-bridgepg-php/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

BridgePG-PHP
============

[](#bridgepg-php)

CSC Bridge PG Integration Kit in PHP

PHP version 5.3 and above

```
  Generate Connect Config. File
    1.Click on “CSC Connect”.
    2.Provide the Application Name, Call Back Url and upload the application logo and click on save button to add the application.
    3.Generate your Client ID by clicking on "Generate Client Id" button.
    4.Generate your Client Secret and Client Token.
    5.Click on save button to generate your Connect Config. File.
    6.Download the Connect Config. File.

 Generate Bridge Config. File
    1.Click on "CSC Bridge".
    2.Select "Key Manager" option.
    2.Generate keys by clicking on to the “Generate Keys” button.
    3.Download the Bridge Config. File.

```

Use these configuration file into your code.

The illustrated code sample below provides the understanding of using the php integration kit.

Step 1. Create an encrypted payment request as in example file. (payment.php)

```
