2017 © Pedro Peláez
 

library platform

A set of base classes to extend PHP Standard Library.

image

php-kitchen/platform

A set of base classes to extend PHP Standard Library.

  • Tuesday, March 6, 2018
  • by prowwid
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

, (*1)

Build Status Tested By Code Quality Latest Stable Version Monthly Downloads Total Downloads License , (*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)

The Versions

06/03 2018

dev-master

9999999-dev https://github.com/php-kitchen/platform

A set of base classes to extend PHP Standard Library.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Dmitry Kolodko

collection array exception string map properties spl stdlib clean code