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

Commit

Permalink
Sigh. Guess I'm stuck with that package name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ezzatron committed Aug 15, 2012
1 parent c38d8b3 commit 9314d0e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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

## Installation

### With [Composer](http://getcomposer.org/)

* Add 'ezzatron/php-lcs' to your project's composer.json dependencies
* Run `php composer.phar install`

### Bare installation

* Clone from GitHub: `git clone git://github.com/ezzatron/php-lcs.git`
* 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)

## What is PHP-LCS?

PHP-LCS is a PHP implementation of an algorithm to solve the 'longest common
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ezzatron/lcs",
"name": "ezzatron/php-lcs",
"description": "An implementation of the 'longest common subsequence' algorithm for PHP.",
"keywords": ["longest","common","subsequence","sequence","diff","algorithm"],
"homepage": "https://github.com/ezzatron/php-lcs",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9314d0e

Please sign in to comment.