- Phalcon\Acl\Adapter\Database - ACL lists stored in database tables (@andresgutierrez)
- Phalcon\Acl\Adapter\Mongo - ACL lists stored in Mongo collections (@andresgutierrez)
- Phalcon\Acl\Adapter\Redis - ACL lists stored in a Redis cluster (@Green-Cat)
- Phalcon\Acl\Factory\Memory - ACL factory class intended for use with Memory adapter (@digitronac)
- Phalcon\Annotations\Adapter\Memcached - Memcached adapter for storing annotations (@igusev)
- Phalcon\Annotations\Adapter\Redis - Redis adapter for storing annotations (@sergeyklay)
- Phalcon\Annotations\Adapter\Aerospike - Aerospike adapter for storing annotations (@sergeyklay)
- Phalcon\Annotations\Extended\Adapter\Apc - Extended Apc adapter for storing annotations in the APC(u) (@sergeyklay)
- Phalcon\Annotations\Extended\Adapter\Memory - Extended Memory adapter for storing annotations in the memory (@sergeyklay)
- Phalcon\Annotations\Extended\Adapter\Files - Extended Files adapter for storing annotations in files (@sergeyklay)
- Phalcon\Mvc\Model\Behavior\Blameable - logs with every created or updated row in your database who created and who updated it (@andresgutierrez)
- Phalcon\Mvc\Model\Behavior\NestedSet - Nested Set behavior for models (@braska)
- Phalcon\Cache\Backend\Aerospike - Aerospike backend for caching data (@sergeyklay)
- Phalcon\Cache\Backend\Database - Database backend for caching data (@andresgutierrez)
- Phalcon\Cache\Backend\Wincache - Wincache backend for caching data (@nazwa)
- Phalcon\Config\Loader - Dynamic config loader by file extension (@Kachit)
- Phalcon\Config\Adapter\Xml - Reads xml files and converts them to Phalcon\Config objects. (@sergeyklay)
- Phalcon\Cli\Console\Extended - Extended Console application that uses annotations in order to create automatically a help description (@sarrubia)
- Phalcon\Cli\Environment - This component provides functionality that helps writing CLI oriented code that has runtime-specific execution params (@sergeyklay)
- Phalcon\Legacy\Crypt - Port of Phalcon 2.0.x (legacy)
Phalcon\Crypt
(@sergeyklay)
- Phalcon\Db\Adapter\Cacheable\Mysql - MySQL adapter that aggressively caches all the queries executed (@andresgutierrez)
- Phalcon\Db\Adapter\Factory - Phalcon DB adapters Factory (@Kachit)
- Phalcon\Db\Adapter\MongoDB - Database adapter for the new MongoDB extension (@tigerstrikemedia)
- Phalcon\Db\Adapter\Pdo\Oracle - Database adapter for the Oracle for the Oracle RDBMS. (@sergeyklay)
- Phalcon\Db\Dialect\MysqlExtended - Generates database specific SQL for the MySQL RDBMS. Extended version. (@andresgutierrez)
- Phalcon\Db\Dialect\Oracle - Generates database specific SQL for the Oracle RDBMS. (@sergeyklay)
- Phalcon\Http - Uri utility (@tugrul)
- Phalcon\Http\Client - Http Request and Response (@tugrul)
- Phalcon\Logger\Adapter\Database - Adapter to store logs in a database table (@andresgutierrez)
- Phalcon\Logger\Adapter\Firelogger - Adapter to log messages in the Firelogger console in Firebug (@andresgutierrez)
- Phalcon\Logger\Adapter\File\Multiple - Adapter to log to multiple files (@rlaffers)
- Phalcon\Mailer\Manager - Mailer wrapper over SwiftMailer (@KorsaR-ZN)
- Phalcon\Mvc\Model\MetaData\Wincache - Adapter for the Wincache php extension
- Phalcon\Mvc\MongoCollection - Collection class for the new MongoDB Extension (@tigerstrikemedia)
- Phalcon\Mvc\View\Engine\Mustache - Adapter for Mustache (@andresgutierrez)
- Phalcon\Mvc\View\Engine\Twig - Adapter for Twig (@andresgutierrez)
- Phalcon\Mvc\View\Engine\Smarty - Adapter for Smarty (@andresgutierrez)
- Phalcon\Error - Error handler used to centralize the error handling and displaying clean error pages (@theDisco)
- Phalcon\Queue\Beanstalk\Extended - Extended class to access the beanstalk queue service (@endeveit)
- Phalcon\Test\FunctionalTestCase - Mvc app test case wrapper (@thecodeassassin)
- Phalcon\Test\ModelTestCase - Model test case wrapper (@thecodeassassin)
- Phalcon\Test\UnitTestCase - Generic test case wrapper (@thecodeassassin)
- Phalcon\Translate\Adapter\Database - Translation adapter using relational databases (@andresgutierrez)
- Phalcon\Translate\Adapter\Mongo - Implements a Mongo adapter for translations (@gguridi)
- Phalcon\Translate\Adapter\ResourceBundle - Translation adapter using ResourceBundle (@andresgutierrez)
- Phalcon\Session\Adapter\Aerospike - Aerospike adapter for storing sessions (@sergeyklay)
- Phalcon\Session\Adapter\Database - Database adapter for storing sessions (@andresgutierrez)
- Phalcon\Session\Adapter\Mongo - MongoDb adapter for storing sessions (@andresgutierrez)
- Phalcon\Session\Adapter\HandlerSocket - HandlerSocket adapter for storing sessions (@Xrymz)
- Phalcon\Utils\Slug - Creates a slug for the passed string taking into account international characters. (@niden)
- Phalcon\Avatar\Gravatar - Provides an easy way to retrieve a user's profile image from Gravatar site based on a given email address (@sergeyklay)
- Phalcon\Validation\Validator\AlphaCompleteValidator - Validates a string containing alphanumeric, underscore, white spaces, slashes, apostrophes, brackets and punctuation characters. Optionally other characters can be allowed (@micheleangioni)
- Phalcon\Validation\Validator\AlphaNamesValidator - Validates a string containing alphanumeric, menus, apostrophe, underscore and white space characters. Optionally other numbers too can be allowed (@micheleangioni)
- Phalcon\Validation\Validator\AlphaNumericValidator - Validates a string containing alphanumeric characters. Optionally white spaces and underscores can be allowed (@micheleangioni)
- Phalcon\Validation\Validator\CardNumber - Allows to validate credit card number using Luhn algorithm (@parshikov)
- Phalcon\Validation\Validator\ConfirmationOf - Validates confirmation of other field value (@davihu)
- Phalcon\Validation\Validator\Decimal - Allows to validate if a field has a valid number in proper decimal format (negative and decimal numbers allowed) (@sergeyklay)
- Phalcon\Validation\Validator\IpValidator - Validates an ip address (@micheleangioni)
- Phalcon\Validation\Validator\MongoId - Validate MongoId value (@Kachit)
- Phalcon\Validation\Validator\NumericValidator - Validates a numeric string. Optionally can contain and sign (+/-) and allow floats (@micheleangioni)
- Phalcon\Validation\Validator\PasswordStrength - Validates password strength (@davihu)
- Phalcon\Validation\Validator\ReCaptcha - The reCAPTCHA Validator (@pflorek)
- Phalcon\Traits\ConfigurableTrait - Allows to define parameters which can be set by passing them to the class constructor (@sergeyklay)