Download the PHP package dereuromark/cakephp-data without Composer
On this page you can find all versions of the php package dereuromark/cakephp-data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dereuromark/cakephp-data
More information about dereuromark/cakephp-data
Files in dereuromark/cakephp-data
Package cakephp-data
Short Description A CakePHP plugin containing lots of useful and reusable data containers
License MIT
Homepage https://github.com/dereuromark/cakephp-data
Informations about the package cakephp-data
CakePHP Data Plugin
A CakePHP plugin containing several useful data models that can be used in many projects.
Note: This branch requires CakePHP 5.0+. See version map for details.
Features
- Continents => Countries => States => Counties => Districts => Cities
- Postal Codes
- Addresses
- MimeTypes and MimeTypeImages
- Languages (optionally with language flags)
- Currencies (with converter)
Both schema and data.
Countries also can have country flags (images).
Demo
See https://sandbox.dereuromark.de/export
How to include
Installing the plugin is pretty much as with every other CakePHP Plugin.
And then load your plugin.
Decide on what part of the plugin you need and make sure you executed the migrations for the database tables. It is recommended to just copy the migration files over to project level.
That's it. It should be up and running.
Possible Dependencies
- Tools plugin
- FOC Search plugin (optional, if you want basic filtering)
Disclaimer
Use at your own risk. Please provide any fixes or enhancements via issue or better pull request. Some classes are still from 1.2 (and are merely upgraded to 2.x/3.x) and might still need some serious refactoring. If you are able to help on that one, that would be awesome.
TODOs
- Better test coverage
All versions of cakephp-data with dependencies
cakephp/cakephp Version ^5.0.1
dereuromark/cakephp-shim Version ^3.1.0
dereuromark/cakephp-tools Version ^3.0.0