apex / armor-syrus
Example Armor implementation using the Syrus template engine
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Language:JavaScript
Type:project
Requires
- php: >=8.0.0
- apex/armor: ~0.1
- apex/syrus: ~0.1
Requires (Dev)
- phpunit/phpunit: ^9.5
This package is auto-updated.
Last update: 2024-11-07 10:32:12 UTC
README
This is an example implementation of the Armor user and session management package utilizing the Syrus template engine. This is not intended for production in any form, and is only meant for demonstration purposes, and to compliment the comprehensive Armor documentation to aide developers who are implementing Armor into their application.
For more information on both of these packages, please visit their respective Github repos at:
- Armor User and Session Management - https://github.com/apexpl/armor/
- Syrus Template Engine - https://github.com/apexpl/syrus/
You may view an online version of this exact repository at: https://armor.demo.apexpl.io/
Installation
Install via Composer with:
composer create-project apex/armor-syrus
You may also get up and running quickly via docker-compose with the commands:
git clone https://github.com/apexpl/armor-syrus/ && cd armor-syrus
sudo docker-compose up -d
That's it, and the site will be live at https://127.0.0.1:8080/, which will be an exact replica of https://armor.demo.apexpl.io/.
Support
If you have any questions, issues or feedback for Syrus, please feel free to drop a note on the ApexPl Reddit sub for a prompt and helpful response.
Follow Apex
Loads of good things coming in the near future including new quality open source packages, more advanced articles / tutorials that go over down to earth useful topics, et al. Stay informed by joining the mailing list on our web site, or follow along on Twitter at @mdizak1.