Skip to content

Commit

Permalink
Merge branch 'main' of github.com:brainstormdevel/perseo into main
Browse files Browse the repository at this point in the history
  • Loading branch information
BrainStormDevel committed Jun 3, 2021
2 parents 9351468 + c0052c1 commit 2664268
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
language: php
php:
- 7.4
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# PerSeo aplha v2 0.1
# PerSeo beta v2 0.1

This is a alpha v2 of PerSeo CMS based on Slim Framework v4
This is a beta v2 of PerSeo CMS based on Slim Framework v4

![PerSeo](https://github.com/BrainStormDevel/resources/blob/main/perseo.jpg?raw=true)

This is my CMS (based on Slim Framework 4 using PHP-DI 6 php-di.org), simply, modular, faster, SEO friendly and Secure. Code is PSR-4, PSR-7, PSR-16 compliant, and DB class using Medoo ORM for DB Access. The password are stored with BCRYPT + salt, sensitive data can be encrypted and decrypted with a "salt password" stored in settings.php. There is an Error Handler to log all Errors, silent or not (with a message or simply create a log file).

DB Minimum requirements:
Mariadb 10.0.5+ or MySQL 8.0+

Install and use is really simple.

1) Download or clone this project to your local folder or host.
Expand Down

0 comments on commit 2664268

Please sign in to comment.