2017 © Pedro Peláez
 

library phpcommonlibrary

A set of common PHP functions used in other projects

image

sierrakomodo/phpcommonlibrary

A set of common PHP functions used in other projects

  • Sunday, November 26, 2017
  • by SierraKomodo
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

Php Common Library

Latest Stable Version Latest Unstable Version Total Downloads License StyleCI Build Status, (*1)

A PHP library of common functions and classes used by other libraries and apps written by SierraKomodo., (*2)

Version 1.0.0 - First full release, (*3)

Up to date (Usually) documentation can be found on the github project's wiki, (*4)

Requirements

  • PHP 7.0 or greater
  • Composer (Technically optional. Highly recommended for installation)

Installation

For integration with other projects

Via composer (Recommended): - Execute the following composer command in your project directory: composer require sierrakomodo/phpcommonlibrary OR Modify your composer.json file to include sierrakomodo/phpcommonlibrary under the require section, (*5)

Manual (For non-release or earlier versions, or people that don't like composer): - Download the release version of your choice (Latest release is always recommended) - Copy the contents of the src/ directory to a location of your choice - Use whatever autoloader or require/include method best fits your project, (*6)

For development

Via composer: - Execute the following composer command in your project directory: composer install sierrakomodo/phpcommonlibrary, (*7)

Manual (For non-release or earlier versions, or people that don't like composer): - Download the release version or branch of your choice (Latest release is always recommended) - Extract to your project directory, (*8)

The Versions

26/11 2017

dev-develop

dev-develop https://github.com/SierraKomodo/php-common

A set of common PHP functions used in other projects

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires

26/11 2017

dev-feature/use-wiki-examples-as-tests

dev-feature/use-wiki-examples-as-tests https://github.com/SierraKomodo/php-common

A set of common PHP functions used in other projects

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires

25/11 2017

dev-feature/Add-Validations

dev-feature/Add-Validations https://github.com/SierraKomodo/php-common

A set of common PHP functions used in other projects

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires

25/07 2017

dev-master

9999999-dev https://github.com/SierraKomodo/php-common

A set of common PHP functions used in other projects

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires

25/07 2017

v1.0.0

1.0.0.0 https://github.com/SierraKomodo/php-common

A set of common PHP functions used in other projects

  Sources   Download

GPL-3.0

The Requires

  • php ^7.0

 

The Development Requires