2024-02-15 11:13:57 +01:00
|
|
|
.. title:: Overview
|
|
|
|
|
|
|
|
Overview
|
|
|
|
########
|
2024-03-26 20:10:30 +01:00
|
|
|
|
|
|
|
The package currently contains classes for :doc:`datastructures`, :doc:`errorhandlers`, multiple :doc:`interfaces`, and
|
|
|
|
more generic :doc:`traits` for common use cases. They share the same design principles like property and method naming
|
|
|
|
schema, the highest coding standards of `PHPStan <https://phpstan.org/>`_ and `Psalm <https://psalm.dev/>`_, and full
|
2024-07-11 13:08:56 +02:00
|
|
|
`PSR-12 <https://www.php-fig.org/psr/psr-12/>`_ compliance to make sure they can be combined and easily used in other
|
|
|
|
projects.
|
2024-03-26 20:10:30 +01:00
|
|
|
|
|
|
|
.. toctree::
|
|
|
|
:maxdepth: 2
|
|
|
|
|
|
|
|
datastructures
|
|
|
|
errorhandlers
|
|
|
|
interfaces
|
|
|
|
traits
|