Browse Source

Remove abandoned projects

pull/597/merge
Jamie York 9 years ago
parent
commit
ebac5019ef
1 changed files with 0 additions and 6 deletions
  1. 0
    6
      README.md

+ 0
- 6
README.md View File

96
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
96
 * [Satis](https://github.com/composer/satis) - A static Composer repository generator.
97
 * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
97
 * [Toran Proxy](https://toranproxy.com) - A static Composer repository and proxy.
98
 * [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
98
 * [Composition](https://github.com/bamarni/composition) - A library to check your Composer environment at runtime.
99
-* [Version](https://github.com/kherge-abandoned/php-version) - A parsing and comparison library for semantic versioning.
100
 * [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
99
 * [NameSpacer](https://github.com/ralphschindler/Namespacer) - A library to convert from underscores to namespaces.
101
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
100
 * [Patch Installer](https://github.com/goatherd/patch-installer) - A library to install patches using Composer.
102
 * [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations.
101
 * [Composer Checker](https://github.com/silpion/composer-checker) - A tool to validate Composer configurations.
228
 * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
227
 * [Ferret](https://github.com/versionable/Ferret) - A MIME detection library.
229
 * [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
228
 * [Hoa Mime](https://github.com/hoaproject/Mime) - Another MIME detection library.
230
 * [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
229
 * [Lurker](https://github.com/henrikbjorn/Lurker) - A resource tracking library.
231
-* [PHP File Locator](https://github.com/kherge-abandoned/php-file-locator) - A library for locating files in large projects.
232
 * [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
230
 * [PHP FFmpeg](https://github.com/PHP-FFmpeg/PHP-FFmpeg/) - A wrapper for the [FFmpeg](http://www.ffmpeg.org/) video library.
233
 * [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
231
 * [CSV](https://github.com/thephpleague/csv) - A CSV data manipulation library.
234
 
232
 
369
 * [Galapagos](https://github.com/endel/galapagos) - Evolutionary language transformation.
367
 * [Galapagos](https://github.com/endel/galapagos) - Evolutionary language transformation.
370
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
368
 * [Design Patterns PHP](https://github.com/domnikl/DesignPatternsPHP) - A repository of software patterns implemented in PHP.
371
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
369
 * [Functional PHP](https://github.com/lstrojny/functional-php) - A functional programming library.
372
-* [Lib Accessor](https://github.com/kherge-abandoned/lib-accessor) - A library for simplifying accessors.
373
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
370
 * [Iter](https://github.com/nikic/iter) - A library that provides iteration primitives using generators.
374
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
371
 * [Pipeline](https://github.com/thephpleague/pipeline) - A pipeline pattern implementation.
375
 
372
 
391
 ## Build Tools
388
 ## Build Tools
392
 *Project build and automation tools.*
389
 *Project build and automation tools.*
393
 
390
 
394
-* [Go](https://github.com/kherge-abandoned//php-go) - A simple PHP build tool.
395
 * [Bob](https://github.com/CHH/bob) - A simple project automation tool.
391
 * [Bob](https://github.com/CHH/bob) - A simple project automation tool.
396
 * [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
392
 * [Phake](https://github.com/jaz303/phake) - A rake PHP clone library.
397
 * [Box](https://github.com/box-project/box2) - A utility to build PHAR files.
393
 * [Box](https://github.com/box-project/box2) - A utility to build PHAR files.
645
 * [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
641
 * [Collections](https://github.com/italolelis/collections) - Collections Abstraction library for PHP.
646
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
642
 * [Serializer](https://github.com/schmittjoh/serializer) - A library for serialising and de-serialising data.
647
 * [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
643
 * [Zend Serializer](https://github.com/zendframework/zend-serializer) - Another library for serialising and de-serialising data (ZF2).
648
-* [PHP Object Storage](https://github.com/kherge-abandoned/php-object-storage) - A library for object storage.
649
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
644
 * [Fractal](https://github.com/thephpleague/fractal) - A library for converting complex data structures to JSON output.
650
 * [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
645
 * [Totem](https://github.com/Wisembly/Totem) - A library to manage and create data changesets.
651
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
646
 * [PINQ](https://github.com/TimeToogo/Pinq) - A PHP library based on .NET's LINQ (Language Integrated Query).
729
 * [Flux](https://github.com/selvinortiz/flux) - A regular expression building library.
724
 * [Flux](https://github.com/selvinortiz/flux) - A regular expression building library.
730
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
725
 * [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
731
 * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
726
 * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
732
-* [Lib Country](https://github.com/kherge-abandoned/lib-country) - A library for country and subdivision data.
733
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
727
 * [PHPStack](http://dunkels.com/adam/phpstack/) - A TCP/IP stack proof of concept written in PHP.
734
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/).
728
 * [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/).
735
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.
729
 * [Lambda PHP](https://github.com/igorw/lambda-php) - A Lambda calculus interpreter in PHP.

Loading…
Cancel
Save