Download the PHP package zekini/laravel-generics without Composer

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

Introduction

The zekini/laravel-generics package allows us to store our generic classes in a package so we can reuse them

Installation

composer require zekini/laravel-generics

sail artisan vendor:publish --tag=zekini-config
sail artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="activitylog-migrations"
sail artisan vendor:publish --provider="Spatie\Activitylog\ActivitylogServiceProvider" --tag="activitylog-config"
sail artisan vendor:publish --provider="Spatie\Permission\PermissionServiceProvider"

sail artisan migrate

Usage

To reset password in a local database environment

sail artisan local:password-reset --password=password

To generate or update the code checkers config files:

sail artisan vendor:publish --tag=zekini-config --force

To add another generic command

sail artisan generic:command TestCommand

To add another generic helper

sail artisan generic:helper TestHelper

To use the pdf mergeer

Available Helpers

use Zekini\Generics\Helpers\ArrayHelper;
use Zekini\Generics\Helpers\ArrayToObjectHelper;
use Zekini\Generics\Helpers\CsvHelper;
use Zekini\Generics\Helpers\EnvironmentHelper;
use Zekini\Generics\Helpers\FileHelper;
use Zekini\Generics\Helpers\FlashHelper;
use Zekini\Generics\Helpers\ForeignKeyHelper;
use Zekini\Generics\Helpers\HttpHelper;
use Zekini\Generics\Helpers\LoggingHelper;
use Zekini\Generics\Helpers\StringHelper;
use Zekini\Generics\Helpers\UIHelper;
use Zekini\Generics\Helpers\TimezoneHelper;
use Zekini\Generics\Helpers\PDFMergeHelper;

Standard Packages

https://github.com/arcanedev/log-viewer
https://github.com/barryvdh/laravel-dompdf
https://github.com/laravel/jetstream
https://github.com/livewire/livewire
https://github.com/mediconesystems/livewire-datatables
https://github.com/spatie/laravel-activitylog
https://github.com/spatie/laravel-permission
https://github.com/maatwebsite/excel
https://github.com/spatie/laravel-backup
https://github.com/spatie/laravel-schedule-monitor
https://github.com/Webklex/laravel-pdfmerger
https://github.com/barryvdh/laravel-snappy
https://github.com/h4cc/wkhtmltoimage-amd64
https://github.com/h4cc/wkhtmltopdf-amd64

Standard Dev Packages

https://github.com/barryvdh/laravel-debugbar
https://github.com/nunomaduro/larastan
https://github.com/protoqol/prequel
https://github.com/symplify/easy-coding-standard
https://github.com/vimeo/psalm

Removed to be re-added once conflict is resolved "spatie/laravel-backup" "spatie/laravel-schedule-monitor"

Snappy config

The main change to this config file (config/snappy.php) will be the path to the binaries.

For example, when loaded with composer, the line should look like:

'binary' => base_path('vendor/h4cc/wkhtmltopdf-amd64/bin/wkhtmltopdf-amd64')

For windows users you'll have to add double quotes to the bin path for wkhtmltopdf:

'binary' => '"C:\Program Files\wkhtmltopdf\bin\wkhtmltopdf"'

For mac users what i simply did was install the macos executables for both libraries


All versions of laravel-generics with dependencies

PHP Build Version
Package Version
Requires php Version ^8.1
barryvdh/laravel-dompdf Version ^1.0
doctrine/dbal Version ^3.3
fakerphp/faker Version ^1.19
laravel/jetstream Version ^2.7
livewire/livewire Version ^2.10
mediconesystems/livewire-datatables Version ^0.9
spatie/laravel-activitylog Version ^4.5
spatie/laravel-permission Version ^5.5
maatwebsite/excel Version ^3.1.40
webklex/laravel-pdfmerger Version ^1.3
h4cc/wkhtmltoimage-amd64 Version 0.12.x
h4cc/wkhtmltopdf-amd64 Version 0.12.x
barryvdh/laravel-snappy Version ^1.0
arcanedev/log-viewer Version dev-master
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 zekini/laravel-generics contains the following files

Loading the files please wait ....