Download the PHP package strategio/contentio-sdk without Composer
On this page you can find all versions of the php package strategio/contentio-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download strategio/contentio-sdk
More information about strategio/contentio-sdk
Files in strategio/contentio-sdk
Download strategio/contentio-sdk
More information about strategio/contentio-sdk
Files in strategio/contentio-sdk
Vendor strategio
Package contentio-sdk
Short Description PHP SDK for Contentio CRM websites
License proprietary
Package contentio-sdk
Short Description PHP SDK for Contentio CRM websites
License proprietary
Please rate this library. Is it a good library?
Informations about the package contentio-sdk
contentio-sdk
(If you read this readme on npmjs.com, switch to https://github.com/strategio-digital/contentio-sdk)
About
-
Contentio-SDK is a fully extendable PHP & JS package for creating custom websites that's communicating with the Contentio REST API.
-
You can use it as "server-side-rendering (php)" AND "client-side-rendering (vue.js)" engine for your e-shop or website.
- If you don't make any changes, the SDK will render a complete e-shop that will look exactly like https://contentio.store
Installation guide
1. For classic usage
You have to clone another repository rokuc-cz
git clone [email protected]:strategio-digital/rokuc-cz.git <my-project>
rm -rf <my-project>/.git
- Go to second step in "For contributors" and continue.
2. For contributors
git clone [email protected]:strategio-digital/contentio-sdk.git
./project.sh serve
./project.sh app
composer i
composer analyse
yarn && yarn dev
3. After installation
- Classic project: http://localhost:8080
- For contributors: http://localhost:1337
IMPORTANT NOTES FOR OUR CONTRIBUTORS
⚠️💥 Don't forget to yarn publish
when you make changes in these 2 files:
Examples for classic usage
1. Adding custom config file
In www/index.php
2. Overriding routes:
In app/config/app.neon
In app/Router/RouterFactory.php
3. Overriding template of any action
In app/Controller/ArticleController.php
4. Making async request to API
5. Creating image thumbnail
All versions of contentio-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-json Version *
guzzlehttp/guzzle Version ^7.4
latte/latte Version ^2.10
nette/utils Version ^3.2
symfony/dotenv Version ^6.0
symfony/http-foundation Version ^6.0
symfony/routing Version ^6.0
tracy/tracy Version ^2.9
nette/di Version ^3.0
nette/schema Version ^1.2
ext-json Version *
guzzlehttp/guzzle Version ^7.4
latte/latte Version ^2.10
nette/utils Version ^3.2
symfony/dotenv Version ^6.0
symfony/http-foundation Version ^6.0
symfony/routing Version ^6.0
tracy/tracy Version ^2.9
nette/di Version ^3.0
nette/schema Version ^1.2
The package strategio/contentio-sdk contains the following files
Loading the files please wait ....