Download the PHP package hmj1026/devkit without Composer

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

hmj1026/devkit

English | 繁體中文

Tests Latest Version PHP Version

A generic, framework-agnostic PHP toolkit with optional Laravel integration. Bundles common building blocks for backend services — HTTP gateway, Elasticsearch toolkit, SMS dispatch, file uploader, audit logging, Google Chat error logger, meta tags, breadcrumb trail — into a single Composer package.

Released as v1.0.0 (stable). All 14 capabilities are implemented, tested across a 19-cell PHP × Laravel CI matrix, and documented. See the CONTRIBUTING for the development workflow.

Supported runtimes

PHP Laravel Monolog Notes
7.3 6.x / 7.x / 8.x 2.9 Lowest supported floor (PHP 7.2 excluded — elasticsearch/elasticsearch ^7.17 requires PHP 7.3+)
7.4 6.x / 7.x / 8.x 2.9 Most common legacy target
8.0 6.x / 7.x / 8.x / 9.x 2.9
8.1 8.x / 9.x / 10.x 2.9 (L8/9) / 3.x (L10)
8.2 9.x / 10.x / 11.x 2.9 (L9) / 3.x (L10/11) L11 also requires butschster/meta-tags ^3.0
8.3 10.x / 11.x 3.x
8.4 11.x 3.x Newest cell; requires PHPUnit ^11.0

Incompatible cells (e.g. PHP 7.3 + Laravel 9, PHP 8.1+ + Laravel 6/7, PHP 7.2 + anything) are excluded by Composer's resolver and by the CI matrix in .github/workflows/tests.yml. Every valid cell admitted by the php: ^7.3 || ^8.0 constraint (19 in total) is exercised. The package declares monolog/monolog ^2.9 || ^3.0 and butschster/meta-tags ^2.1 || ^3.0; Laravel 10+ forces monolog 3, Laravel 11 forces meta-tags 3, and the GoogleChat handler + Meta wrapper detect the installed major at autoload time.

A v2 with PHP ^8.1 floor will swap Monolog → 3.x, Flysystem → 3-only, and consider spatie/laravel-activitylog as the audit-log engine.

Install

On Laravel projects, the root Devkit\Laravel\DevkitServiceProvider is registered via extra.laravel.providers package auto-discovery. Module sub-providers are enabled by default and can be disabled per module via config/devkit.php.

Usage

Framework-agnostic (no Laravel)

Laravel

Module-level usage lives in openspec/specs/*/spec.md.

Module map (14 capabilities)

Framework-agnostic core (Devkit\Core\*, Devkit\Database\*, Devkit\Http\*, Devkit\Storage\*, Devkit\Search\*, Devkit\Messaging\*, Devkit\Logging\*, Devkit\Ui\*):

Laravel glue (Devkit\Laravel\*):

Local development

Composer scripts drive the test, lint, and static-analysis tooling:

Static analysis runs on PHP 8.2 via a PHPStan PHAR (PHPStan 2.x does not install on the PHP 7.3 cells), so composer stan needs phpstan available — install it globally or use the CI quality job. The baseline (phpstan-baseline.neon) freezes the cross-version polyfill artifacts; new code must analyse clean.

Reproduce a single CI cell locally (cleanup with git checkout -- composer.json && composer install):

The full CI matrix (PHP 7.3 → 8.4 × Laravel 6 → 11, 19 cells) plus a quality job (PHPStan + coverage) runs on GitHub Actions; see .github/workflows/tests.yml.

Versioning

This package follows Semantic Versioning. The public contracts under Devkit\Core\*, Devkit\Http\*, Devkit\Storage\*, Devkit\Search\*, Devkit\Messaging\*, Devkit\Logging\*, Devkit\Ui\*, and the documented Laravel facades are stable within the 1.x line. Breaking changes — bumping the PHP floor to ^8.1, dropping Monolog 2 / Flysystem 1 support, or scaffolding output requiring newer PHP syntax — are reserved for 2.0 (see CHANGELOG.

Contributing & security

OpenSpec workflow

This package is managed with OpenSpec. The canonical capability specs live under openspec/specs/; in-flight changes (each a proposal + design + spec delta) live under openspec/changes/, and completed changes are archived under openspec/changes/archive/.

License

Released under the MIT License. Copyright (c) 2026 Paul.


All versions of devkit with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3 || ^8.0
psr/log Version ^1.0 || ^2.0 || ^3.0
psr/simple-cache Version ^1.0 || ^2.0 || ^3.0
psr/http-message Version ^1.0 || ^2.0
psr/http-client Version ^1.0
psr/http-factory Version ^1.0
monolog/monolog Version ^2.9 || ^3.0
symfony/http-kernel Version ^4.4 || ^5.0 || ^6.0 || ^7.0
guzzlehttp/guzzle Version ^7.0
league/flysystem Version ^1.1 || ^2.0 || ^3.0
elasticsearch/elasticsearch Version ^7.17
butschster/meta-tags Version ^2.1 || ^3.0
jenssegers/agent Version ^2.0
aws/aws-sdk-php Version ^3.0
illuminate/support Version ^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0 || ^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 hmj1026/devkit contains the following files

Loading the files please wait ...