瀏覽代碼

Reorganise software into subcategories.

pull/159/head
Jamie 11 年之前
父節點
當前提交
6bd120c8ae
共有 1 個文件被更改,包括 23 次插入14 次删除
  1. 23
    14
      README.md

+ 23
- 14
README.md 查看文件

@@ -47,8 +47,11 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
47 47
 	- [Deployment](#deployment)
48 48
 	- [Third Party APIs](#third-party-apis)
49 49
 	- [Miscellaneous](#miscellaneous)
50
-	- [Development Software](#development-software)
51
-	- [Web Tools](#web-tools)
50
+- [Software](#software)
51
+	- [PHP Installation](#php-installation)
52
+	- [Development Environment](#development-environment)
53
+	- [Virtual Machines](#virtual-machines)
54
+	- [Web Applications](#web-applications)
52 55
 - [Resources](#resources)
53 56
 	- [Websites](#websites)
54 57
 	- [Books](#books)
@@ -566,32 +569,38 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
566 569
 * [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
567 570
 * [PHP-GPIO](https://github.com/ronanguilloux/php-gpio) - A library for playing with the Raspberry PI's GPIO pins.
568 571
 
569
-## Development Software
572
+# Software
570 573
 *Software for creating a development environment.*
571 574
 
575
+## PHP Installation
576
+*Tools to help install and manage PHP on your computer.*
577
+
572 578
 * [HomeBrew](http://mxcl.github.com/homebrew/) - A package manager for OSX.
573 579
 * [HomeBrew PHP](https://github.com/josegonzalez/homebrew-php) - A PHP tap for HomeBrew.
574 580
 * [PHP OSX](http://php-osx.liip.ch/) - A PHP installer for OSX.
575
-* [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
576
-* [Vagrant](http://www.vagrantup.com/) - A portable development environment utility.
577
-* [Ansible](http://www.ansibleworks.com/) - A radically simple orchestration framework.
578
-* [Puppet](http://puppetlabs.com/) - A server automation framework and application.
579
-* [Chef](https://github.com/opscode/chef) - A systems integration framework.
580
-* [SaltStack](http://saltstack.com/community.html) - An infrastructure management tool.
581 581
 * [PHP Brew](https://github.com/c9s/phpbrew) - A PHP version manager and installer.
582 582
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
583 583
 * [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
584 584
 * [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
585
-* [CodeKit](http://incident57.com/codekit/) - A general web development tool.
586
-* [HTTPie](https://github.com/jkbr/httpie) - A command line alternative to cURL written in Python.
587
-* [Backup](https://github.com/meskyanichi/backup) - A server backup tool written in Ruby.
588 585
 
589
-## Web Tools
590
-*Web-based tools.*
586
+## Development Environment
587
+*Software and tools for creating a sandboxed development environment.*
591 588
 
589
+* [Vagrant](http://www.vagrantup.com/) - A portable development environment utility.
590
+* [Ansible](http://www.ansibleworks.com/) - A radically simple orchestration framework.
591
+* [Puppet](http://puppetlabs.com/) - A server automation framework and application.
592 592
 * [PuPHPet](https://puphpet.com/) - A web tool for building PHP development virtual machines.
593 593
 * [Protobox](http://getprotobox.com/) - Another web tool for building PHP development virtual machines.
594 594
 * [Phansible](http://phansible.com/) - A web tool for building PHP development virtual machines with Ansible.
595
+
596
+## Virtual Machines
597
+*Alternative PHP virtual machines.*
598
+
599
+* [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
600
+
601
+## Web Applications
602
+*Web-based applications and tools.*
603
+
595 604
 * [3V4L](http://3v4l.org/) - An online PHP shell.
596 605
 * [DBV](http://dbv.vizuina.com/) - A database version control application.
597 606
 * [PHP Queue](https://github.com/CoderKungfu/php-queue) - An application for managing queueing backends.

Loading…
取消
儲存