2017 © Pedro Peláez
 

cakephp-plugin security

Gourmet Security Plugin for rapid CakePHP application development.

image

gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  • Saturday, February 28, 2015
  • by jadb
  • Repository
  • 2 Watchers
  • 0 Stars
  • 205 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

CakePHP Security Plugin

@todo write description, (*1)

Install

Composer package

First, add this plugin as a requirement to your composer.json:, (*2)

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

And then update:, (*3)

php composer.phar update

That's it! You should now be ready to start configuring your channels., (*4)

Submodule

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

Clone

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

Configuration

You need to enable the plugin your app/Config/bootstrap.php file:, (*5)

CakePlugin::load('Security');

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

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 or get a QuickLink to start taking part in the community., (*7)

bootstrap.php

<?php
Configure::write('Security.HttpBL.apiKey', 'your_api_key');
Configure::write('Security.HttpBL.honeyPot', '/your_honey_pot.php');

config.ini

[Security.HttpBL]
apiKey = your_api_key
honeyPot = /your_honey_pot.php

config.json

{
    "Security": {
        "HttpBL": {
            "apiKey": "your_api_key",
            "honeyPot": "/your_honey_pot.php"
        }
    }
}

Usage

Add honey pots URLs to your layout and/or views after obviously adding the helper to your controller(s):, (*8)

<?php
echo $this->HoneyPot->render();

Patches & Features

  • Fork
  • Mod, fix
  • Test - this is important, so it's not unintentionally broken
  • Commit - do not mess with license, todo, version, etc. (if you do change any, bump them into commits of their own that I can ignore when I pull)
  • Pull request - bonus point for topic branches

Bugs & Feedback

http://github.com/gourmet/security/issues, (*9)

License

Copyright 2013, Jad Bitar, (*10)

Licensed under The MIT Licensebr/ Redistributions of files must retain the above copyright notice., (*11)

The Versions

28/02 2015

dev-master

9999999-dev https://github.com/gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  Sources   Download

MIT

The Requires

 

plugin cakephp security gourmet

27/02 2014

dev-develop

dev-develop https://github.com/gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  Sources   Download

MIT

The Requires

 

plugin cakephp security gourmet

27/02 2014

0.1.5

0.1.5.0 https://github.com/gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  Sources   Download

MIT

The Requires

 

plugin cakephp security gourmet

09/02 2014

0.1.4

0.1.4.0 https://github.com/gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  Sources   Download

MIT

The Requires

 

plugin cakephp security gourmet

09/02 2014

0.1.3

0.1.3.0 https://github.com/gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  Sources   Download

MIT

The Requires

 

plugin cakephp security gourmet

05/02 2014

0.1.2

0.1.2.0 https://github.com/gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  Sources   Download

MIT

The Requires

 

plugin cakephp security gourmet

04/02 2014

0.1.1

0.1.1.0 https://github.com/gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  Sources   Download

MIT

The Requires

 

plugin cakephp security gourmet

27/01 2014

0.1.0

0.1.0.0 https://github.com/gourmet/security

Gourmet Security Plugin for rapid CakePHP application development.

  Sources   Download

MIT

The Requires

 

plugin cakephp security gourmet