PHPackages                             acmephp/symfony-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. [Framework](/categories/framework)
4. /
5. acmephp/symfony-bundle

ActiveLibrary[Framework](/categories/framework)

acmephp/symfony-bundle
======================

AcmePhpBundle

281535[3 issues](https://github.com/acmephp/symfony-bundle/issues)PHP

Since Mar 24Pushed 10y ago2 watchersCompare

[ Source](https://github.com/acmephp/symfony-bundle)[ Packagist](https://packagist.org/packages/acmephp/symfony-bundle)[ RSS](/packages/acmephp-symfony-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Acme PHP Symfony Bundle
=======================

[](#acme-php-symfony-bundle)

> Note this bundle is in **active development (it is not ready for the moment)**.

The ACME protocol is a protocol defined by the Let's Encrypt Certificate Authority. You can see the complete specification on .

The ACME PHP project aims to implement the ACME protocol in PHP to be able to use it easily in various projects.

This repository is the Symfony bundle based on the [PHP library](https://github.com/acmephp/core).

Installation
------------

[](#installation)

### Step 1: Download AcmePhpBundle using composer

[](#step-1-download-acmephpbundle-using-composer)

Require the `acmephp/symfony-bundle` with composer [Composer](http://getcomposer.org/).

```
$ composer require acmephp/symfony-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
