zebraspot/zcode

There is no license information available for the latest version (2.0.0-alpha.19) of this package.

Lightweight utils to speed up simple php project creation

2.0.0-alpha.19 2022-10-21 15:04 UTC

README

Common ZCode framework

What is this repository for?

  • Initially developed for villagetoolbox.com - providing a rapid build solution for simple projects

Install composer.

Create a composer.json file:

{
    "require": {
        "zebraspot/zcode": "2.0.0-alpha.6"
    }
}

for added functionality, you may want to also add

	"sendinblue/api-v3-sdk": "v8.0.0",
	"aws/aws-sdk-php": "^3.209"

Then, on the command line:

composer install
ln -s vendor/zebraspot/zcode/src/zc-assets html/zc-assets