PHPackages                             dgncan/init - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. dgncan/init

ActiveLibrary[CLI &amp; Console](/categories/cli)

dgncan/init
===========

Initialize Script

0.6.1(6y ago)57.2k↓50%PHP

Since Nov 29Pushed 6y ago1 watchersCompare

[ Source](https://github.com/dgncan/init)[ Packagist](https://packagist.org/packages/dgncan/init)[ RSS](/packages/dgncan-init/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (2)Versions (9)Used By (0)

Init
====

[](#init)

Init is a console application that helps to make for php projects first configuration and publish etc.

Key Features
------------

[](#key-features)

- Update Assets
- Setting ini file
- Updating http conf
- Setting file permissions
- Runs sample tasks.

Installation
------------

[](#installation)

To install Init by using Composer:

```
    $ composer require dgncan/init "^0.6"
```

Example composer.json file:

```
    {
      "require": {
        "dgncan/init": "^0.6",
      }
    }
```

Usage
-----

[](#usage)

Create an init.php file with the following contents:

```
