Jamie 4 лет назад
Родитель
Сommit
e79b5f677c
1 измененных файлов: 17 добавлений и 30 удалений
  1. 17
    30
      README.md

+ 17
- 30
README.md Просмотреть файл

@@ -61,7 +61,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
61 61
     - [Numbers](#numbers)
62 62
     - [Filtering and Validation](#filtering-and-validation)
63 63
     - [API](#api)
64
-    - [Caching](#caching)
64
+    - [Caching and Locking](#caching-and-locking)
65 65
     - [Data Structure and Storage](#data-structure-and-storage)
66 66
     - [Notifications](#notifications)
67 67
     - [Deployment](#deployment)
@@ -444,6 +444,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
444 444
 * [Barbushin PHP Console](https://github.com/barbushin/php-console) - Another web debugging console using Google Chrome.
445 445
 * [Blackfire.io](https://blackfire.io) - A low-overhead code profiler.
446 446
 * [Kint](https://github.com/kint-php/kint) - A debugging and profiling tool.
447
+* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
447 448
 * [PCOV](https://github.com/krakjoe/pcov) - A self contained code coverage compatible driver.
448 449
 * [PHP Console](https://github.com/Seldaek/php-console) - A web debugging console.
449 450
 * [PHP Debug Bar](http://phpdebugbar.com/) - A debugging toolbar.
@@ -463,6 +464,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
463 464
 * [Box](https://github.com/box-project/box) - A utility to build PHAR files.
464 465
 * [Construct](https://github.com/jonathantorres/construct) - A PHP project/micro-package generator.
465 466
 * [Phing](https://www.phing.info/) - A PHP project build system inspired by Apache Ant.
467
+* [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software.
466 468
 
467 469
 ### Task Runners
468 470
 *Libraries for automating and running tasks.*
@@ -489,6 +491,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
489 491
 ### Geolocation
490 492
 *Libraries for geocoding addresses and working with latitudes and longitudes.*
491 493
 
494
+* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
492 495
 * [GeoCoder](https://geocoder-php.org/) - A geocoding library.
493 496
 * [GeoJSON](https://github.com/jmikola/geojson) - A GeoJSON implementation.
494 497
 * [GeoTools](https://github.com/thephpleague/geotools) - A library of geo-related tools.
@@ -569,6 +572,7 @@ Please see [CONTRIBUTING](https://github.com/ziadoz/awesome-php/blob/master/CONT
569 572
 * [Pomm](https://github.com/chanmix51/Pomm) - An Object Model Manager for PostgreSQL.
570 573
 * [ProxyManager](https://github.com/Ocramius/ProxyManager) - A set of utilities to generate proxy objects for data mappers.
571 574
 * [RedBean](https://redbeanphp.com/index.php) - A lightweight, configuration-less ORM.
575
+* [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
572 576
 * [Spot2](https://github.com/spotorm/spot2) - A MySQL datamapper ORM.
573 577
 
574 578
 ### Migrations
@@ -640,11 +644,13 @@ Libraries to help manage database schemas and migrations.
640 644
 * [TwitterOAuth](https://github.com/abraham/twitteroauth) - A Twitter OAuth library.
641 645
 
642 646
 ### Markup and CSS
643
-*Libraries for working with markup and CSS.*
647
+*Libraries for highlighting, parsing, extracting and working with markup and CSS formats.
644 648
 
645 649
 * [Cebe Markdown](https://github.com/cebe/markdown) - An fast and extensible Markdown parser.
646 650
 * [CommonMark PHP](https://github.com/thephpleague/commonmark) - Highly-extensible Markdown parser which fully supports the [CommonMark spec](https://spec.commonmark.org/).
647 651
 * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library.
652
+* [Essence](https://github.com/essence/essence) - A library for extracting web media.
653
+* [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
648 654
 * [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images.
649 655
 * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown.
650 656
 * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library.
@@ -652,6 +658,7 @@ Libraries to help manage database schemas and migrations.
652 658
 * [PHP CSS Parser](https://github.com/sabberworm/PHP-CSS-Parser) - A Parser for CSS Files written in PHP.
653 659
 * [PHP Markdown](https://github.com/michelf/php-markdown) - A Markdown parser.
654 660
 * [Shiki PHP](https://github.com/spatie/shiki-php) - A [Shiki](https://github.com/shikijs/shiki) code highlighting package in PHP.
661
+* [VObject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
655 662
 
656 663
 ### Strings
657 664
 *Libraries for parsing and manipulating strings.*
@@ -711,8 +718,8 @@ Libraries to help manage database schemas and migrations.
711 718
 * [Restler](https://github.com/Luracast/Restler) - A lightweight framework to expose PHP methods as RESTful web API.
712 719
 * [wsdl2phpgenerator](https://github.com/wsdl2phpgenerator/wsdl2phpgenerator) - A tool to generate PHP classes from SOAP WSDL files.
713 720
 
714
-### Caching
715
-*Libraries for caching data.*
721
+### Caching and Locking
722
+*Libraries for caching data and acquiring locks.*
716 723
 
717 724
 * [APIx Cache](https://github.com/apix/cache) - A thin PSR-6 cache wrapper to various caching backends emphasising cache tagging and indexing.
718 725
 * [CacheTool](https://github.com/gordalina/cachetool) - A tool to clear APC/opcode caches from the command line.
@@ -721,6 +728,7 @@ Libraries to help manage database schemas and migrations.
721 728
 * [Metaphore](https://github.com/sobstel/metaphore) - Cache slam defense using a semaphore to prevent dogpile effect.
722 729
 * [Stash](https://github.com/tedious/Stash) - Another library for caching.
723 730
 * [Laminas Cache](https://github.com/laminas/laminas-cache) - Another caching library.
731
+* [Lock](https://github.com/php-lock/lock) - A lock library to provide exclusive execution.
724 732
 
725 733
 ### Data Structure and Storage
726 734
 *Libraries that implement data structure or storage techniques.*
@@ -793,39 +801,17 @@ Libraries to help manage database schemas and migrations.
793 801
 * [Zephir](https://github.com/phalcon/zephir) - A compiled language between PHP and C++ for developing PHP extensions.
794 802
 
795 803
 ### Miscellaneous
796
-*Useful libraries or tools that don't fit in the categories above.*
804
+*Useful libraries or utilities that don't fit into the categories above.*
797 805
 
798
-* [Annotations](https://github.com/doctrine/annotations) - An annotations library (part of Doctrine).
806
+* [Annotations](https://github.com/doctrine/annotations) - An annotation library (part of Doctrine).
799 807
 * [BotMan](https://github.com/botman/botman) - A framework agnostic PHP library to build cross-platform chat bots.
800
-* [CakePHP Utility](https://github.com/cakephp/utility) - Utility classes such as Inflector, String, Hash, Security and XML.
801
-* [Chief](https://github.com/adamnicholson/Chief) - A command bus library.
802 808
 * [ClassPreloader](https://github.com/ClassPreloader/ClassPreloader) - A library for optimising autoloading.
803
-* [Country List](https://github.com/umpirsky/country-list) - A list of all countries with names and ISO 3166-1 codes.
804
-* [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library.
805
-* [Essence](https://github.com/essence/essence) - A library for extracting web media.
806
-* [Expose](https://github.com/beyondcode/expose) - An open source PHP tunneling service.
807
-* [Graphviz](https://github.com/alexandresalome/graphviz) - A Graphviz library.
808
-* [Hprose-PHP](https://github.com/hprose/hprose-php) - A very newbility RPC Library, support 25+ languages now.
809
+* [Hprose-PHP](https://github.com/hprose/hprose-php) - A cross-language RPC.
809 810
 * [JSON Lint](https://github.com/Seldaek/jsonlint) - A JSON lint utility.
810
-* [JSONPCallbackValidator](https://github.com/willdurand/JsonpCallbackValidator) - A library for validating JSONP callbacks.
811
-* [Lock](https://github.com/php-lock/lock) - A lock library to provide exclusive execution.
812
-* [Metrics](https://github.com/beberlei/metrics) - A simple metrics API library.
813 811
 * [noCAPTCHA](https://github.com/ARCANEDEV/noCAPTCHA) - Helper for Google's noCAPTCHA (reCAPTCHA).
814
-* [Nmap](https://github.com/willdurand/nmap) - A PHP wrapper around [Nmap](https://nmap.org/).
815 812
 * [Pagerfanta](https://github.com/whiteoctober/Pagerfanta) - A pagination library.
816
-* [PHP PassBook](https://github.com/eymengunay/php-passbook) - A PHP library for iOS PassBook.
817
-* [PHP-ML](https://github.com/jorgecasas/php-ml) - A library for Machine Learning in PHP.
818
-* [PHPCR](https://github.com/phpcr/phpcr) - A PHP port of the Java Content Repository (JCR).
819
-* [print_o](https://github.com/koriym/print_o) - An object graph visualizer.
820
-* [Procrastinator](https://github.com/lstrojny/Procrastinator) - A library for running time consuming tasks.
821
-* [Prooph Service Bus](https://github.com/prooph/service-bus) - Lightweight message bus supporting CQRS and Micro Services
822
-* [RMT](https://github.com/liip/RMT) - A library for versioning and releasing software.
823
-* [sabre/vobject](https://github.com/sabre-io/vobject) - A library for parsing VCard and iCalendar objects.
824 813
 * [Safe](https://github.com/thecodingmachine/safe) - All PHP functions, rewritten to throw exceptions instead of returning false.
825
-* [Slimdump](https://github.com/webfactory/slimdump) - An easy dumper tool for MySQL.
826
-* [Spork](https://github.com/kriswallsmith/spork) - A process forking library.
827 814
 * [SuperClosure](https://github.com/jeremeamia/super_closure) - A library that allows Closures to be serialized.
828
-* [Underscore](https://anahkiasen.github.io/underscore-php/) - A PHP port of the Underscore JS library.
829 815
 
830 816
 # Software
831 817
 *Software for creating a development environment.*
@@ -841,11 +827,12 @@ Libraries to help manage database schemas and migrations.
841 827
 * [PHP OSX](https://php-osx.liip.ch/) - A PHP installer for OSX.
842 828
 
843 829
 ### Development Environment
844
-*Software and tools for creating a sandboxed development environment.*
830
+*Software and tools for creating and sharing a development environment.*
845 831
 
846 832
 * [Ansible](https://www.ansible.com/) - A radically simple orchestration framework.
847 833
 * [Docker](https://www.docker.com/) - A containerization platform.
848 834
 * [Docker PHP Extension Installer](https://github.com/mlocati/docker-php-extension-installer) - Easily install PHP extensions in Docker containers.
835
+* [Expose](https://github.com/beyondcode/expose) - An open source PHP tunneling service.
849 836
 * [Lando](https://lando.dev/) - Push-button development environments.
850 837
 * [Laravel Homestead](https://laravel.com/docs/master/homestead) - A local development environment for Laravel. 
851 838
 * [Laradock](http://laradock.io/) - A full PHP development environment based on Docker.

Загрузка…
Отмена
Сохранить