stoic / stoic
There is no license information available for the latest version (1.4.0) of this package.
Stoic framework Core component
1.4.0
2025-08-25 13:49 UTC
Requires
- php: >=8.3
- psr/log: ^1.0.0
Requires (Dev)
- phpunit/phpunit: ^9
Provides
- psr/log-implementation: 1.0.0
This package is auto-updated.
Last update: 2026-03-25 15:03:19 UTC
README
Core component for the PHP Stoic Framework. For more information, visit our website at stoic-framework.com
Deprecation Philosophy Moving Forward
With the introduction of the #[\Deprecated] attribute in PHP 8.4, we are formalizing our approach to deprecation. Going forward, all deprecated features will be explicitly marked using this attribute to ensure clarity, better tooling support, and smoother migration paths for developers.
Installation
Typical composer installation is supported, simply run the following command:
composer require stoic/stoic
Alternatively, downloads are available via the releases page here on GitHub.