You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dufraissejeremy b3c88781d7 fix(JsonResponse): better protocol header 2 years ago
src fix(JsonResponse): better protocol header 2 years ago
.gitignore feat(api): create plugin 2 years ago
LICENCE feat(api): create plugin 2 years ago
LICENCE_FR feat(api): create plugin 2 years ago
LISEZMOI.md feat(api): create plugin 2 years ago
README.md feat(api): create plugin 2 years ago
SeacmsApi.php feat(api): create 2 years ago
composer.json feat(api): create 2 years ago

README.md

SeaCMS/PicoCMS Api plugin

Lire ce fichier en Français

API for SeaCMS.

Authors

Licence and warranty

See LICENCE file (and french translation LICENCE_FR)

IMPORTANT: LICENCE file does not cover content of folders vendor. See dedicated LICENCE file for each subfolder concerning the imported library.

Installation

If you are using SeaCMS via composer, this package will be automatically used if needed.

To install in a theme, use composer require seacms/seacms-api. As this package is not already published on https://packagist.org/, you should add in the composer.json file of the head repository project these lines :

    "repositories": [
        {
            "type": "vcs",
            "url": "https://git.defis.info/SeaCMS/SeaCMS/PicoCMS Api plugin"
        }
    ]

Usage

To be defined