mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
yiisoft/yii2-httpclient
added to structure-extensions.md
This commit is contained in:
@ -420,6 +420,8 @@ se describe en la subsección [Uso de Extensiones](#using-extensions)
|
||||
[Faker](https://github.com/fzaninotto/Faker) y generar datos automáticamente.
|
||||
- [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii): proporciona un generador de código basado den Web altamente
|
||||
extensible y que puede usarse para generar modelos, formularios, módulos, CRUD, etc. rápidamente.
|
||||
- [yiisoft/yii2-httpclient](https://github.com/yiisoft/yii2-httpclient):
|
||||
provides an HTTP client.
|
||||
- [yiisoft/yii2-imagine](https://github.com/yiisoft/yii2-imagine): proporciona funciones comunes de manipulación de
|
||||
imágenes basadas en [Imagine](http://imagine.readthedocs.org/).
|
||||
- [yiisoft/yii2-jui](https://github.com/yiisoft/yii2-jui): proporciona un conjunto de widgets que encapsulan las
|
||||
|
@ -309,6 +309,7 @@ Yii fournit les extensions du noyau suivantes qui sont développées et maintenu
|
||||
- [yiisoft/yii2-elasticsearch](https://github.com/yiisoft/yii2-elasticsearch) : fournit la prise en charge d'[Elasticsearch](http://www.elasticsearch.org/). Elle inclut un moteur de requêtes/recherches de base et met en œuvre le motif [Active Record](db-active-record.md) qui permet de stocker des enregistrement actifs dans Elasticsearch.
|
||||
- [yiisoft/yii2-faker](https://github.com/yiisoft/yii2-faker) : fournit la prise en charge de [Faker](https://github.com/fzaninotto/Faker) pour générer des données factices pour vous.
|
||||
- [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii) : fournit un générateur de code basé sur le Web qui est hautement extensible et peut être utilisé pour générer rapidement des modèles, des formulaires, des modules, des requêtes CRUD, etc.
|
||||
- [yiisoft/yii2-httpclient](https://github.com/yiisoft/yii2-httpclient): provides an HTTP client.
|
||||
- [yiisoft/yii2-imagine](https://github.com/yiisoft/yii2-imagine) : fournit des fonctionnalités couramment utilisées de manipulation d'images basées sur [Imagine](http://imagine.readthedocs.org/).
|
||||
- [yiisoft/yii2-jui](https://github.com/yiisoft/yii2-jui) : fournit un jeu d'objets graphiques qui encapsulent les interactions et les objets graphiques de [JQuery UI](http://jqueryui.com/).
|
||||
- [yiisoft/yii2-mongodb](https://github.com/yiisoft/yii2-mongodb) : fournit la prise en charge de [MongoDB](http://www.mongodb.org/). Elle inclut des fonctionnalités telles que les requêtes de base, les enregistrements actifs, les migrations, la mise en cache, la génération de code, etc.
|
||||
|
@ -395,6 +395,8 @@ Yii は下記のコアエクステンションを提供しています。これ
|
||||
ダミーデータを作る [Faker](https://github.com/fzaninotto/Faker) を使うためのサポートを提供します。
|
||||
- [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii):
|
||||
拡張性が非常に高いウェブベースのコードジェネレータを提供します。これを使って、モデル、フォーム、モジュール、CRUD などを迅速に生成することが出来ます。
|
||||
- [yiisoft/yii2-httpclient](https://github.com/yiisoft/yii2-httpclient):
|
||||
provides an HTTP client.
|
||||
- [yiisoft/yii2-imagine](https://github.com/yiisoft/yii2-imagine):
|
||||
[Imagine](http://imagine.readthedocs.org/) に基づいて、使われることの多い画像操作機能を提供します。
|
||||
- [yiisoft/yii2-jui](https://github.com/yiisoft/yii2-jui):
|
||||
|
@ -501,6 +501,8 @@ e podem ser facilmente instalados como descrito na subseção [Usando Extensões
|
||||
- [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii):
|
||||
fornece um gerador de código baseado na Web que é altamente extensível e pode
|
||||
ser usado para gerar rapidamente models (modelos), formulários, módulos, CRUD, etc.
|
||||
- [yiisoft/yii2-httpclient](https://github.com/yiisoft/yii2-httpclient):
|
||||
provides an HTTP client.
|
||||
- [yiisoft/yii2-imagine](https://github.com/yiisoft/yii2-imagine):
|
||||
fornece funções de manipulação de imagens comumente utilizados com base no
|
||||
[Imagine](http://imagine.readthedocs.org/).
|
||||
|
@ -401,6 +401,8 @@ Yii предоставляет следующие базовые расшире
|
||||
- [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii):
|
||||
предоставляет веб-интерфейс для генерации кода, который является весьма расширяемым и может быть использован для
|
||||
быстрой генерации моделей, форм, модулей, CRUD и т.д.
|
||||
- [yiisoft/yii2-httpclient](https://github.com/yiisoft/yii2-httpclient):
|
||||
предоставляет HTTP клиент.
|
||||
- [yiisoft/yii2-imagine](https://github.com/yiisoft/yii2-imagine):
|
||||
предоставляет часто используемые функции для работы с изображениями, основанные на библиотеке
|
||||
[Imagine](http://imagine.readthedocs.org/).
|
||||
|
@ -414,6 +414,8 @@ registered on [Packagist](https://packagist.org/) and can be easily installed as
|
||||
- [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii):
|
||||
provides a Web-based code generator that is highly extensible and can be used to quickly generate models,
|
||||
forms, modules, CRUD, etc.
|
||||
- [yiisoft/yii2-httpclient](https://github.com/yiisoft/yii2-httpclient):
|
||||
provides an HTTP client.
|
||||
- [yiisoft/yii2-imagine](https://github.com/yiisoft/yii2-imagine):
|
||||
provides commonly used image manipulation functions based on [Imagine](http://imagine.readthedocs.org/).
|
||||
- [yiisoft/yii2-jui](https://github.com/yiisoft/yii2-jui):
|
||||
|
@ -414,6 +414,8 @@ registered on [Packagist](https://packagist.org/) and can be easily installed as
|
||||
- [yiisoft/yii2-gii](https://github.com/yiisoft/yii2-gii):
|
||||
provides a Web-based code generator that is highly extensible and can be used to quickly generate models,
|
||||
forms, modules, CRUD, etc.
|
||||
- [yiisoft/yii2-httpclient](https://github.com/yiisoft/yii2-httpclient):
|
||||
provides an HTTP client.
|
||||
- [yiisoft/yii2-imagine](https://github.com/yiisoft/yii2-imagine):
|
||||
provides commonly used image manipulation functions based on [Imagine](http://imagine.readthedocs.org/).
|
||||
- [yiisoft/yii2-jui](https://github.com/yiisoft/yii2-jui):
|
||||
|
Reference in New Issue
Block a user