rickyfun / lets-beast
...
Installs: 703
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/rickyfun/lets-beast
Requires
- php: >=7
- illuminate/console: 5.*
Requires (Dev)
- orchestra/testbench: ^3.5
- phpunit/phpunit: ~6.0
This package is auto-updated.
Last update: 2025-11-08 14:30:57 UTC
README
Encode php code use in Laravel Framework.
Prerequisites
Follow the readme ( liexusong/php-beast ) install php-beast.
Installing
composer require rickyfun/lets-beast
Usage
Encode file.
php artisan beast:encode app/User.php
Encode directory.
php artisan beast:encode app