Skip to content

Commit 2283d4c

Browse files
authored
Add information that the plugin requires lexpress/symfony1
1 parent 0059dfb commit 2283d4c

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,15 @@
22

33
## Overview
44

5-
The `sfSslRequirementExtra` is a symfony plugin that provides SSL integration for your application. Note that you should already have a webserver configured with ssl.
5+
The `sfSslRequirementExtra` is a symfony plugin that provides SSL integration for your application. The plugin requires https://github.com/LExpress/symfony1 which is a fork of symfony1. Note that you should already have a webserver configured with ssl.
66

77
It gives you 3 new security settings (specified in module's `security.yml`): `require_ssl`, `allow_ssl` and `generate_ssl`, allowing you to fully configure ssl requirement during url matching as well as url generation. Read more for explanations.
88

99
The plugin also adds 3 new `sfAction` methods (via the mixins design pattern): `->sslRequired()`, `->sslAllowed()`, `->sslGenerate()`.
1010

1111
## Installation
1212

13-
* Install the plugin via plugin install
14-
15-
$ symfony plugin:install sfSslRequirementExtraPlugin
16-
17-
or via svn checkout
18-
19-
$ cd plugins; svn co http://svn.symfony-project.com/plugins/sfSslRequirementExtraPlugin/trunk sfSslRequirementExtraPlugin
20-
21-
or via composer
13+
* Install the plugin via composer
2214

2315
$ composer require w0rma/sf-ssl-requirement-extra-plugin
2416

0 commit comments

Comments
 (0)