PHPackages                             gourmet/security - 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. [Security](/categories/security)
4. /
5. gourmet/security

ActiveCakephp-plugin[Security](/categories/security)

gourmet/security
================

Gourmet Security Plugin for rapid CakePHP application development.

0.1.5(12y ago)0212MITPHPPHP &gt;=5.3.0

Since Jan 27Pushed 11y ago2 watchersCompare

[ Source](https://github.com/gourmet/security)[ Packagist](https://packagist.org/packages/gourmet/security)[ Docs](https://github.com/gourmet/security)[ RSS](/packages/gourmet-security/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (8)Used By (0)

CakePHP Security Plugin
=======================

[](#cakephp-security-plugin)

@todo write description

Install
-------

[](#install)

### Composer package

[](#composer-package)

First, add this plugin as a requirement to your `composer.json`:

```
{
	"require": {
		"cakephp/security": "*"
	}
}

```

And then update:

```
php composer.phar update

```

That's it! You should now be ready to start configuring your channels.

### Submodule

[](#submodule)

```
$ cd /app
$ git submodule add git://github.com/gourmet/security.git Plugin/Security

```

### Clone

[](#clone)

```
$ cd /app/Plugin
$ git clone git://github.com/gourmet/security.git

```

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

[](#configuration)

You need to enable the plugin your `app/Config/bootstrap.php` file:

```
CakePlugin::load('Security');

```

If you are already using `CakePlugin::loadAll();`, then this is not necessary.

You will also need to define some `Configure` key/value sets in your `bootstrap.php`, `config.ini` or `config.json`. Create your own [honey pot](https://www.projecthoneypot.org/manage_honey_pots.php)or get a [QuickLink](https://www.projecthoneypot.org/manage_quicklink.php) to start taking part in the [community](https://www.projecthoneypot.org).

### bootstrap.php

[](#bootstrapphp)

```
