phalcon / phalcon
Phalcon Framework
Fund package maintenance!
phalcon
Open Collective
Installs: 662
Dependents: 0
Suggesters: 0
Security: 0
Stars: 237
Watchers: 27
Forks: 49
Open Issues: 101
pkg:composer/phalcon/phalcon
Requires
- php: >=8.1 <9.0
- ext-fileinfo: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-xml: *
- matthiasmullie/minify: ^1.3
- payload-interop/payload-interop: ^1.0
- phalcon/traits: ^3.0
- psr/container: ^2.0
- psr/log: ^3.0
- psr/simple-cache: ^3.0
Requires (Dev)
- ext-gettext: *
- ext-yaml: *
- friendsofphp/php-cs-fixer: ^3.13
- pds/skeleton: ^1.0
- phalcon/volt: dev-master
- phpbench/phpbench: ^1.2
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^10.5
- predis/predis: ^3.0
- squizlabs/php_codesniffer: ^4.0
- vlucas/phpdotenv: ^5.5
Suggests
- ext-apcu: to use Cache\Adapter\Apcu, Storage\Adapter\Apcu
- ext-gd: to use Image\Adapter\Gd
- ext-igbinary: to use Storage\Serializer\Igbinary
- ext-imagick: to use Image\Adapter\Imagick
- ext-memcached: to use Cache\Adapter\Libmemcached, Session\Adapter\Libmemcached, Storage\Adapter\Libmemcached
- ext-openssl: to use Encryption\Crypt
- ext-redis: to use Cache\Adapter\Redis, Session\Adapter\Redis, Storage\Adapter\Redis
- ext-yaml: to use Config\Adapter\Yaml
This package is auto-updated.
Last update: 2025-10-10 23:39:24 UTC
README
Phalcon Framework
Volt: Template Engine
This repository consists of the Volt parser, for the Volt Template Engine used by the Phalcon Framework.## Implemented
Standard | Description |
---|---|
Phalcon\Logger\Logger |
|
Phalcon\Autoloader |
|
Phalcon\Http\Message |
|
Phalcon\Container\Container |
|
Coding Standard | |
Phalcon\Html\Tag\Link |
|
Phalcon\Cache\Cache |
To do
Standard | Description |
---|---|
Caching Interface | |
Event Dispatcher | |
HTTP Handlers | |
Phalcon\Http\Message |
|
HTTP Client |
Remaining refactoring / alignment with cphalcon
(v5)
- Url
- Pull requests to
cphalcon
- Convert tests to phpunit.