atk4/core
Agile Core - collection of PHP Traits for designing object-oriented frameworks
Maintainers
Requires
- php: >=7.4 <8.5
- benmorel/weakmap-polyfill: ^0.5.0
- psr/log: ^1.0 || ^2.0 || ^3.0
- symfony/polyfill-php80: ^1.28
- symfony/polyfill-php81: ^1.28
- symfony/polyfill-php82: ^1.28
- symfony/polyfill-php83: ^1.28
- symfony/polyfill-php84: ^1.29
- symfony/yaml: ^3.4 || ^4.4 || ^5.1 || ^6.0 || ^7.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.13
- ergebnis/phpunit-slow-test-detector: ^2.9
- friendsofphp/php-cs-fixer: ^3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan: ^2.0
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^9.5.5 || ^10.0 || ^11.0 || ^12.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
MIT 0715ee3b0eb570f98fa0046e37f3fa0d503e0322
This package is auto-updated.
Last update: 2026-06-07 16:08:45 UTC
README
Collection of PHP Traits for designing object-oriented frameworks.
๐ Build
๐ Coverage
๐ Release
๐ Downloads
Agile Core was created for Agile Data and Agile UI, but can be used in any other framework too. You will mostly find PHP Traits here, that add functionality into your objects such as:
- Containers: Implements Parent/Child relations between your objects
- Hooks: Create hooks and register callbacks with priorities and arguments
- Initializers: Automatically execute init() method of your object
- Dynamic Methods: Add methods dynamically into existing objects
- Factory: Specify class name as a string
- App Scope: Inject global "app" object and pass it to new objects
Additionally you a much better 'Exception' class for general-purpose exceptions.
Documentation
https://atk4-core.readthedocs.io/
Community and Support
๐ Stack Overflow Community
๐ Discord Community
Install from Composer
composer require atk4/core
Agile Toolkit
Agile Core is part of Agile Toolkit - PHP UI Framework. If you like this project, you should also look into:
