Skip to content
This repository was archived by the owner on Jul 8, 2023. It is now read-only.

Commit 9314d0e

Browse files
committed
Sigh. Guess I'm stuck with that package name.
1 parent c38d8b3 commit 9314d0e

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

33
*An implementation of the 'longest common subsequence' algorithm for PHP.*
44

5+
## Installation
6+
7+
### With [Composer](http://getcomposer.org/)
8+
9+
* Add 'ezzatron/php-lcs' to your project's composer.json dependencies
10+
* Run `php composer.phar install`
11+
12+
### Bare installation
13+
14+
* Clone from GitHub: `git clone git://github.com/ezzatron/php-lcs.git`
15+
* Use a [PSR-0](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-0.md) compatible autoloader (namespace 'Ezzatron\LCS' in the 'src' directory)
16+
517
## What is PHP-LCS?
618

719
PHP-LCS is a PHP implementation of an algorithm to solve the 'longest common

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "ezzatron/lcs",
2+
"name": "ezzatron/php-lcs",
33
"description": "An implementation of the 'longest common subsequence' algorithm for PHP.",
44
"keywords": ["longest","common","subsequence","sequence","diff","algorithm"],
55
"homepage": "https://github.com/ezzatron/php-lcs",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)