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
PHP >= 7.1 is required.
Run the following command to add Platform to your project's composer.json. See Packagist for specific versions.
composer require php-kitchen/platformOr 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.
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.

