Download the PHP package itsmelepassos/phpoo-timezone without Composer
On this page you can find all versions of the php package itsmelepassos/phpoo-timezone. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download itsmelepassos/phpoo-timezone
More information about itsmelepassos/phpoo-timezone
Files in itsmelepassos/phpoo-timezone
Package phpoo-timezone
Short Description Atribua um fuso horário local sem a necessidade de alterar o arquivo php.ini
License MIT
Informations about the package phpoo-timezone
PHPOO-Timezone by Leandro Passos
EN: PHPOO-Timezone is a package that allows the developer to change the time zone in your software without having to change its server's php.ini file.
PT-BR: PHPOO-Timezone é um pacote que permite que o desenvolvedor possa alterar o fuso horário em seu software sem a necessidade de se alterar o arquivo php.ini do seu servidor.
Highlights/Destaques
-
EN: Simple installation
- PT-BR: Instalação Simples
-
EN: PSR-2 and PSR-4 ready
- PT-BR: Pronto para os padrões PSR-2 e PSR-4
- EN: Installable via Composer
- PT-BR: Instalável via Composer
EN: Before installing, make sure you have Composer 2.x installed (Composer 1.x is not supported)
PT-BR: Antes de instalar, certifique-se de estar com o Composer 2.x instalado (Composer 1.x não é suportado)
EN: How to install in my project? A: Insert this line below in your composer.json file, as a "require"
PT-BR: Como instalar em meu projeto? R: Insira esta linha abaixo em seu arquivo composer.json, como um "require"
EN: Or type this command in your terminal or bash
PT-BR: Ou digite este comando em seu terminal ou bash
Documentation/Documentação
EN: There is an example file of how you can call Timezone directly in your index.php file in the "example" folder, or you can also refer to the code below to serve as an example.
PT-BR: Há um arquivo de exemplo de como você pode chamar direto o Timezone em seu arquivo index.php na pasta "example", ou pode também consultar o código abaixo para servir como exemplo
EN: Translation results If you want to use it in any controller, the recommendation is to insert it in the General Controller of your system and call from as follows, directly inserting the parameter when calling the tiemzone method, or a variable, or a constant:
PT-BR: Caso queira usar em algum controlador, a recomendação é inserir no Controller geral do seu sistema e chamar da seguinte forma, inserindo diretamente o parâmetro ao chamar o método tiemzone, ou uma variável, ou uma constante:
Support/Suporte
EN: In case you discover any vulnerability, suggest some fixes or wish to contribute to the project, please contact the developer (me) by email [[email protected]]
PT-BR: No caso de descobrir alguma vulnerabilidade, sugerir algumas correções ou desejar contribuir para o projeto, entre em contato com o desenvolvedor (eu) por e-mail [[email protected]]
EN: Test/implement at ease
PT-BR: Teste/implemente à vontade
ThankYou/Obrigado
Credits/Créditos
- Leandro Passos (Developer)
License
The MIT License (MIT). Please see License File for more information.