phalcon / proxy-psr16
Phalcon Framework proxy classes for PSR-16
Fund package maintenance!
phalcon
Open Collective
Installs: 1 060
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 2
Open Issues: 0
Requires
- php: >=7.4 <9.0
- psr/simple-cache: ^1.0
Requires (Dev)
- codeception/codeception: ^4.1
- codeception/module-asserts: ^2.0
- codeception/module-filesystem: ^2.0
- codeception/module-memcache: ^2.0
- codeception/module-redis: ^1.4
- friendsofphp/php-cs-fixer: ^3.7
- pds/skeleton: ^1.0
- phalcon/ide-stubs: ^5.0
- phpstan/phpstan: ^1.4
- squizlabs/php_codesniffer: ^3.6
- vimeo/psalm: ^4.22
- vlucas/phpdotenv: ^5.4
This package is auto-updated.
Last update: 2023-08-29 02:50:48 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