Libraries tagged by Reference
convenia/afd-reader
28665 Downloads
Pacote para leitura de Arquivo Fonte de Dados (AFD). Especificação do MTE referente a portaria 1.510/2009.
reedware/nova-field-manager
390 Downloads
Creates a field facade for referencing fields.
openy/openy_prgf_sidebar_menu
20753 Downloads
SideBar menu for referencing menu blocks and using in SideBars across different pages. by OpenY community
eboreum/caster
4563 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
snack/snack
14 Downloads
Biblioteca para auxiliar no pontapé inicial em um projeto web. A idéia foi juntar alguns dos projetos que mais utilizávamos como referência e adaptarmos para um modelo de desenvolvimento com um Guia de Estilo incluso.
birdsinthesun/dev_vita
3 Downloads
Vita für Developer, ganz einfach von GitHub über die composer.json.
ujiro2017/fixnames
4 Downloads
A code snippet that fixes name input by user. It removes spaces and none word characters and set the first letter in each name to upper case. Arguments are passed by referece.
tebru/tree
20 Downloads
A PHP tree data structure. Allows for referencing nodes by unique key.
rstoetter/ckeycolumnusagetree-php
25 Downloads
The class cKeyColumnUsageTree represents a sorted collection of the key column usage of a mysql database. The main purpose of the class is to determine the dependencies of the tables among each other: The class is able to find dependency paths of more than two tables, when another tables are involved. Dependencies which include self referencing tables are considered, too.
orion/cep
5 Downloads
Serviço que realiza consultas de informações referente ao CEP em um WebService
oldtimeguitarguy/pub
23 Downloads
Create global path-referencing functions at run-time.
novum/innovation-app-demo-collection
0 Downloads
A package with just a composer.json file referencing demo systems for an easy installation
myerscode/config
679 Downloads
A package for compiling multi file, cross referencing configuration files
maniaxatwork/contao-portfolio-bundle
2 Downloads
Referenzen von MAW
kayobruno/http-status-code
0 Downloads
The "HTTP Status Code Abstraction" project is a PHP 8-based initiative aimed at simplifying the management and usage of HTTP status codes by introducing ENUM support. HTTP status codes are integral to web development, providing vital information about the success or failure of HTTP requests and responses. However, managing and referencing these status codes in a clear and organized manner can often be challenging. This project seeks to address this challenge by leveraging PHP 8's ENUM feature.