https://github.com/ravage84/cakephp-valid-foreign-key-behavior
A CakePHP 2.x behavior plugin to validate foreign keys
https://github.com/ravage84/cakephp-valid-foreign-key-behavior
behavior cakephp cakephp-plugin foreign-keys plugin
Last synced: 11 months ago
JSON representation
A CakePHP 2.x behavior plugin to validate foreign keys
- Host: GitHub
- URL: https://github.com/ravage84/cakephp-valid-foreign-key-behavior
- Owner: ravage84
- License: mit
- Created: 2014-01-22T18:41:14.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-10-13T10:06:46.000Z (over 8 years ago)
- Last Synced: 2025-03-29T10:34:38.922Z (11 months ago)
- Topics: behavior, cakephp, cakephp-plugin, foreign-keys, plugin
- Language: PHP
- Size: 41 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
CakePHP ValidForeignKey Behavior
================================
A CakePHP 2.x behavior plugin to validate foreign keys.
[](https://raw.githubusercontent.com/ravage84/cakephp-valid-foreign-key-behavior/master/LICENSE.txt)
[](https://travis-ci.org/ravage84/cakephp-valid-foreign-key-behavior)
[](https://scrutinizer-ci.com/g/ravage84/cakephp-valid-foreign-key-behavior/)
[](https://packagist.org/packages/ravage84/cakephp-valid-foreign-key-behavior)
[](https://packagist.org/packages/ravage84/cakephp-valid-foreign-key-behavior)
[](https://packagist.org/packages/ravage84/cakephp-fake-seeder)
[](https://packagist.org/packages/ravage84/cakephp-valid-foreign-key-behavior)
[](https://github.com/ravage84/cakephp-valid-foreign-key-behavior/issues)
[](https://github.com/ravage84/cakephp-valid-foreign-key-behavior/network)
[](https://github.com/ravage84/cakephp-valid-foreign-key-behavior/stargazers)
## 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](http://book.cakephp.org/2.0/en/plugins/how-to-install-plugins.html).
## CakePHP Version Support
This plugin only supports CakePHP 2.x.
## Versioning
The releases of this plugin are versioned using [SemVer](http://semver.org/).
## Configuration
TODO
## How to use
TODO
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## Security
If you discover any security related issues, **please email** @ravage84 **instead** of using the issue tracker.
## Changelog
See [CHANGELOG.md](CHANGELOG.md)
## TODOs
- Add unit tests
- Add documentation
## License
This plugin is licensed under the [MIT License](LICENSE).
## Attribution
This project was inspired by the works of others, such as:
TODO