php-basics/.phpdoc/guide/overview/index.rst

19 lines
613 B
ReStructuredText
Raw Normal View History

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
`PSR-12 <https://www.php-fig.org/psr/psr-12/>`_ compliance to make sure they can be combined and easily re-used in
other projects.
.. toctree::
:maxdepth: 2
datastructures
errorhandlers
interfaces
traits