Sobremesa is a small social lunch service. You can use it in your company or organization to help people to socialize.
Demo: http://sobremesa.barbayar.net/
Documentation: http://sobremesa.barbayar.net/documentation
sobremesa
(n.) the time spent around the table after lunch or dinner, talking to the people you shared the meal with; time to digest and savor both food and friendship
PHP 5.4.* and above
git clone [email protected]:Barbayar/Sobremesa.git
or git clone https://github.com/Barbayar/Sobremesa.git
cd Sobremesa
curl -sS https://getcomposer.org/installer | php
php composer.phar install
If you want to use the documentation to naivigate APIs, configure URLs like mentioned above
http://your.domain ⇔ Sobremesa/htdocs
http://your.domain/api ⇔ Sobremesa/htdocs/api
http://your.domain/documentation ⇔ Sobremesa/htdocs/documentation
otherwise
http://your.domain/configure/whatever/you/like ⇔ Sobremesa/htdocs
Implement your own authentication method using SLAuthentication.php.sample
. If your company uses LDAP for authentication, you can use SLAuthentication.php.ldap
.
Implement your own notification module using SLNotiification.php.sample
.
I'm preparing the contributing guidelines, so please wait for a while.