Download the PHP package kody/common without Composer

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

bash composer require kody/common bash php artisan vendor:publish --provider="Kody\Common\CommonServiceProvider" bash php artisan common:generate-folders



## Features

### Built-in Migrations and Models

This package comes with pre-built migrations and models for the following functionalities:

- **SMS Verification**: Easily implement SMS verification in your Laravel application.
- **Settings Management**: Manage application settings efficiently using the provided model.
- **Email Verifications**: Implement email verification functionality seamlessly.

### GUI for Laravel Basic Commands

The package includes a GUI interface for executing basic Laravel commands. These commands include:

- **Migration**: Run migrations directly from the GUI.
- **Cache Clear**: Clear the application cache with a single click.
- **Optimize**: Optimize your Laravel application for better performance.
- **Run All Commands**: Execute all available commands conveniently from the GUI.

To access the GUI pages, simply navigate to `/route/gui` in your Laravel application.

![image](https://github.com/boss554/laravel-common/assets/66130671/98cb232f-ba55-4ac7-a82e-f4e3051d3691)

### GUI for Module Structure Generator
To access the GUI pages, simply navigate to `/generate` in your Laravel application.

![image](https://github.com/boss554/laravel-common/assets/66130671/b1b12bff-bacb-4e32-a6ee-569aa9c670fd)

## Usage

After installing the package and publishing its assets, you can start using its features right away. Here are some common tasks you might perform:

- **Running Migrations**: Execute migrations using Laravel's migration command or through the provided GUI.
- **Implementing SMS Verification**: Utilize the provided SMS verification model and migrations to add SMS verification to your application.
- **Managing Settings**: Use the settings model to store and manage various application settings.
- **Implementing Email Verifications**: Easily integrate email verification functionality into your Laravel application using the provided model and migrations.

## Contribution
Thank you for choosing the Kody Common package! Happy coding!

All versions of common with dependencies

PHP Build Version
Package Version
No informations.
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 kody/common contains the following files

Loading the files please wait ....