phalcon / proxy-psr16
Phalcon Framework proxy classes for PSR-16
Fund package maintenance!
phalcon
Open Collective
Installs: 2 328
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: >=8.0 <9.0
- psr/simple-cache: ^3.0
Requires (Dev)
- codeception/codeception: ^5.0
- codeception/module-asserts: ^3.0
- codeception/module-filesystem: ^3.0
- codeception/module-memcache: ^3.0
- codeception/module-redis: ^3.1
- pds/skeleton: ^1.0
- phalcon/ide-stubs: ^5.6
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^9.6
- squizlabs/php_codesniffer: ^3.8
- vimeo/psalm: ^5.19
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2024-10-17 23:00:39 UTC
README
Phalcon is an open source web framework delivered as a C extension for the PHP language providing high performance and lower resource consumption.
Proxy PSR-16 is a package that offers PSR-16 compatibility with Phalcon\Cache\Cache
. Developers that wish to use PSR-16 alongside Phalcon, can use this package which is a wrapper to Phalcon\Cache\Cache
.
Installation
You can install the package using composer
composer require phalcon/proxy-psr16