buzzingpixel / executive-ee
An ExpressionEngine toolkit that provides a CLI, migrations, command scheduling, queue processing, custom extensions, custom template tags, custom CP views, and more!
Installs: 274
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 0
Open Issues: 0
Type:ee-add-on
Requires
- php: >=7.1
- ext-json: *
- ext-zip: *
- buzzingpixel/corbomite-config-collector: ^1.1.2
- buzzingpixel/minify: ^1.1
- composer/composer: ^1.8
- doctrine/annotations: ^1.6
- php-di/php-di: ^6.0
- symfony/console: ^4.2
- symfony/filesystem: ^4.2
- symfony/finder: ^4.2
- twig/twig: ^2.7
- zendframework/zend-diactoros: ^2.1
- zendframework/zend-httphandlerrunner: ^1.1
Requires (Dev)
- codedungeon/phpunit-result-printer: ^0.26.1
- doctrine/coding-standard: ^6.0
- filp/whoops: ^2.3
- friendsofphp/php-cs-fixer: ^2.14
- phpmd/phpmd: ^2.6
- phpunit/phpunit: ^8.0
- roave/security-advisories: dev-master
- squizlabs/php_codesniffer: ^3.4
- symfony/dotenv: ^4.2
- symfony/var-dumper: ^4.2
This package is auto-updated.
Last update: 2024-10-29 04:31:15 UTC
README
Executive: A Development Toolbox for ExpressionEngine
Executive requires EE 4
Executive 3.x and newer requires ExpressionEngine 4 or newer.
About Executive for ExpressionEngine
Executive provides a command line interface into ExpressionEngine, provides a framework for completely custom development, provides migrations, developer defined extensions per/project, developer template tags per/project, and custom control panel sections per/project. You can run commands as you're developing, log in to your server via SSH and run commands, run commands on deploy, schedule commands to run at certain intervals, and more.
Executive also provides an interface for you to create custom commands and schedules per-project, and an interface for developers to provide commands from their add-ons.
Docs
- Installing
- Out of the Box Commands
- Composer Provisioning
- Migrations
- Dependency Injection
- Custom Routing
- Custom Action Routing
- EE Template Service
- Twig
- Custom Commands
- Addon Comands
- Schedule
- Queue
- Addon Schedule
- User Extensions
- User Template Tags
- User Control Panel Views
License
Copyright 2019 BuzzingPixel, LLC
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.