PHPackages                             polidog/payjp-bundle - 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. [Payment Processing](/categories/payments)
4. /
5. polidog/payjp-bundle

ActiveLibrary[Payment Processing](/categories/payments)

polidog/payjp-bundle
====================

1.0.3(4y ago)11.0kMITPHPPHP ~8.0

Since Aug 24Pushed 4y agoCompare

[ Source](https://github.com/polidog/PayjpBundle)[ Packagist](https://packagist.org/packages/polidog/payjp-bundle)[ RSS](/packages/polidog-payjp-bundle/feed)WikiDiscussions 1.0 Synced today

READMEChangelog (4)Dependencies (8)Versions (7)Used By (0)

PayjpBundle
===========

[](#payjpbundle)

SymfonyBundle the PAY.JP for PHP.

Requirements
------------

[](#requirements)

PHP7.1+

Install
-------

[](#install)

```
composer req polidog/payjp-bundle

```

Configuration
-------------

[](#configuration)

```
// AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new Polidog\PayjpBundle\PolidogPayjpBundle(),
        // ...
    );
}

```

```
// app/config/polidog_payjp.yaml

polidog_payjp:
    public_key:
    secret_key:

```

Using
-----

[](#using)

```
