Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotpipe/saas
This is a SaaS proprietary git.
https://github.com/dotpipe/saas
Last synced: about 1 month ago
JSON representation
This is a SaaS proprietary git.
- Host: GitHub
- URL: https://github.com/dotpipe/saas
- Owner: dotpipe
- Created: 2019-03-13T18:38:29.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T04:41:22.000Z (almost 3 years ago)
- Last Synced: 2024-03-22T04:38:34.843Z (9 months ago)
- Language: PHP
- Size: 14.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SaaS on PHP
This is a SaaS proprietary git.Using this with the free software, swatchphp/Pipes, is recommended but not required.
-------
Just send a query request in either POST or GET in order to start this up.
You must send at least one parameter with a name that starts with "site"All preg_match("/site/") variables will be sent to. You may send as many as you wish.
If you wish to, you can send them in an array format.All preg_match("/session/") variables will be sent too. Accommodating with a token on the end
would suffice to keep user tokens which are in the connection as reusable information when
sending things back to this server. Keeping a log is recommended.This file can be tripped under one SessionID and given a load-balancing feature. This is
enabled by counting the number of SessionIDs or working with a call-pipe callback function
in Pipes, or even as part of this software. The case would be in order as to skip to the
next generation of incoming requests if a duplicate comes to appear. This would be adequate
as a load-balancer.An acceptable form is this:
https://www.localhost.com/saas?session-guest123=isdfh2892m20&site=foo.bar&site=red.com&siteJ2=blue.com&key=variable