rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

README.md (651B)


      1 # Introduction
      2 This library aims to contain all classes that can be shared between:
      3 
      4 * [php-oauth](https://github.com/fkooman/php-oauth)
      5 * [php-oauth-client](https://github.com/fkooman/php-oauth-client)
      6 * [php-oauth-lib-rs](https://github.com/fkooman/php-oauth-lib-rs)
      7 
      8 At the moment this project is in the stage of collection shareable code and 
      9 have the projects use it instead of their own contained copy.
     10 
     11 # Modules
     12 The following classes are available. See the `docs/` directory for more
     13 information on the API and how to use them.
     14 
     15 * Scope
     16 
     17 # License
     18 Licensed under the Apache License, Version 2.0;
     19 
     20    http://www.apache.org/licenses/LICENSE-2.0