ravage84/cakephp-valid-foreign-key-behavior

A CakePHP behavior to validate foreign keys

0.2.0 2016-11-24 19:39 UTC

This package is auto-updated.

Last update: 2024-04-12 03:59:34 UTC


README

A CakePHP 2.x behavior plugin to validate foreign keys.

License Build Status Scrutinizer Code Quality Latest Stable Version Latest Unstable Version Total Downloads composer.lock GitHub issues GitHub forks GitHub stars

Why should I use it?

TODO

Installation

Requirements

  • PHP >= 5.4
  • CakePHP 2.x (tested with TODO)

Installation via composer

composer require ravage84/cakephp-valid-foreign-key-behavior

Installation alternatives

Refer to the CakePHP CookBook section How To Install Plugins.

CakePHP Version Support

This plugin only supports CakePHP 2.x.

Versioning

The releases of this plugin are versioned using SemVer.

Configuration

TODO

How to use

TODO

Contributing

See CONTRIBUTING.md

Security

If you discover any security related issues, please email @ravage84 instead of using the issue tracker.

Changelog

See CHANGELOG.md

TODOs

  • Add unit tests
  • Add documentation

License

This plugin is licensed under the MIT License.

Attribution

This project was inspired by the works of others, such as:

TODO