cspray / yape-cli
A Symfony Console tool to help autogenerate your yape Enums.
1.0.0
2020-05-02 15:50 UTC
Requires
- php: ^7.2
- cspray/yape: ^3.0
- symfony/console: ^5
Requires (Dev)
- cspray/yape-dbal: ^1.0
- doctrine/dbal: ^2.9
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^8
This package is auto-updated.
Last update: 2024-11-05 22:31:42 UTC
README
A Symfony Console tool that makes it easy to generate code provided by cspray/yape and cspray/yape-dbal.
Requirements
- PHP 7.2+
Installation
composer require cspray/yape-cli
Documentation
This library is documented online at https://cspray.io/yape or within the cspray/yape
docs/ folder.