Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/PhrozenByte/pico-session
Pico's official utility plugin for session management. Pico is a stupidly simple, blazing fast, flat file CMS. -- WORK IN PROGRESS - NOT YET USABLE
https://github.com/PhrozenByte/pico-session
pico pico-session picocms picocms-plugin session session-management utility
Last synced: 6 days ago
JSON representation
Pico's official utility plugin for session management. Pico is a stupidly simple, blazing fast, flat file CMS. -- WORK IN PROGRESS - NOT YET USABLE
- Host: GitHub
- URL: https://github.com/PhrozenByte/pico-session
- Owner: PhrozenByte
- License: mit
- Created: 2018-02-10T18:28:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-02-10T18:37:07.000Z (over 6 years ago)
- Last Synced: 2024-10-07T23:40:57.031Z (about 1 month ago)
- Topics: pico, pico-session, picocms, picocms-plugin, session, session-management, utility
- Language: PHP
- Homepage: http://picocms.org/
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - pico-session - Pico's official utility plugin for session management. Pico is a stupidly simple, blazing fast, flat file CMS. -- WORK IN PROGRESS - NOT YET USABLE (PHP)
README
Pico Session
============This is the repository of Pico's official session plugin.
Pico is a stupidly simple, blazing fast, flat file CMS. See http://picocms.org/ for more info.
**WORK IN PROGRESS - NOT YET USABLE**
This is a development preview. It isn't ready for testing by non-developers, far less from ready for production use!Install
-------Just [download the latest release](https://github.com/PhrozenByte/pico-session/releases/latest) and upload the `PicoSession` directory to the `plugins` directory of your Pico installation (e.g. `/var/www/html/pico/plugins/`). The plugin is also available on [Packagist.org](https://packagist.org/packages/phrozenbyte/pico-session) and may be included in other projects via `composer require phrozenbyte/pico-session`. The plugin requires Pico 2.0+
Config
------You can't configure this plugin, it's a utility plugin for plugin developers.