Download the PHP package inovanti-bank/inovanti-holidays without Composer

On this page you can find all versions of the php package inovanti-bank/inovanti-holidays. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package inovanti-holidays

Inovanti Holidays - Gerenciamento de Feriados

Latest Stable Version Total Downloads License PHP Version Require

Introdução

O inovanti-holidays é um componente Laravel 11 para gerenciamento de feriados nacionais e estaduais. Ele permite:

📦 Instalação

Para instalar o pacote, execute o seguinte comando:

Em seguida, execute as migrations:


📌 Modificações e Melhorias na versão 1.1.0

A versão 1.1.0 introduz melhorias significativas no pacote, incluindo:

📩 Uso

1. Listar todos os feriados

2. Adicionar um novo feriado

3. Criar feriados para múltiplos anos

4. Verificar se uma data é feriado

5. Calcular o próximo dia útil

6. Popular feriados na base de dados

➡️ Isso adiciona feriados para os próximos 10 anos (padrão).

Exemplos:

Se --truncate for passado, será exibida uma pergunta de confirmação antes de apagar a tabela.

🧪 Testes

O pacote inclui testes unitários e de feature. Para executá-los:

Teste geral

pode ser usado umm dos dois comandos

Testes Unit

Testes Feature:

🤝 Contribuindo

Contribuições são bem-vindas! Se você deseja reportar um bug, solicitar um novo recurso ou contribuir com código, fique à vontade para abrir uma issue ou enviar um Pull Request.

  1. Faça um Fork do projeto
  2. Crie sua feature branch: git checkout -b minha-nova-feature
  3. Commit suas mudanças: git commit -m 'Adiciona nova feature'
  4. Faça o push para a branch: git push origin minha-nova-feature
  5. Crie um novo Pull Request

📜 Licença

Este projeto está licenciado sob a MIT license.

📢 Resumo das mudanças


All versions of inovanti-holidays with dependencies

PHP Build Version
Package Version
Requires php Version ^8.0
laravel/framework Version ^11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package inovanti-bank/inovanti-holidays contains the following files

Loading the files please wait ....