2
0
mirror of https://github.com/opencultureconsulting/php-basics.git synced 2025-02-16 00:00:16 +01:00
2024-02-11 19:05:56 +01:00
2024-02-05 15:44:15 +01:00
2024-02-11 19:05:56 +01:00
2023-09-11 19:31:06 +02:00
2024-01-30 22:24:10 +01:00
2023-09-11 19:31:06 +02:00
2024-02-11 19:05:56 +01:00
2023-11-15 12:01:21 +01:00
2023-09-11 19:31:06 +02:00
2023-11-21 17:19:58 +01:00
2024-01-30 22:24:10 +01:00
2024-02-09 22:57:20 +01:00

PHP Basics

A collection of generic classes and useful traits for PHP projects.

The package currently contains classes for type-sensitive data structures, error and exception handlers, multiple traits implementing standard interfaces, and more generic traits for common use cases. They share the same design principles like property and method naming schema, highest Psalm and PHPStan coding standards and full PSR-12 compliance to make sure they can be combined and easily re-used in other projects.

Quick Start

The intended and recommended way of re-using this package is via Composer. The following command will get you the latest version:

composer require opencultureconsulting/basics

All available versions as well as further information about requirements and dependencies can be found on Packagist.

Full Documentation

The full documentation is available on GitHub Pages or alternatively in doc/.

Quality Gates

PHPCS PHPMD

PHPStan Psalm

Description
This is a collection of generic Classes, Functions and Traits for PHP projects.
php
Readme GPL-3.0 545 KiB
Languages
PHP 90%
Twig 10%