ravage84 / cakephp-valid-foreign-key-behavior
A CakePHP behavior to validate foreign keys
Installs: 767
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 6
Type:cakephp-plugin
Requires
- php: >=5.3.0
- composer/installers: ^1.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^1.0
- phpunit/phpunit: 3.7.*
This package is auto-updated.
Last update: 2024-10-12 04:59:13 UTC
README
A CakePHP 2.x behavior plugin to validate foreign keys.
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