1.9.1 • Published 11 months ago
@form8ion/php v1.9.1
php
PHP language plugin for the form8ion tool suite
Table of Contents
Usage
Installation
$ npm install @form8ion/php --save-prodExample
Import
Execute
const {scaffold, test, lift} = await import('@form8ion/php');
const projectRoot = process.cwd();
await scaffold({
projectRoot,
projectName: 'name-of-the-project',
description: 'A short summary of the project'
});
if (await test({projectRoot})) {
await lift({
projectRoot,
results: {
dependencies: {
php: {
production: ['smarty/smarty'],
development: ['phpunit/phpunit']
}
}
}
});
}Contributing
Dependencies
$ nvm install
$ npm installVerification
$ npm test1.9.1
11 months ago
1.9.0
11 months ago
1.8.0
11 months ago
1.7.0
11 months ago
1.6.0
11 months ago
1.5.0
11 months ago
1.4.0
11 months ago
1.3.0
11 months ago
1.2.0
11 months ago
1.1.0
11 months ago
1.0.0-alpha.3
11 months ago
1.0.0
11 months ago
1.0.0-alpha.2
11 months ago
1.0.0-alpha.1
11 months ago