2017 © Pedro Peláez
 

library php_algorithms_implementation

Implementation of algorithms on php

image

nbcomrade/php_algorithms_implementation

Implementation of algorithms on php

  • Wednesday, July 11, 2018
  • by NBComrade
  • Repository
  • 0 Watchers
  • 1 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Algorithms implementation on PHP

This library contains realization of the most known algorithms on PHP. First of all, it is intended for educational purposes, but you can use it as you want., (*1)

Requirements

PHP >= 7.1, (*2)

Installation

You can use this library using composer:, (*3)

composer create-project nbcomrade/php_algorithms_implementation

Every algorithm implementation has own test. If you want run it:, (*4)

$ vendor/bin/phpunit

Usage

If you want make experiments - the sandbox file is located in public/index.php file. Here you can call any function from the library and investigate its behavior., (*5)

License

All contents of this package are licensed under the [MIT license]., (*6)

The Versions

11/07 2018

dev-master

9999999-dev

Implementation of algorithms on php

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Avatar NBComrade

php algorithms

11/07 2018

dev-add-strings-algorithms

dev-add-strings-algorithms

Implementation of algorithms on php

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Avatar NBComrade

php algorithms

22/06 2018

1.0.0

1.0.0.0

Assertions to validate method input/output with nice error messages.

  Sources   Download

MIT

The Requires

  • php >=7.1.0

 

The Development Requires

by Avatar NBComrade

php algorithms