Download the PHP package itsmelepassos/handbag without Composer

On this page you can find all versions of the php package itsmelepassos/handbag. 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 handbag

Bolsas usando Herança/Handbag using Inheritance

Maintainer Source Code PHP from Packagist Latest Version Build Quality Score Total Downloads

PT-BR: Este script é voltado para os estudantes de tecnologia que estão no momento aprendendo noções de Programacao Orientada a Objeto.

EN: This script is aimed at technology students who are currently learning Object Oriented Programming

Definindo este repositório/Defining this repo

PT-BR: Os scripts disponíveis têm o propósito de ajudar o estudante ou curioso de programação a entender os conceitos básicos de Orientação a Objeto. Para isto foi criada como exemplo a exibição das características de uma bolsa de mão que podem ser compradas em lojas especializadas.

EN: The available scripts are intended to help students or those curious about programming understand the basic concepts of Object Orientation. For this purpose, an example was created to display the characteristics of a handbag that can be purchased in specialized stores.

Como surgiu essa ideia?/How did this idea come about?

PT-BR: A partir de uma série de vídeos da engenheira de software Shirley Rios, em uma rede social, que explicou de uma forma bem simples aos seguidores os conceitos de Orientação a Objeto, usando itens do cotidiano e suas características.

EN: From a series of videos by software engineer Shirley Rios, in a social network, who explained the concepts of Object Orientation to her followers in a very simple way, using everyday items and their characteristics.

Instalação/Instalação

PT-BR: O script pode ser instalado via Composer:

EN: The script is installable via Composer

ou/or

PT-BR: Na pasta example há um arquivo chamado bag.php onde há o autoload, algumas instâncias e as chamadas de métodos onde podem ser inseridas as características de uma bolsa de mão, o modelo, o fabricante, as características e algumas particularidades de acordo com a categoria - há duas classes na pasta src/Bags com dois modelos de bolsas que recebem as características da classe principal Bags.php.

EN: In the example folder there is a file called bag.php where there is autoload, some instances and method calls where the characteristics of a handbag, the model, the manufacturer, the characteristics and some particularities can be inserted according to the category - there are two classes in the src/Bags folder with two bag models that receive the characteristics of the main Bags.php class.

Segurança/Security

PT_BR: Se você descobrir algum problema relacionado à segurança, envie um e-mail para [email protected] em vez de usar o rastreador de problemas.

EN: If you discover any security related issues, please email [email protected] instead of using the issue tracker.

Thank you

Credits

Agradecimentos a/Greetings to


All versions of handbag with dependencies

PHP Build Version
Package Version
Requires php Version >=8.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 itsmelepassos/handbag contains the following files

Loading the files please wait ....