PHPackages                             cblanquera/cradle-csrf - 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. cblanquera/cradle-csrf

Abandoned → [cradlephp/cradle-csrf](/?search=cradlephp%2Fcradle-csrf)Plugin[Security](/categories/security)

cblanquera/cradle-csrf
======================

CSRF handler for Cradle

04.8k↓90%1PHP

Since Mar 12Pushed 8y agoCompare

[ Source](https://github.com/cblanquera/cradle-csrf)[ Packagist](https://packagist.org/packages/cblanquera/cradle-csrf)[ RSS](/packages/cblanquera-cradle-csrf/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (1)Used By (1)

> Deprecation Notice: This project has been moved to

cradle-csrf
===========

[](#cradle-csrf)

CSRF Handling for Cradle

1. Requirements
---------------

[](#1-requirements)

You should be using CradlePHP currently at `dev-master`. See  for more information.

2. Install
----------

[](#2-install)

```
composer require cblanquera/cradle-csrf

```

Then in `/bootstrap.php`, add

```
->register('cblanquera/cradle-csrf')

```

3. Recipes
----------

[](#3-recipes)

Once the database is installed open up `/public/index.php` and add the following.

```
