2017 © Pedro Peláez
 

library assort

A pluf module to manage categories and tags

image

pluf/assort

A pluf module to manage categories and tags

  • Wednesday, June 20, 2018
  • by mostafabarmshory
  • Repository
  • 2 Watchers
  • 1 Stars
  • 166 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 24 Versions
  • 35 % Grown

The README.md

Assortment System

Build Status, (*1)

This is a Pluf module to provide related tools to categories and tags. It can be used to manage (add, remove, update, search) categories and tags., (*2)

Entities

This module contains two important entities:, (*3)

- Category (Assort_Category)
- Tag (Assort_Tag)

Category

PHP class of category is named Assort_Category. Category has following properties:, (*4)

- id (long)
- name (string)
- creation_dtime (datetime)
- modif_dtime (datetime)
- description (string)
- parent (FK from Assort_Category)
- content (FK from CMS_Content)
- thumbnail (FK from CMS_Content)

Categories should have unique values for pair (name, parent)., (*5)

Tag

PHP class of tag is named Assort_Tag. Tag has following properties:, (*6)

- id (long)
- name (string)
- creation_dtime (datetime)
- modif_dtime (datetime)
- description (string)

Tags should have unique values for name., (*7)

API

This module adds following API:, (*8)

Category API

- GET:      ../category/find    [lists categories]
- PUSH:     ../category/new [adds new category]
- GET:      ../category/{id}    [gets information of a category]
- PUSH      ../category/{id}    [updates information of a category]
- DELETE    ../category/{id}    [deletes a category]

Tag API

- GET:      ../tag/find [lists tags]
- PUSH:     ../tag/new      [adds new tag]
- GET:      ../tag/{id} [gets information of a tag]
- PUSH      ../tag/{id} [updates information of a tag]
- DELETE    ../tag/{id} [deletes a tag]

Other features

Following function in this module is defined and could be used:, (*9)

Assort_Shortcuts_GetTagByNameOr404($name)

Returns Assort_Tag with given name. Throws an exception (with http code 404) if there is no tag with given name., (*10)

The Versions

20/06 2018

dev-master

9999999-dev https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

19/06 2018

dev-develop

dev-develop https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

19/06 2018

3.0.12

3.0.12.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

19/06 2018

3.0.13

3.0.13.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

19/06 2018

3.0.14

3.0.14.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/12 2017

dev-release/3.0.6

dev-release/3.0.6 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/12 2017

3.0.6

3.0.6.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/12 2017

3.0.7

3.0.7.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/12 2017

3.0.8

3.0.8.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/12 2017

dev-release/3.0.10

dev-release/3.0.10 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/12 2017

3.0.10

3.0.10.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/12 2017

3.0.11

3.0.11.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

26/12 2017

3.0.5

3.0.5.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

19/12 2017

3.0.0

3.0.0.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

19/12 2017

3.0.2

3.0.2.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

19/12 2017

3.0.3

3.0.3.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

19/12 2017

3.0.4

3.0.4.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

07/12 2017

2.1.10

2.1.10.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

28/10 2017

2.1.8

2.1.8.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

08/09 2017

2.1.7

2.1.7.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/06 2017

2.1.3

2.1.3.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/06 2017

2.1.5

2.1.5.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

27/06 2017

2.1.6

2.1.6.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort

11/06 2017

2.1.2

2.1.2.0 https://github.com/pluf/assort

A pluf module to manage categories and tags

  Sources   Download

MIT

The Requires

 

The Development Requires

php tag category pluf pluf-module assort