New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ridi/cms-sdk

Package Overview
Dependencies
Maintainers
11
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ridi/cms-sdk

Ridibooks CMS SDK

  • 2.0.1
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3
decreased by-72.73%
Maintainers
11
Weekly downloads
 
Created
Source

Ridibooks CMS SDK

Packagist

Introduction

CMS SDK provides common resources used in RIDI CMS

  • RPC Client code to communicate with CMS auth server
  • Common twig templates

This library uses Apache Thrift for a RPC implementation.

Hierarchy

cms-sdk/
├── src/
│   ├── (...)          # Wrapping classes which uses thrift client inside.
│   │
│   └── Thrift/
│        ├── (...)     # PHP codes generated by Thrift source.
│        └── *.thrift  # Thrift source to communicate with CMS Auth server.
│
├── views/
│   └── *.twig         # Common twig templates
...

Dependencies

To make RPC client, you should install Apache Thrift.

# In OSX, you can install easily with homebrew.
brew install thrift

Generate code

To generate thrift code, please run:

make thrift

Usage

Keywords

FAQs

Package last updated on 06 Feb 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc