Download the PHP package daison/essential without Composer
On this page you can find all versions of the php package daison/essential. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package essential
Essential
Easier way to build a base code dedicated to your company!
How it Works
Sometimes you built the same directory structure, or you customized your own project; as the time goes by, you will do the same thing with future projects. The problem here, you always do copy pasting of your base code, yet you can do it using this package.
Install
Generate Config
To generate a config, you have to call
The above command should generate a file called essential.json
, the file contains these keys
- template
- The template folder to use
- build_path
- The temporary build path to use
- replace
- the variables you will provide
- scripts
- before
- the scripts you would like to run before it will execute the replacer
- after
- the scripts you would like to run after the replacer was executed
- before
What it does:
- a VARIABLE based replacer to your own templates
- On your template folder, it actually iterates all the files; let us say you have
AUTHOR_NAME
inside your config and all files that has{AUTHOR_NAME}
will be replaced. - You can put bash scripts in it as a json, as long as you follow the rules of json format!
Where should you use it?
- Most probably creating your own project installer.
- Write your own base code dedicated to all your projects.
Missing Implementations:
- Unit testing is still ongoing and will add this in the TravisCI.org
- Sample way thru a Video Recorded (Will do later)
All versions of essential with dependencies
PHP Build Version
Package Version
Requires
illuminate/console Version
^5.0
illuminate/filesystem Version ^5.0
illuminate/container Version ^5.0
symfony/process Version ~3.0|~4.0
illuminate/filesystem Version ^5.0
illuminate/container Version ^5.0
symfony/process Version ~3.0|~4.0
The package daison/essential contains the following files
Loading the files please wait ....