浏览代码

Implement more suggestions and remove asset category.

pull/159/head
Jamie 11 年前
父节点
当前提交
448762d52a
共有 1 个文件被更改,包括 9 次插入9 次删除
  1. 9
    9
      README.md

+ 9
- 9
README.md 查看文件

46
 	- [Notifications](#notifications)
46
 	- [Notifications](#notifications)
47
 	- [Deployment](#deployment)
47
 	- [Deployment](#deployment)
48
 	- [Third Party APIs](#third-party-apis)
48
 	- [Third Party APIs](#third-party-apis)
49
+	- [Extensions](#extensions)
49
 	- [Miscellaneous](#miscellaneous)
50
 	- [Miscellaneous](#miscellaneous)
50
 - [Software](#software)
51
 - [Software](#software)
51
 	- [PHP Installation](#php-installation)
52
 	- [PHP Installation](#php-installation)
52
 	- [Development Environment](#development-environment)
53
 	- [Development Environment](#development-environment)
53
 	- [Virtual Machines](#virtual-machines)
54
 	- [Virtual Machines](#virtual-machines)
54
-	- [Asset Compression](#asset-compression)
55
 	- [Web Applications](#web-applications)
55
 	- [Web Applications](#web-applications)
56
 - [Resources](#resources)
56
 - [Resources](#resources)
57
 	- [PHP Websites](#php-websites)
57
 	- [PHP Websites](#php-websites)
522
 * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
522
 * [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
523
 * [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library.
523
 * [HybridAuth](https://github.com/hybridauth/hybridauth) - An open source social sign on library.
524
 
524
 
525
+## Extensions
526
+*Libraries to help build PHP extensions.*
527
+
528
+* [PHP CPP](http://www.php-cpp.com/) - A C++ library for developing PHP extensions.
529
+
525
 ## Miscellaneous
530
 ## Miscellaneous
526
 *Useful libraries or tools that don't fit in the categories above.*
531
 *Useful libraries or tools that don't fit in the categories above.*
527
 
532
 
585
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
590
 * [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
586
 * [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
591
 * [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
587
 * [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
592
 * [PHP Build](https://github.com/CHH/php-build) - Another PHP version installer.
593
+* [VirtPHP](http://virtphp.org/) - A tool for creating and managing isolated PHP environments.
588
 
594
 
589
 ## Development Environment
595
 ## Development Environment
590
 *Software and tools for creating a sandboxed development environment.*
596
 *Software and tools for creating a sandboxed development environment.*
600
 *Alternative PHP virtual machines.*
606
 *Alternative PHP virtual machines.*
601
 
607
 
602
 * [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
608
 * [HipHop PHP](https://github.com/facebook/hiphop-php) - A Virtual Machine, Runtime and JIT for PHP by Facebook.
603
-
604
-## Asset Compression
605
-*Softare to help compress static website assets.*
606
-
607
-* [Codekit](https://incident57.com/codekit/) - A tool for managing, compressing and minifying assets.
608
-* [Koala](http://koala-app.com/) - Another tool for compressing and minifying assets.
609
-* [ImageOptim](http://imageoptim.com/) - An image compression tool.
610
-* [PNGQuant](http://pngquant.org) - A lossy PNG compression tool.
609
+* [HippyVM](http://hippyvm.com/) - Another PHP virtual machine.
610
+* [Hack](http://hacklang.org/) - A programming lanaguage for [HHVM](https://github.com/facebook/hiphop-php) that interoperated seamlessly with PHP.
611
 
611
 
612
 ## Web Applications
612
 ## Web Applications
613
 *Web-based applications and tools.*
613
 *Web-based applications and tools.*

正在加载...
取消
保存