All Projects → PronerInformatica → phppimaco

PronerInformatica / phppimaco

Licence: other
Biblioteca para geração de Etiquetas PIMACO

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to phppimaco

TagView
The tag selection library with edit text and list
Stars: ✭ 46 (-24.59%)
Mutual labels:  tags, tag
Music Metadata
Stream and file based music metadata parser for node. Supporting a wide range of audio and tag formats.
Stars: ✭ 455 (+645.9%)
Mutual labels:  tags, tag
Id3
Library to read, modify and write ID3 & Lyrics3 tags in MP3 files. Provides an extensible framework for retrieving ID3 information from online services.
Stars: ✭ 27 (-55.74%)
Mutual labels:  tags, tag
ShowMoreText
This is simple library for creating textview expandable. Like Continue or Less. This library extended versiion TextView. Easy to use.
Stars: ✭ 97 (+59.02%)
Mutual labels:  tags, tag
material-chip-view
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,300 (+2031.15%)
Mutual labels:  tags, tag
tag-picker
Better tags input interaction with JavaScript.
Stars: ✭ 27 (-55.74%)
Mutual labels:  tags, tag
Vue Gl
Vue.js components rendering 3D WebGL graphics reactively with three.js
Stars: ✭ 434 (+611.48%)
Mutual labels:  tags, tag
audio-tag-analyzer
Extracts metadata music metadata found in audio files
Stars: ✭ 18 (-70.49%)
Mutual labels:  tags, tag
Materialchipview
Material Chip view. Can be used as tags for categories, contacts or creating text clouds
Stars: ✭ 1,181 (+1836.07%)
Mutual labels:  tags, tag
React Input Tags
React component for tagging inputs.
Stars: ✭ 10 (-83.61%)
Mutual labels:  tags, tag
Standard Version
🏆 Automate versioning and CHANGELOG generation, with semver.org and conventionalcommits.org
Stars: ✭ 5,806 (+9418.03%)
Mutual labels:  tags, tag
HexTags
Customize tags & chat colors!
Stars: ✭ 53 (-13.11%)
Mutual labels:  tags, tag
Music Metadata Browser
Browser version of music-metadata parser Supporting a wide range of audio and tag formats.
Stars: ✭ 105 (+72.13%)
Mutual labels:  tags, tag
SSCTaglistView
Customizable iOS tag list view, in Swift.
Stars: ✭ 54 (-11.48%)
Mutual labels:  tags, tag
terraform-modules
Terraform Modules by Peak
Stars: ✭ 16 (-73.77%)
Mutual labels:  tags
mgit
🌊 Manage multiple git repositories.
Stars: ✭ 28 (-54.1%)
Mutual labels:  tag
bcp-47
Parse and stringify BCP 47 language tags
Stars: ✭ 51 (-16.39%)
Mutual labels:  tag
adversaria
Typeclass interfaces to access user-defined Scala annotations
Stars: ✭ 22 (-63.93%)
Mutual labels:  tags
additional tags
Redmine Plugin for adding tags functionality to issues and wiki pages.
Stars: ✭ 25 (-59.02%)
Mutual labels:  tags
tags
A tag manager for Craft 3
Stars: ✭ 23 (-62.3%)
Mutual labels:  tags

PHP PIMACO

Build Status Latest Stable Version Latest Unstable Version Total Downloads License Code Climate

O PHP PIMACO é um pacote para geração de etiquetas usando a biblioteca MPDF para auxiliar a montagem de PDFs com as tuas etiquetas devidamente formatadas e prontas para impressão.

Dependência

  • PHP 7.0 ou superior

Instalação

Para fazer instalação do PHPPimaco utilize o composer

composer require proner/phppimaco

Caso você precise usar o MPDF na versão 6 use o comando

composer require proner/phppimaco:"^1.2"

Primeira impressão

Depois fazer a instalação corretamente você deve seguir os exemplo a baixo para criar as suas etiquetas

<?php
require_once "../vendor/autoload.php";

use Proner\PhpPimaco\Tag;
$tag = new Tag();
$tag->p("TAG 1");

Com a etiqueta criada, você deve estanciar o objeto Pimaco passando o código da etiqueta e adicioná-la e no objeto

<?php
use Proner\PhpPimaco\Pimaco;
$pimaco = new Pimaco('6182');
$pimaco->addTag($tag);
$pimaco->output();

Exemplo

<?php
use Proner\PhpPimaco\Tag;
use Proner\PhpPimaco\Pimaco;

$tag = new Tag();
$tag->p("TAG 1");

$pimaco = new Pimaco('6182');
$pimaco->addTag($tag);
$pimaco->output();

Templates Implementados

  • 3080
  • 3081
  • 3082
  • 3180
  • 3181
  • 3182
  • 5580A
  • 5580M
  • 5580V
  • 6080
  • 6081
  • 6082
  • 6083
  • 6084
  • 6085
  • 6086
  • 6087
  • 6088
  • 6089
  • 6092
  • 6093
  • 6094
  • 6095
  • 6180
  • 6181
  • 6182
  • 6183
  • 6184
  • 6185
  • 6187
  • 62580
  • 62581
  • 62582
  • 6280
  • 6281
  • 6282
  • 6283
  • 6284
  • 6285
  • 6286
  • 6287
  • 6288
  • 6293
  • 7088
  • 7089
  • 7188
  • 8096
  • 8098
  • 8099F
  • 8099L
  • 8196
  • 8296
  • A4048
  • A4049
  • A4050
  • A4051
  • A4054
  • A4054R
  • A4055
  • A4056
  • A4056R
  • A4060
  • A4062
  • A4063
  • A4063R
  • A4067
  • A4248
  • A4249
  • A4250
  • A4251
  • A4254
  • A4255
  • A4256
  • A4260
  • A4261
  • A4262
  • A4263
  • A4264
  • A4265
  • A4267
  • A4268
  • A4348
  • A4349
  • A4350
  • A4351
  • A4354
  • A4355
  • A4356
  • A4360
  • A4361
  • A4362
  • A4363
  • A4364
  • A4365
  • A4367
  • A4368
  • BOOP100x40

Templates Testados

  • 3080
  • 6182

Documentação

Acesse na nossa Wiki para ter acesso a documentação Wiki

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].