2017 © Pedro Peláez
 

cakephp-plugin cake-isbn

Isbn plugin for CakePHP

image

matthiasmoritz/cake-isbn

Isbn plugin for CakePHP

  • Thursday, October 15, 2015
  • by matthiasmoritz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 15 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Isbn plugin for CakePHP

This Plugin splits a valid ISBN-13 Number in its components (ean, group, publisher, title, checkdigit), (*1)

Installation

You can install this plugin into your CakePHP application using composer., (*2)

The recommended way to install composer packages is:, (*3)

composer require "matthiasmoritz/cake-isbn" "dev-master"

Usage

Load the plugin in your config/bootstrap.php, (*4)

Plugin::load('Isbn');

In your controller, (*5)

public function initialize(){
    $this->loadComponent('Isbn.Isbn');
}

$this->Isbn->validateIsbn($isbn);

$this->Isbn->splitIsbn($isbn);

The Versions

15/10 2015

dev-master

9999999-dev

Isbn plugin for CakePHP

  Sources   Download

MIT

The Requires

 

07/09 2015

v1.0.0

1.0.0.0

Isbn plugin for CakePHP

  Sources   Download

MIT

The Requires