ceus-media / hydrogen-modules
Collection of modules for Hydrogen framework.
Installs: 3 102
Dependents: 2
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Requires
- php: ^8.3
- ext-bz2: *
- ext-curl: *
- ext-dom: *
- ext-exif: *
- ext-fileinfo: *
- ext-iconv: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-zlib: *
- ceus-media/common: 1.1.* | ^1.1.x-dev
- ceus-media/hydrogen-framework: 1.1.* | 1.1.x-dev
Requires (Dev)
- amenadiel/jpgraph: ^4
- bacon/bacon-qr-code: ^3.0
- ceus-media/bootstrap: 0.6.* | 0.6.x-dev
- ceus-media/hydrogen-source-indexer: 0.3.* | 0.3.x-dev
- ceus-media/mail: 2.8.* | 2.8.x-dev
- ceus-media/markdown: 0.2.* | 0.2.x-dev
- ceus-media/open-graph: *
- ceus-media/php-parser: 0.5.* | 0.5.x-dev
- ceus-media/rest: 0.5.* | 0.5.x-dev
- ceus-media/template-abstraction: 0.6.* | 0.6.x-dev
- dragonmantank/cron-expression: 3.x-dev
- mangopay/php-sdk-v2: *
- monolog/monolog: 3.x-dev
- paquettg/php-html-parser: dev-master
- php-imap/php-imap: ^4.0
- php-parallel-lint/php-parallel-lint: 1.*
- phpseclib/phpseclib: ^2.0
- phpstan/phpstan: 1.*
- phpstan/phpstan-strict-rules: 1.*
- phpunit/phpunit: 10.*
- psr/cache: ^3.0
- rector/rector: *
- sentry/sentry: *
- squizlabs/php_codesniffer: *
- stripe/stripe-php: ^15.8@beta
- twig/twig: 3.x-dev
Suggests
- ext-rrd: *
This package is auto-updated.
Last update: 2025-02-18 16:27:30 UTC
README
A collection of free modules for Hydrogen Framework, maintained by Ceus Media.
This version is for Hydrogen Framework 1.0.x on PHP 8.1+.
The next version 1.1.x is for Hydrogen Framework 1.1.x on PHP 8.3+.
The older version 0.9.x supports Hydrogen Framework 0.9.x on PHP 7.4+.
Content
These modules are the basic components to build applications using the Hydrogen Framework.
Modules are group by purposes, like:
- Admin - administrative modules for managing things inside the application
- Info - informative modules for displaying information to application customers
- Manage - modules for managing things which are visible to application customers through Info modules
- JS - JavaScript modules like bindings of external JavaScript libraries or selfmade jQuery plugins
- Resource - modules providing access to resources, like database
- UI - User interface modules, like panels or form components
- Work - modules for working issues, like bug tracking or task management
Installation
composer require ceus-media/hydrogen-modules