|
|
@@ -46,12 +46,12 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
46
|
46
|
- [Notifications](#notifications)
|
|
47
|
47
|
- [Deployment](#deployment)
|
|
48
|
48
|
- [Third Party APIs](#third-party-apis)
|
|
|
49
|
+ - [Extensions](#extensions)
|
|
49
|
50
|
- [Miscellaneous](#miscellaneous)
|
|
50
|
51
|
- [Software](#software)
|
|
51
|
52
|
- [PHP Installation](#php-installation)
|
|
52
|
53
|
- [Development Environment](#development-environment)
|
|
53
|
54
|
- [Virtual Machines](#virtual-machines)
|
|
54
|
|
- - [Asset Compression](#asset-compression)
|
|
55
|
55
|
- [Web Applications](#web-applications)
|
|
56
|
56
|
- [Resources](#resources)
|
|
57
|
57
|
- [PHP Websites](#php-websites)
|
|
|
@@ -522,6 +522,11 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
522
|
522
|
* [Twilio](https://github.com/twilio/twilio-php) - The official Twilio PHP REST API.
|
|
523
|
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
|
530
|
## Miscellaneous
|
|
526
|
531
|
*Useful libraries or tools that don't fit in the categories above.*
|
|
527
|
532
|
|
|
|
@@ -585,6 +590,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
585
|
590
|
* [PHP Env](https://github.com/CHH/phpenv) - Another PHP version manager.
|
|
586
|
591
|
* [PHP Switch](https://github.com/jubianchi/phpswitch) - Another version manager.
|
|
587
|
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
|
595
|
## Development Environment
|
|
590
|
596
|
*Software and tools for creating a sandboxed development environment.*
|
|
|
@@ -600,14 +606,8 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things.
|
|
600
|
606
|
*Alternative PHP virtual machines.*
|
|
601
|
607
|
|
|
602
|
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
|
612
|
## Web Applications
|
|
613
|
613
|
*Web-based applications and tools.*
|