, (*1)
, (*2)
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, (*3)
Requirements
PHP >= 7.1
is required., (*4)
Getting Started
Run the following command to add Platform to your project's composer.json
. See Packagist for specific versions., (*5)
composer require php-kitchen/platform
Or you can copy this library from:
- Packagist
- Github, (*6)
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., (*7)
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., (*8)