Skip to content

Commit 14940c2

Browse files
committed
Link authors [ci skip]
1 parent 7193e7a commit 14940c2

File tree

1 file changed

+62
-62
lines changed

1 file changed

+62
-62
lines changed

INDEX.md

+62-62
Original file line numberDiff line numberDiff line change
@@ -1,113 +1,113 @@
11
# Contributions Index
22

33
## Acl
4-
* [Phalcon\Acl\Adapter\Database](Library/Phalcon/Acl/Adapter) - ACL lists stored in database tables (@phalcon)
5-
* [Phalcon\Acl\Adapter\Mongo](Library/Phalcon/Acl/Adapter) - ACL lists stored in Mongo collections (@phalcon)
6-
* [Phalcon\Acl\Adapter\Redis](Library/Phalcon/Acl/Adapter) - ACL lists stored in a Redis cluster (@Green-Cat)
7-
* [Phalcon\Acl\Factory\Memory](Library/Phalcon/Acl/Factory) - ACL factory class intended for use with Memory adapter (@digitronac)
4+
* [Phalcon\Acl\Adapter\Database](Library/Phalcon/Acl/Adapter) - ACL lists stored in database tables ([@andresgutierrez](https://github.com/andresgutierrez))
5+
* [Phalcon\Acl\Adapter\Mongo](Library/Phalcon/Acl/Adapter) - ACL lists stored in Mongo collections ([@andresgutierrez](https://github.com/andresgutierrez))
6+
* [Phalcon\Acl\Adapter\Redis](Library/Phalcon/Acl/Adapter) - ACL lists stored in a Redis cluster ([@Green-Cat](https://github.com/Green-Cat))
7+
* [Phalcon\Acl\Factory\Memory](Library/Phalcon/Acl/Factory) - ACL factory class intended for use with Memory adapter ([@digitronac](https://github.com/digitronac))
88

99
## Annotations
10-
* [Phalcon\Annotations\Adapter\Memcached](Library/Phalcon/Annotations/Adapter) - Memcached adapter for storing annotations (@igusev)
11-
* [Phalcon\Annotations\Adapter\Redis](Library/Phalcon/Annotations/Adapter) - Redis adapter for storing annotations (@sergeyklay)
12-
* [Phalcon\Annotations\Adapter\Aerospike](Library/Phalcon/Annotations/Adapter) - Aerospike adapter for storing annotations (@sergeyklay)
13-
* [Phalcon\Annotations\Extended\Adapter\Apc](Library/Phalcon/Annotations/Extended/Adapter) - Extended Apc adapter for storing annotations in the APC(u) (@sergeyklay)
14-
* [Phalcon\Annotations\Extended\Adapter\Memory](Library/Phalcon/Annotations/Extended/Adapter) - Extended Memory adapter for storing annotations in the memory (@sergeyklay)
15-
* [Phalcon\Annotations\Extended\Adapter\Files](Library/Phalcon/Annotations/Extended/Adapter) - Extended Files adapter for storing annotations in files (@sergeyklay)
10+
* [Phalcon\Annotations\Adapter\Memcached](Library/Phalcon/Annotations/Adapter) - Memcached adapter for storing annotations ([@igusev](https://github.com/igusev))
11+
* [Phalcon\Annotations\Adapter\Redis](Library/Phalcon/Annotations/Adapter) - Redis adapter for storing annotations ([@sergeyklay](https://github.com/sergeyklay))
12+
* [Phalcon\Annotations\Adapter\Aerospike](Library/Phalcon/Annotations/Adapter) - Aerospike adapter for storing annotations ([@sergeyklay](https://github.com/sergeyklay))
13+
* [Phalcon\Annotations\Extended\Adapter\Apc](Library/Phalcon/Annotations/Extended/Adapter) - Extended Apc adapter for storing annotations in the APC(u) ([@sergeyklay](https://github.com/sergeyklay))
14+
* [Phalcon\Annotations\Extended\Adapter\Memory](Library/Phalcon/Annotations/Extended/Adapter) - Extended Memory adapter for storing annotations in the memory ([@sergeyklay](https://github.com/sergeyklay))
15+
* [Phalcon\Annotations\Extended\Adapter\Files](Library/Phalcon/Annotations/Extended/Adapter) - Extended Files adapter for storing annotations in files ([@sergeyklay](https://github.com/sergeyklay))
1616

1717
## Behaviors
18-
* [Phalcon\Mvc\Model\Behavior\Blameable](Library/Phalcon/Mvc/Model/Behavior) - logs with every created or updated row in your database who created and who updated it (@phalcon)
19-
* [Phalcon\Mvc\Model\Behavior\NestedSet](Library/Phalcon/Mvc/Model/Behavior) - Nested Set behavior for models (@braska)
18+
* [Phalcon\Mvc\Model\Behavior\Blameable](Library/Phalcon/Mvc/Model/Behavior) - logs with every created or updated row in your database who created and who updated it ([@andresgutierrez](https://github.com/andresgutierrez))
19+
* [Phalcon\Mvc\Model\Behavior\NestedSet](Library/Phalcon/Mvc/Model/Behavior) - Nested Set behavior for models ([@braska](https://github.com/braska))
2020

2121
## Cache
22-
* [Phalcon\Cache\Backend\Aerospike](Library/Phalcon/Cache/Backend) - Aerospike backend for caching data (@sergeyklay)
23-
* [Phalcon\Cache\Backend\Database](Library/Phalcon/Cache/Backend) - Database backend for caching data (@phalcon)
24-
* [Phalcon\Cache\Backend\Wincache](Library/Phalcon/Cache/Backend) - Wincache backend for caching data (@nazwa)
22+
* [Phalcon\Cache\Backend\Aerospike](Library/Phalcon/Cache/Backend) - Aerospike backend for caching data ([@sergeyklay](https://github.com/sergeyklay))
23+
* [Phalcon\Cache\Backend\Database](Library/Phalcon/Cache/Backend) - Database backend for caching data ([@andresgutierrez](https://github.com/andresgutierrez))
24+
* [Phalcon\Cache\Backend\Wincache](Library/Phalcon/Cache/Backend) - Wincache backend for caching data ([@nazwa](https://github.com/nazwa))
2525

2626
## Config
27-
* [Phalcon\Config\Loader](Library/Phalcon/Config) - Dynamic config loader by file extension (@Kachit)
28-
* [Phalcon\Config\Adapter\Xml](Library/Phalcon/Config) - Reads xml files and converts them to Phalcon\Config objects. (@sergeyklay)
27+
* [Phalcon\Config\Loader](Library/Phalcon/Config) - Dynamic config loader by file extension ([@Kachit](https://github.com/Kachit))
28+
* [Phalcon\Config\Adapter\Xml](Library/Phalcon/Config) - Reads xml files and converts them to Phalcon\Config objects. ([@sergeyklay](https://github.com/sergeyklay))
2929

3030
## Console
31-
* [Phalcon\Cli\Console\Extended](Library/Phalcon/Cli/Console) - Extended Console application that uses annotations in order to create automatically a help description (@sarrubia)
32-
* [Phalcon\Cli\Environment](Library/Phalcon/Cli/Environment) - This component provides functionality that helps writing CLI oriented code that has runtime-specific execution params (@sergeyklay)
31+
* [Phalcon\Cli\Console\Extended](Library/Phalcon/Cli/Console) - Extended Console application that uses annotations in order to create automatically a help description ([@sarrubia](https://github.com/sarrubia))
32+
* [Phalcon\Cli\Environment](Library/Phalcon/Cli/Environment) - This component provides functionality that helps writing CLI oriented code that has runtime-specific execution params ([@sergeyklay](https://github.com/sergeyklay))
3333

3434
## Crypt
35-
* [Phalcon\Legacy\Crypt](Library/Phalcon/Legacy) - Port of Phalcon 2.0.x (legacy) `Phalcon\Crypt` (@sergeyklay)
35+
* [Phalcon\Legacy\Crypt](Library/Phalcon/Legacy) - Port of Phalcon 2.0.x (legacy) `Phalcon\Crypt` ([@sergeyklay](https://github.com/sergeyklay))
3636

3737
## Database
3838

3939
### Adapter
40-
* [Phalcon\Db\Adapter\Cacheable\Mysql](Library/Phalcon/Db/Adapter) - MySQL adapter that aggressively caches all the queries executed (@phalcon)
41-
* [Phalcon\Db\Adapter\Factory](Library/Phalcon/Db/Adapter) - Phalcon DB adapters Factory (@Kachit)
42-
* [Phalcon\Db\Adapter\MongoDB](Library/Phalcon/Db/Adapter) - Database adapter for the new MongoDB extension (@tigerstrikemedia)
43-
* [Phalcon\Db\Adapter\Pdo\Oracle](Library/Phalcon/Db/Adapter) - Database adapter for the Oracle for the Oracle RDBMS. (@sergeyklay)
40+
* [Phalcon\Db\Adapter\Cacheable\Mysql](Library/Phalcon/Db/Adapter) - MySQL adapter that aggressively caches all the queries executed ([@andresgutierrez](https://github.com/andresgutierrez))
41+
* [Phalcon\Db\Adapter\Factory](Library/Phalcon/Db/Adapter) - Phalcon DB adapters Factory ([@Kachit](https://github.com/Kachit))
42+
* [Phalcon\Db\Adapter\MongoDB](Library/Phalcon/Db/Adapter) - Database adapter for the new MongoDB extension ([@tigerstrikemedia](https://github.com/tigerstrikemedia))
43+
* [Phalcon\Db\Adapter\Pdo\Oracle](Library/Phalcon/Db/Adapter) - Database adapter for the Oracle for the Oracle RDBMS. ([@sergeyklay](https://github.com/sergeyklay))
4444

4545
### Dialect
46-
* [Phalcon\Db\Dialect\MysqlExtended](Library/Phalcon/Db/Dialect) - Generates database specific SQL for the MySQL RDBMS. Extended version. (@phalcon)
47-
* [Phalcon\Db\Dialect\Oracle](Library/Phalcon/Db/Dialect) - Generates database specific SQL for the Oracle RDBMS. (@sergeyklay)
46+
* [Phalcon\Db\Dialect\MysqlExtended](Library/Phalcon/Db/Dialect) - Generates database specific SQL for the MySQL RDBMS. Extended version. ([@andresgutierrez](https://github.com/andresgutierrez))
47+
* [Phalcon\Db\Dialect\Oracle](Library/Phalcon/Db/Dialect) - Generates database specific SQL for the Oracle RDBMS. ([@sergeyklay](https://github.com/sergeyklay))
4848

4949
## Http
50-
* [Phalcon\Http](Library/Phalcon/Http) - Uri utility (@tugrul)
51-
* [Phalcon\Http\Client](Library/Phalcon/Http/Client) - Http Request and Response (@tugrul)
50+
* [Phalcon\Http](Library/Phalcon/Http) - Uri utility ([@tugrul](https://github.com/tugrul))
51+
* [Phalcon\Http\Client](Library/Phalcon/Http/Client) - Http Request and Response ([@tugrul](https://github.com/tugrul))
5252

5353
## Logger
54-
* [Phalcon\Logger\Adapter\Database](Library/Phalcon/Logger) - Adapter to store logs in a database table (@phalcon)
55-
* [Phalcon\Logger\Adapter\Firelogger](Library/Phalcon/Logger) - Adapter to log messages in the Firelogger console in Firebug (@phalcon)
56-
* [Phalcon\Logger\Adapter\File\Multiple](Library/Phalcon/Logger) - Adapter to log to multiple files (@rlaffers)
54+
* [Phalcon\Logger\Adapter\Database](Library/Phalcon/Logger) - Adapter to store logs in a database table ([@andresgutierrez](https://github.com/andresgutierrez))
55+
* [Phalcon\Logger\Adapter\Firelogger](Library/Phalcon/Logger) - Adapter to log messages in the Firelogger console in Firebug ([@andresgutierrez](https://github.com/andresgutierrez))
56+
* [Phalcon\Logger\Adapter\File\Multiple](Library/Phalcon/Logger) - Adapter to log to multiple files ([@rlaffers](https://github.com/rlaffers))
5757

5858
## Mailer
59-
* [Phalcon\Mailer\Manager](Library/Phalcon/Mailer) - Mailer wrapper over SwiftMailer (@KorsaR-ZN)
59+
* [Phalcon\Mailer\Manager](Library/Phalcon/Mailer) - Mailer wrapper over SwiftMailer ([@KorsaR-ZN](https://github.com/KorsaR-ZN))
6060

6161
## Model MetaData Adapters
6262
* [Phalcon\Mvc\Model\MetaData\Wincache](Library/Phalcon/Mvc/Model/MetaData) - Adapter for the Wincache php extension
6363

6464
## MVC
65-
* [Phalcon\Mvc\MongoCollection](Library/Phalcon/MVC/MongoCollection) - Collection class for the new MongoDB Extension (@tigerstrikemedia)
65+
* [Phalcon\Mvc\MongoCollection](Library/Phalcon/MVC/MongoCollection) - Collection class for the new MongoDB Extension ([@tigerstrikemedia](https://github.com/tigerstrikemedia))
6666

6767
## Template Engines
68-
* [Phalcon\Mvc\View\Engine\Mustache](Library/Phalcon/Mvc/View/Engine) - Adapter for Mustache (@phalcon)
69-
* [Phalcon\Mvc\View\Engine\Twig](Library/Phalcon/Mvc/View/Engine) - Adapter for Twig (@phalcon)
70-
* [Phalcon\Mvc\View\Engine\Smarty](Library/Phalcon/Mvc/View/Engine) - Adapter for Smarty (@phalcon)
68+
* [Phalcon\Mvc\View\Engine\Mustache](Library/Phalcon/Mvc/View/Engine) - Adapter for Mustache ([@andresgutierrez](https://github.com/andresgutierrez))
69+
* [Phalcon\Mvc\View\Engine\Twig](Library/Phalcon/Mvc/View/Engine) - Adapter for Twig ([@andresgutierrez](https://github.com/andresgutierrez))
70+
* [Phalcon\Mvc\View\Engine\Smarty](Library/Phalcon/Mvc/View/Engine) - Adapter for Smarty ([@andresgutierrez](https://github.com/andresgutierrez))
7171

7272
## Error Handling
73-
* [Phalcon\Error](Library/Phalcon/Error) - Error handler used to centralize the error handling and displaying clean error pages (@theDisco)
73+
* [Phalcon\Error](Library/Phalcon/Error) - Error handler used to centralize the error handling and displaying clean error pages ([@theDisco](https://github.com/theDisco))
7474

7575
## Queue
76-
* [Phalcon\Queue\Beanstalk\Extended](Library/Phalcon/Queue/Beanstalk) - Extended class to access the beanstalk queue service (@endeveit)
76+
* [Phalcon\Queue\Beanstalk\Extended](Library/Phalcon/Queue/Beanstalk) - Extended class to access the beanstalk queue service ([@endeveit](https://github.com/endeveit))
7777

7878
## Test
79-
* [Phalcon\Test\FunctionalTestCase](Library/Phalcon/Test) - Mvc app test case wrapper (@thecodeassassin)
80-
* [Phalcon\Test\ModelTestCase](Library/Phalcon/Test) - Model test case wrapper (@thecodeassassin)
81-
* [Phalcon\Test\UnitTestCase](Library/Phalcon/Test) - Generic test case wrapper (@thecodeassassin)
79+
* [Phalcon\Test\FunctionalTestCase](Library/Phalcon/Test) - Mvc app test case wrapper ([@thecodeassassin](https://github.com/thecodeassassin))
80+
* [Phalcon\Test\ModelTestCase](Library/Phalcon/Test) - Model test case wrapper ([@thecodeassassin](https://github.com/thecodeassassin))
81+
* [Phalcon\Test\UnitTestCase](Library/Phalcon/Test) - Generic test case wrapper ([@thecodeassassin](https://github.com/thecodeassassin))
8282

8383
## Translate
84-
* [Phalcon\Translate\Adapter\Database](Library/Phalcon/Translate/Adapter) - Translation adapter using relational databases (@phalcon)
85-
* [Phalcon\Translate\Adapter\Mongo](Library/Phalcon/Translate/Adapter) - Implements a Mongo adapter for translations (@gguridi)
86-
* [Phalcon\Translate\Adapter\ResourceBundle](Library/Phalcon/Translate/Adapter) - Translation adapter using ResourceBundle (@phalcon)
84+
* [Phalcon\Translate\Adapter\Database](Library/Phalcon/Translate/Adapter) - Translation adapter using relational databases ([@andresgutierrez](https://github.com/andresgutierrez))
85+
* [Phalcon\Translate\Adapter\Mongo](Library/Phalcon/Translate/Adapter) - Implements a Mongo adapter for translations ([@gguridi](https://github.com/gguridi))
86+
* [Phalcon\Translate\Adapter\ResourceBundle](Library/Phalcon/Translate/Adapter) - Translation adapter using ResourceBundle ([@andresgutierrez](https://github.com/andresgutierrez))
8787

8888
## Session
89-
* [Phalcon\Session\Adapter\Aerospike](Library/Phalcon/Session/Adapter) - Aerospike adapter for storing sessions (@sergeyklay)
90-
* [Phalcon\Session\Adapter\Database](Library/Phalcon/Session/Adapter) - Database adapter for storing sessions (@phalcon)
91-
* [Phalcon\Session\Adapter\Mongo](Library/Phalcon/Session/Adapter) - MongoDb adapter for storing sessions (@phalcon)
92-
* [Phalcon\Session\Adapter\HandlerSocket](Library/Phalcon/Session/Adapter) - HandlerSocket adapter for storing sessions (@Xrymz)
89+
* [Phalcon\Session\Adapter\Aerospike](Library/Phalcon/Session/Adapter) - Aerospike adapter for storing sessions ([@sergeyklay](https://github.com/sergeyklay))
90+
* [Phalcon\Session\Adapter\Database](Library/Phalcon/Session/Adapter) - Database adapter for storing sessions ([@andresgutierrez](https://github.com/andresgutierrez))
91+
* [Phalcon\Session\Adapter\Mongo](Library/Phalcon/Session/Adapter) - MongoDb adapter for storing sessions ([@andresgutierrez](https://github.com/andresgutierrez))
92+
* [Phalcon\Session\Adapter\HandlerSocket](Library/Phalcon/Session/Adapter) - HandlerSocket adapter for storing sessions ([@Xrymz](https://github.com/Xrymz))
9393

9494
## Utils
95-
* [Phalcon\Utils\Slug](Library/Phalcon/Utils) - Creates a slug for the passed string taking into account international characters. (@niden)
96-
* [Phalcon\Avatar\Gravatar](Library/Phalcon/Avatar) - Provides an easy way to retrieve a user's profile image from Gravatar site based on a given email address (@sergeyklay)
95+
* [Phalcon\Utils\Slug](Library/Phalcon/Utils) - Creates a slug for the passed string taking into account international characters. ([@niden](https://github.com/niden))
96+
* [Phalcon\Avatar\Gravatar](Library/Phalcon/Avatar) - Provides an easy way to retrieve a user's profile image from Gravatar site based on a given email address ([@sergeyklay](https://github.com/sergeyklay))
9797

9898
## Validators
99-
* [Phalcon\Validation\Validator\AlphaCompleteValidator](Library/Phalcon/Validation/AlphaCompleteValidator) - Validates a string containing alphanumeric, underscore, white spaces, slashes, apostrophes, brackets and punctuation characters. Optionally other characters can be allowed (@micheleangioni)
100-
* [Phalcon\Validation\Validator\AlphaNamesValidator](Library/Phalcon/Validation/AlphaNamesValidator) - Validates a string containing alphanumeric, menus, apostrophe, underscore and white space characters. Optionally other numbers too can be allowed (@micheleangioni)
101-
* [Phalcon\Validation\Validator\AlphaNumericValidator](Library/Phalcon/Validation/AlphaNumericValidator) - Validates a string containing alphanumeric characters. Optionally white spaces and underscores can be allowed (@micheleangioni)
102-
* [Phalcon\Validation\Validator\CardNumber](Library/Phalcon/Validation/Validator) - Allows to validate credit card number using Luhn algorithm (@parshikov)
103-
* [Phalcon\Validation\Validator\ConfirmationOf](Library/Phalcon/Validation/Validator) - Validates confirmation of other field value (@davihu)
104-
* [Phalcon\Validation\Validator\Decimal](Library/Phalcon/Validation/Validator) - Allows to validate if a field has a valid number in proper decimal format (negative and decimal numbers allowed) (@sergeyklay)
105-
* [Phalcon\Validation\Validator\IpValidator](Library/Phalcon/Validation/IpValidator) - Validates an ip address (@micheleangioni)
106-
* [Phalcon\Validation\Validator\MongoId](Library/Phalcon/Validation/Validator) - Validate MongoId value (@Kachit)
107-
* [Phalcon\Validation\Validator\NumericValidator](Library/Phalcon/Validation/NumericValidator) - Validates a numeric string. Optionally can contain and sign (+/-) and allow floats (@micheleangioni)
108-
* [Phalcon\Validation\Validator\PasswordStrength](Library/Phalcon/Validation/Validator) - Validates password strength (@davihu)
109-
* [Phalcon\Validation\Validator\ReCaptcha](Library/Phalcon/Validation/Validator) - The reCAPTCHA Validator (@pflorek)
99+
* [Phalcon\Validation\Validator\AlphaCompleteValidator](Library/Phalcon/Validation/AlphaCompleteValidator) - Validates a string containing alphanumeric, underscore, white spaces, slashes, apostrophes, brackets and punctuation characters. Optionally other characters can be allowed ([@micheleangioni](https://github.com/micheleangioni))
100+
* [Phalcon\Validation\Validator\AlphaNamesValidator](Library/Phalcon/Validation/AlphaNamesValidator) - Validates a string containing alphanumeric, menus, apostrophe, underscore and white space characters. Optionally other numbers too can be allowed ([@micheleangioni](https://github.com/micheleangioni))
101+
* [Phalcon\Validation\Validator\AlphaNumericValidator](Library/Phalcon/Validation/AlphaNumericValidator) - Validates a string containing alphanumeric characters. Optionally white spaces and underscores can be allowed ([@micheleangioni](https://github.com/micheleangioni))
102+
* [Phalcon\Validation\Validator\CardNumber](Library/Phalcon/Validation/Validator) - Allows to validate credit card number using Luhn algorithm ([@parshikov](https://github.com/parshikov))
103+
* [Phalcon\Validation\Validator\ConfirmationOf](Library/Phalcon/Validation/Validator) - Validates confirmation of other field value ([@davihu](https://github.com/davihu))
104+
* [Phalcon\Validation\Validator\Decimal](Library/Phalcon/Validation/Validator) - Allows to validate if a field has a valid number in proper decimal format (negative and decimal numbers allowed) ([@sergeyklay](https://github.com/sergeyklay))
105+
* [Phalcon\Validation\Validator\IpValidator](Library/Phalcon/Validation/IpValidator) - Validates an ip address ([@micheleangioni](https://github.com/micheleangioni))
106+
* [Phalcon\Validation\Validator\MongoId](Library/Phalcon/Validation/Validator) - Validate MongoId value ([@Kachit](https://github.com/Kachit))
107+
* [Phalcon\Validation\Validator\NumericValidator](Library/Phalcon/Validation/NumericValidator) - Validates a numeric string. Optionally can contain and sign (+/-) and allow floats ([@micheleangioni](https://github.com/micheleangioni))
108+
* [Phalcon\Validation\Validator\PasswordStrength](Library/Phalcon/Validation/Validator) - Validates password strength ([@davihu](https://github.com/davihu))
109+
* [Phalcon\Validation\Validator\ReCaptcha](Library/Phalcon/Validation/Validator) - The reCAPTCHA Validator ([@pflorek](https://github.com/pflorek))
110110

111111
## Traits
112112

113-
* [Phalcon\Traits\ConfigurableTrait](Library/Phalcon/Traits) - Allows to define parameters which can be set by passing them to the class constructor (@sergeyklay)
113+
* [Phalcon\Traits\ConfigurableTrait](Library/Phalcon/Traits) - Allows to define parameters which can be set by passing them to the class constructor ([@sergeyklay](https://github.com/sergeyklay))

0 commit comments

Comments
 (0)