gorilla-soft / grimlock
Grimlock - Libraries & Utilities for PHP
0.0.2
2026-09-11 07:02 UTC
Requires
- php: >=8.4
- ext-curl: *
- ext-json: *
- ext-pdo: *
- dompdf/dompdf: v3.1.6
- google/auth: ^1.53.0
- guzzlehttp/guzzle: ^7.15.5
- monolog/monolog: ^3.12.0
- phpmailer/phpmailer: v6.9.1
- stripe/stripe-php: ^21.3
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.2
- phpunit/phpunit: ^10.5.64
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-09-11 07:13:32 UTC
README
Grimlock - Libraries and Utilities for PHP
What is Grimlock?
It is a set of libraries and utilities for PHP.
Capabilities
- REST Client
- PDF Generation from HTML
- Firebase Push Notifications
- Whatsapp Notification
- Email Sending
- Logging
Requirements
- PHP 8.4 or higher
- Composer 2.9.5 or higher
Dependencies
- Guzzle
- DomPDF
- PHPMailer
- PHPUnit
- Monolog
- Google Auth
Recommendations
Visit the wiki for more information: https://github.com/stoneneo/grimlock/wiki
Installation
Installation is super easy with Composer:
composer require gorilla-soft/grimlock
// somewhere early in your project's loading, require the Composer autoloader // see: http://getcomposer.org/doc/00-intro.md require 'vendor/autoload.php';
Capabilities
Licencia
Grimlock is licensed under the GNU v3.
