php-kitchen/platform

A set of base classes to extend PHP Standard Library.

dev-master 2018-03-06 11:36 UTC

This package is auto-updated.

Last update: 2024-04-15 00:40:32 UTC


README

logo.png

Build Status Tested By Code Quality Latest Stable Version Monthly Downloads Total Downloads License

Platform is a collection of classes that aimed to extend PHP Standard Library with things, typical to a decent OOP languages like:

  • Properties
  • Named exceptions
  • DSL for exceptions
  • Collection
  • Map
  • NullObject
  • Collection helpers
  • Function constructors

Requirements

PHP >= 7.1 is required.

Getting Started

Run the following command to add Platform to your project's composer.json. See Packagist for specific versions.

composer require php-kitchen/platform

Or you can copy this library from:

For additional information and guides go to the project documentation See changes log for information about changes in releases and update guide for information about upgrading to a next major version.

Contributing

If you want to ask any questions, suggest improvements or just to talk with community and developers, join our server at Discord Read organization contributing rules for additional information.