Empathy PHP Framework - ELib-Base
Swiss army knife library for Empathy web applications. It's main function is providing the essential plumbing for an application with authenticated users and a default backend 'admin' area. Other Empathy extensions build on elib-base to provide blogging, CMS functionality etc with corresponding admin user flows.
Refer to getting-started.md to read about the initial setup of Elib-Base.
Licence
Empathy and officially released extension libraries are now distributed under an MIT license. See LICENSE.
Comments
No comments.
Add a comment…
Allowed HTML tags within comments are; 'a', 'img', 'p' and 'pre'.
You can give 'pre' tags a language for the class name. This will apply syntax highlighting through Prism for that language.
<pre class="bash"> echo whoami; </pre>
Produces…
echo whoami;