2017 © Pedro Peláez
 

cakephp-plugin cakephp-data

A CakePHP plugin containing lots of useful and reusable data containers

image

dereuromark/cakephp-data

A CakePHP plugin containing lots of useful and reusable data containers

  • Wednesday, May 23, 2018
  • by dereuromark
  • Repository
  • 6 Watchers
  • 8 Stars
  • 2,782 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 6 Forks
  • 1 Open issues
  • 3 Versions
  • 2 % Grown

The README.md

CakePHP Data Plugin

CI Coverage Status Minimum PHP Version License Latest Stable Version Total Downloads Coding Standards, (*1)

A CakePHP plugin containing several useful data models that can be used in many projects., (*2)

Note: This branch requires CakePHP 5.0+. See version map for details., (*3)

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., (*4)

Countries also can have country flags (images)., (*5)

Demo

See https://sandbox.dereuromark.de/export, (*6)

How to include

Installing the plugin is pretty much as with every other CakePHP Plugin., (*7)

composer require dereuromark/cakephp-data

And then load your plugin., (*8)

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., (*9)

That's it. It should be up and running., (*10)

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., (*11)

TODOs

  • Better test coverage

The Versions

19/04 2018

2.x-dev

2.9999999.9999999.9999999-dev https://github.com/dereuromark/cakephp-data

A CakePHP plugin containing lots of useful and reusable data containers

  Sources   Download

MIT

The Requires

 

plugin cakephp geo data